public class Text3D extends Object
Modifier and Type | Field and Description |
---|---|
Color |
color
the color of the text element
|
int |
number |
double |
size
the size of the text element
|
String |
text
the text string
|
double |
x
the x position of the text element
|
double |
y
the y position of the text element
|
double |
z
the z position of the text element
|
public String text
public double x
public double y
public double z
public Color color
public double size
public int number
public Text3D(String text, double x, double y, double z, Color color, double size)
text
- - the text stringx
- - x position of the text elementy
- - y position of the text elementz
- - z position of the text elementcolor
- - color of the text elementsize
- - size the text elementCopyright © 2015–2021 Fiji. All rights reserved.