AWT Shape Extruder
A C G I S V

A

AWTShapeExtruder - Class in com.interactivemesh.j3d.community.utils.geometry
AWTShapeExtruder converts a Java 2D Shape, called here AWT Shape, to a 3D geometry in a factory manner.
AWTShapeExtruder() - Constructor for class com.interactivemesh.j3d.community.utils.geometry.AWTShapeExtruder
Constructs an AWTShapeExtruder object using the default values for the extrusion path, the tessellation tolerance, the crease angle, and the geometry transform.
AWTShapeExtruder(AWTShapeExtrusion) - Constructor for class com.interactivemesh.j3d.community.utils.geometry.AWTShapeExtruder
Constructs an AWTShapeExtruder object from the specified AWTShapeExtrusion object, using the default values for the tessellation tolerance, the crease angle, and the geometry transform.
AWTShapeExtruder(double, AWTShapeExtrusion) - Constructor for class com.interactivemesh.j3d.community.utils.geometry.AWTShapeExtruder
Constructs an AWTShapeExtruder object from the specified AWTShapeExtrusion object, using the specified tessellation tolerance and the default values for the crease angle and the geometry transform.
AWTShapeExtruder(double, AWTShapeExtrusion, double) - Constructor for class com.interactivemesh.j3d.community.utils.geometry.AWTShapeExtruder
Constructs an AWTShapeExtruder object from the specified AWTShapeExtrusion object, using the specified tessellation tolerance and crease angle and the default value for the geometry transform.
AWTShapeExtrusion - Class in com.interactivemesh.j3d.community.utils.geometry
An AWTShapeExtrusion object is used to describe the extrusion path for a AWTShapeExtruder object.
AWTShapeExtrusion() - Constructor for class com.interactivemesh.j3d.community.utils.geometry.AWTShapeExtrusion
Constructs an AWTShapeExtrusion object with default parameters.
AWTShapeExtrusion(float) - Constructor for class com.interactivemesh.j3d.community.utils.geometry.AWTShapeExtrusion
Constructs an AWTShapeExtrusion object with a straight bevel extrusion shape, a straight line from 0.0 to depth.
AWTShapeExtrusion(Shape) - Constructor for class com.interactivemesh.j3d.community.utils.geometry.AWTShapeExtrusion
Constructs an AWTShapeExtrusion object with the specified extrusion shape, using the default tessellation tolerance.
AWTShapeExtrusion(Shape, double) - Constructor for class com.interactivemesh.j3d.community.utils.geometry.AWTShapeExtrusion
Constructs an AWTShapeExtrusion object with the specified extrusion shape, using the specified tessellation tolerance.

AWT Shape Extruder
A C G I S V