AWT Shape Extruder

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

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

Methods in com.interactivemesh.j3d.community.utils.geometry that return AWTShapeExtruder
 AWTShapeExtruder String3D.getExtruder()
          Returns the AWTShapeExtruder object used by this String3D object.
 

Methods in com.interactivemesh.j3d.community.utils.geometry with parameters of type AWTShapeExtruder
 void String3D.setExtruder(AWTShapeExtruder extruder)
          Sets the AWTShapeExtruder object used by this String3D object.
 

Constructors in com.interactivemesh.j3d.community.utils.geometry with parameters of type AWTShapeExtruder
String3D(java.awt.Font font, AWTShapeExtruder extruder)
          Constructs a String3D object given a font and an extruder.
String3D(java.awt.Font font, AWTShapeExtruder extruder, javax.vecmath.Point3f position)
          Constructs a String3D object given a font, an extruder, and a position.
String3D(java.awt.Font font, AWTShapeExtruder extruder, javax.vecmath.Point3f position, String3D.Alignment alignment, String3D.Path path)
          Constructs a String3D object given a font, an extruder, a position, an alignment, and a path.
 


AWT Shape Extruder