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 |
---|---|
Font3D |
Text3D.getFont3D()
Returns the Font3D objects used by this Text3D NodeComponent object.
|
Modifier and Type | Method and Description |
---|---|
void |
Text3D.setFont3D(Font3D font3d)
Sets the Font3D object used by this Text3D NodeComponent object.
|
Constructor and Description |
---|
Text3D(Font3D font3D)
Creates a Text3D object with the given Font3D object.
|
Text3D(Font3D font3D,
String string)
Creates a Text3D object given a Font3D object and a string.
|
Text3D(Font3D font3D,
String string,
Point3f position)
Creates a Text3D object given a Font3D, a string and position.
|
Text3D(Font3D font3D,
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.
|
Copyright © 2016–2022 SciJava. All rights reserved.