Uses of Class
javax.media.j3d.FontExtrusion

Packages that use FontExtrusion
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 FontExtrusion in javax.media.j3d
 

Methods in javax.media.j3d with parameters of type FontExtrusion
 void Font3D.getFontExtrusion(FontExtrusion extrudePath)
          Copies the FontExtrusion object used to create this Font3D object into the specified parameter.
 

Constructors in javax.media.j3d with parameters of type FontExtrusion
Font3D(java.awt.Font font, double tessellationTolerance, FontExtrusion extrudePath)
          Constructs a Font3D object from the specified Font and FontExtrusion objects, using the specified tessellation tolerance.
Font3D(java.awt.Font font, FontExtrusion extrudePath)
          Constructs a Font3D object from the specified Font and FontExtrusion objects, using the default value for the tessellation tolerance.