|
|||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
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. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |