AWT Shape Extruder
A C G I S V

S

setAlignment(String3D.Alignment) - Method in class com.interactivemesh.j3d.community.utils.geometry.String3D
Sets the string alignment policy for this String3D object.
setCharacterSpacing(float) - Method in class com.interactivemesh.j3d.community.utils.geometry.String3D
Sets the character spacing used when creating the string's geometry.
setCreaseAngle(double) - Method in class com.interactivemesh.j3d.community.utils.geometry.AWTShapeExtruder
Sets the crease angle in radians.
setExtruder(AWTShapeExtruder) - Method in class com.interactivemesh.j3d.community.utils.geometry.String3D
Sets the AWTShapeExtruder object used by this String3D object.
setExtrusionShape(Shape) - Method in class com.interactivemesh.j3d.community.utils.geometry.AWTShapeExtrusion
Sets the AWTShapeExtrusion's shape parameter.
setFont(Font) - Method in class com.interactivemesh.j3d.community.utils.geometry.String3D
Sets the Font object used by this String3D object.
setGeometryTransform(Transform3D) - Method in class com.interactivemesh.j3d.community.utils.geometry.AWTShapeExtruder
Sets the transform component of this AWTShapeExtruder object to the value of the passed transform.
setPath(String3D.Path) - Method in class com.interactivemesh.j3d.community.utils.geometry.String3D
Sets the characters path policy.
setPosition(Point3f) - Method in class com.interactivemesh.j3d.community.utils.geometry.String3D
Sets the position field to the supplied parameter.
setShapeExtrusion(AWTShapeExtrusion) - Method in class com.interactivemesh.j3d.community.utils.geometry.AWTShapeExtruder
Sets the AWTShapeExtrusion object used to describe how the edge of the AWT Shape varies along the Z axis.
setStraightBevelExtrusionShape(float) - Method in class com.interactivemesh.j3d.community.utils.geometry.AWTShapeExtrusion
Sets the AWTShapeExtrusion's shape to a straight bevel extrusion shape, a straight line from 0.0 to depth.
setT3DStyleExtrusion(boolean) - Method in class com.interactivemesh.j3d.community.utils.geometry.AWTShapeExtrusion
Enables or disables Text3D-style extrusion.
setTessellationTolerance(double) - Method in class com.interactivemesh.j3d.community.utils.geometry.AWTShapeExtruder
Sets the tessellation tolerance with which the geometry of the AWT Shape will be created.
setTessellationTolerance(double) - Method in class com.interactivemesh.j3d.community.utils.geometry.AWTShapeExtrusion
Sets the tessellation tolerance with which the geometry of the extrusion shape will be created.
String3D - Class in com.interactivemesh.j3d.community.utils.geometry
String3D converts a text string to a 3D geometry in a factory manner.
String3D() - Constructor for class com.interactivemesh.j3d.community.utils.geometry.String3D
Constructs a String3D object with default parameters.
String3D(Font, AWTShapeExtruder) - Constructor for class com.interactivemesh.j3d.community.utils.geometry.String3D
Constructs a String3D object given a font and an extruder.
String3D(Font, AWTShapeExtruder, Point3f) - Constructor for class com.interactivemesh.j3d.community.utils.geometry.String3D
Constructs a String3D object given a font, an extruder, and a position.
String3D(Font, AWTShapeExtruder, Point3f, String3D.Alignment, String3D.Path) - Constructor for class com.interactivemesh.j3d.community.utils.geometry.String3D
Constructs a String3D object given a font, an extruder, a position, an alignment, and a path.
String3D.Alignment - Enum in com.interactivemesh.j3d.community.utils.geometry
Specifies how the string is placed in relation to the position parameter.
String3D.Path - Enum in com.interactivemesh.j3d.community.utils.geometry
Specifies how succeeding characters in the string are placed in relation to the previous characters and are aligned in relation to the position parameter.

AWT Shape Extruder
A C G I S V