Uses of Class
javax.media.j3d.Font3D

Packages that use Font3D
javax.media.j3d Provides the core set of classes for the 3D graphics API for the Java platform; click here for more information, including explanatory material that was formerly found in the guide. 
 

Uses of Font3D in javax.media.j3d
 

Methods in javax.media.j3d that return Font3D
 Font3D Text3D.getFont3D()
          Returns the Font3D objects used by this Text3D NodeComponent object.
 

Methods in javax.media.j3d with parameters of type Font3D
 void Text3D.setFont3D(Font3D font3d)
          Sets the Font3D object used by this Text3D NodeComponent object.
 

Constructors in javax.media.j3d with parameters of type Font3D
Text3D(Font3D font3D)
          Creates a Text3D object with the given Font3D object.
Text3D(Font3D font3D, java.lang.String string)
          Creates a Text3D object given a Font3D object and a string.
Text3D(Font3D font3D, java.lang.String string, Point3f position)
          Creates a Text3D object given a Font3D, a string and position.
Text3D(Font3D font3D, java.lang.String string, Point3f position, int alignment, int path)
          Creates a Text3D object given a Font3D, string, position, alignment and path along which string is to be placed.