AWT Shape Extruder

Uses of Class
com.interactivemesh.j3d.community.utils.geometry.AWTShapeExtrusion

Uses of AWTShapeExtrusion in com.interactivemesh.j3d.community.utils.geometry
 

Methods in com.interactivemesh.j3d.community.utils.geometry that return AWTShapeExtrusion
 AWTShapeExtrusion AWTShapeExtruder.getShapeExtrusion()
          Returns the AWTShapeExtrusion object used to describe how the edge of the AWT Shape varies along the Z axis.
 

Methods in com.interactivemesh.j3d.community.utils.geometry with parameters of type AWTShapeExtrusion
 void AWTShapeExtruder.setShapeExtrusion(AWTShapeExtrusion extrudePath)
          Sets the AWTShapeExtrusion object used to describe how the edge of the AWT Shape varies along the Z axis.
 

Constructors in com.interactivemesh.j3d.community.utils.geometry with parameters of type AWTShapeExtrusion
AWTShapeExtruder(AWTShapeExtrusion extrudePath)
          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 tessellationTolerance, AWTShapeExtrusion extrudePath)
          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 tessellationTolerance, AWTShapeExtrusion extrudePath, double creaseAngle)
          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.
 


AWT Shape Extruder