AWT Shape Extruder
A C G I S V

G

getAlignment() - Method in class com.interactivemesh.j3d.community.utils.geometry.String3D
Returns the string alignment policy for this String3D object.
getCharacterGeometry(String) - Method in class com.interactivemesh.j3d.community.utils.geometry.String3D
Generates GeometryArray objects for the given string's characters according to the specified font, extruder, spacing, position, alignment, and path of this String3D object.
getCharacterGeometry(String, BoundingBox) - Method in class com.interactivemesh.j3d.community.utils.geometry.String3D
Generates GeometryArray objects for the given string's characters according to the specified font, extruder, spacing, position, alignment, and path of this String3D object and returns the geometries' bounding box to the given BoundingBox object.
getCharacterOutlineGeometry(String) - Method in class com.interactivemesh.j3d.community.utils.geometry.String3D
Generates GeometryArray objects representing the outline for the given string's characters according to the specified font, spacing, position, alignment, and path of this String3D object.
getCharacterOutlineGeometry(String, BoundingBox) - Method in class com.interactivemesh.j3d.community.utils.geometry.String3D
Generates GeometryArray objects representing the outline for the given string's characters according to the specified font, spacing, position, alignment, and path of this String3D object and returns the geometries' bounding box to the given BoundingBox object.
getCharacterSpacing() - Method in class com.interactivemesh.j3d.community.utils.geometry.String3D
Returns the character spacing used when creating the string's geometry.
getCreaseAngle() - Method in class com.interactivemesh.j3d.community.utils.geometry.AWTShapeExtruder
Returns the crease angle.
getDepth() - Method in class com.interactivemesh.j3d.community.utils.geometry.AWTShapeExtrusion
Returns the length of extrusion either of the straight bevel extrusion shape or of the specified extrusion shape.
getExtruder() - Method in class com.interactivemesh.j3d.community.utils.geometry.String3D
Returns the AWTShapeExtruder object used by this String3D object.
getExtrusion() - Method in class com.interactivemesh.j3d.community.utils.geometry.AWTShapeExtrusion
Returns the boundary of the specified extrusion shape.
getExtrusionShape() - Method in class com.interactivemesh.j3d.community.utils.geometry.AWTShapeExtrusion
Returns the AWTShapeExtrusion's shape parameter.
getFont() - Method in class com.interactivemesh.j3d.community.utils.geometry.String3D
Returns the Font object used by this String3D object.
getGeometry(Shape, AffineTransform) - Method in class com.interactivemesh.j3d.community.utils.geometry.AWTShapeExtruder
Returns a GeometryArray for the given AWT Shape object according to the specified extrusion path, tessellation tolerance, crease angle, and geometry transform of this AWTShapeExtruder object.
getGeometry(char[], Font, boolean) - Method in class com.interactivemesh.j3d.community.utils.geometry.AWTShapeExtruder
Returns a GeometryArray for the given characters according to the specified extrusion path, tessellation tolerance, crease angle, and geometry transform of this AWTShapeExtruder object and according to the specified Font object which describes the font name (Helvetica, Courier, etc.), the font style (bold, italic, etc.), and point size.
getGeometryBounds(String, BoundingBox) - Method in class com.interactivemesh.j3d.community.utils.geometry.String3D
Returns the bounding box for the given string according to the specified font, extrusion depth, spacing, alignment, and path of this String3D object without generating geometry data.
getGeometryTransform(Transform3D) - Method in class com.interactivemesh.j3d.community.utils.geometry.AWTShapeExtruder
Copies the transform component of this AWTShapeExtruder object into the passed Transform3D object.
getOutlineGeometry(Shape, AffineTransform) - Method in class com.interactivemesh.j3d.community.utils.geometry.AWTShapeExtruder
Returns a GeometryArray representing the outline of the given AWT Shape object according to the specified tessellation tolerance and geometry transform of this AWTShapeExtruder object.
getPath() - Method in class com.interactivemesh.j3d.community.utils.geometry.String3D
Returns the characters path policy.
getPosition(Point3f) - Method in class com.interactivemesh.j3d.community.utils.geometry.String3D
Copies the position field into the supplied parameter.
getShapeExtrusion() - Method in class com.interactivemesh.j3d.community.utils.geometry.AWTShapeExtruder
Returns the AWTShapeExtrusion object used to describe how the edge of the AWT Shape varies along the Z axis.
getStringGeometry(String) - Method in class com.interactivemesh.j3d.community.utils.geometry.String3D
Generates a GeometryArray object for the given string according to the specified font, extruder, spacing, position, alignment, and path of this String3D object.
getStringGeometry(String, BoundingBox) - Method in class com.interactivemesh.j3d.community.utils.geometry.String3D
Generates a GeometryArray object for the given string according to the specified font, extruder, spacing, position, alignment, and path of this String3D object and returns the geometry's bounding box to the given BoundingBox object.
getStringOutlineGeometry(String) - Method in class com.interactivemesh.j3d.community.utils.geometry.String3D
Generates a GeometryArray object representing the outline for the given string according to the specified font, spacing, position, alignment, and path of this String3D object.
getStringOutlineGeometry(String, BoundingBox) - Method in class com.interactivemesh.j3d.community.utils.geometry.String3D
Generates a GeometryArray object representing the outline for the given string according to the specified font, spacing, position, alignment, and path of this String3D object and returns the geometry's bounding box to the given BoundingBox object.
getTessellationTolerance() - Method in class com.interactivemesh.j3d.community.utils.geometry.AWTShapeExtruder
Returns the tessellation tolerance with which the geometry of the AWT Shape will be created.
getTessellationTolerance() - Method in class com.interactivemesh.j3d.community.utils.geometry.AWTShapeExtrusion
Returns the tessellation tolerance with which the geometry of the extrusion shape will be created.

AWT Shape Extruder
A C G I S V