Jazz3D API


com.sygem.jazz3d3.primitive
Class Text3d

java.lang.Object
  |
  +--com.sygem.jazz3d3.Object3d
        |
        +--com.sygem.jazz3d3.primitive.Text3d

public class Text3d
extends Object3d

Create a Text object. This requires that you have already loaded a Font3d.

Version:
3.0a
Author:
SyGem Software
See Also:
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 com.sygem.jazz3d3.Object3d
addChild, addQuad, addTriangle, addVertex, applyFaceChanges, cleanUp, getCenter, getChildObjects, getCollidable, getCulling, getFace, getFaceColour, getID, getName, getNumberOfFaces, getNumberOfSubFaces, getNumberOfSubVertices, getNumberOfVertices, getRenderer, getShapeArray, getUseVertexUVCoords, getVertex, getVertexArray, getVisible, getWorldVertex, pick, pickClosest, pickFace, prepForDisplay, recreateVertexNormals, rotateLocal, rotateLocal, rotateWorld, rotateWorld, scaleObject, setAllTextures, setAmbientColour, setCollidable, setColour, setCulling, setFaceColour, setFaceColourQuick, setName, setPosition, setRenderer, setShapeArray, setTexture, setTexture, setUseVertexUVCoords, setVertexArray, setVertexTexture, setVisible, translateLocal, translateWorld
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Text3d

public Text3d(java.lang.String text,
              Font3d font,
              double size,
              double dist,
              double extrude,
              double x,
              double y,
              double z)
Construct the Text3d object.
Parameters:
text - The string you wish to create in 3d
font - A previously loaded Font3d object
size - The height of the text
dist - The distance between each character
extrude - The depth of the text
x - The x position of the text
y - The y position of the text
z - The z position of the text

©2001 SyGem Software