|
Jazz3D API |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--com.sygem.jazz3d3.Object3d
|
+--com.sygem.jazz3d3.primitive.Text3d
Create a Text object. This requires that you have already loaded a Font3d.
Object3d,
Font3d| Constructor Summary | |
Text3d(java.lang.String text,
Font3d font,
double size,
double dist,
double extrude,
double x,
double y,
double z)
Construct the Text3d object. |
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Text3d(java.lang.String text,
Font3d font,
double size,
double dist,
double extrude,
double x,
double y,
double z)
text - The string you wish to create in 3dfont - A previously loaded Font3d objectsize - The height of the textdist - The distance between each characterextrude - The depth of the textx - The x position of the texty - The y position of the textz - The z position of the text
|
©2001 SyGem Software |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||