|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectjRenderer3D.Text3D
public class Text3D
This class represents a text element in a 3D coordinate system. It is described by the text string, its position (x, y, z), its color and its size.
| Field Summary | |
|---|---|
java.awt.Color |
color
the color of the text element |
int |
size
the size of the text element |
java.lang.String |
text
the text string |
int |
x
the x position of the text element |
int |
y
the y position of the text element |
int |
z
the z position of the text element |
| Constructor Summary | |
|---|---|
Text3D(java.lang.String text,
int x,
int y,
int z,
java.awt.Color color,
int size)
Creates a new Text3D object. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String text
public int x
public int y
public int z
public java.awt.Color color
public int size
| Constructor Detail |
|---|
public Text3D(java.lang.String text,
int x,
int y,
int z,
java.awt.Color color,
int 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 element
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||