AWT Shape Extruder

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

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

Methods in com.interactivemesh.j3d.community.utils.geometry that return String3D.Path
 String3D.Path String3D.getPath()
          Returns the characters path policy.
static String3D.Path String3D.Path.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static String3D.Path[] String3D.Path.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.Path
 void String3D.setPath(String3D.Path path)
          Sets the characters path policy.
 

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