AWT Shape Extruder

Uses of Class
com.interactivemesh.j3d.community.utils.geometry.String3D.Alignment

Uses of String3D.Alignment in com.interactivemesh.j3d.community.utils.geometry
 

Methods in com.interactivemesh.j3d.community.utils.geometry that return String3D.Alignment
 String3D.Alignment String3D.getAlignment()
          Returns the string alignment policy for this String3D object.
static String3D.Alignment String3D.Alignment.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static String3D.Alignment[] String3D.Alignment.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.interactivemesh.j3d.community.utils.geometry with parameters of type String3D.Alignment
 void String3D.setAlignment(String3D.Alignment alignment)
          Sets the string alignment policy for this String3D object.
 

Constructors in com.interactivemesh.j3d.community.utils.geometry with parameters of type String3D.Alignment
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