Package | Description |
---|---|
org.scijava.java3d |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Font3D.getFontExtrusion(FontExtrusion extrudePath)
Copies the FontExtrusion object used to create this Font3D object
into the specified parameter.
|
Constructor and Description |
---|
Font3D(Font font,
double tessellationTolerance,
FontExtrusion extrudePath)
Constructs a Font3D object from the specified Font and
FontExtrusion objects, using the specified tessellation
tolerance.
|
Font3D(Font font,
FontExtrusion extrudePath)
Constructs a Font3D object from the specified Font and
FontExtrusion objects, using the default value for the
tessellation tolerance.
|
Copyright © 2016–2022 SciJava. All rights reserved.