|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xith3d.scenegraph.SceneGraphObject
org.xith3d.scenegraph.Node
org.xith3d.scenegraph.Leaf
org.xith3d.scenegraph.Shape3D
org.xith3d.scenegraph.MultiShape3D
org.xith3d.ui.text2d.MultiCharacter2D
public class MultiCharacter2D
This Character2D can contain multiple Character2Ds at a time through a MultiShape3D.
| Field Summary |
|---|
| Fields inherited from class org.xith3d.scenegraph.Node |
|---|
bounds, boundsAutoCompute, boundsDirty, globalIgnoreBounds, instanceBoundsTypeHint, parent, transformGroup, untransformedBounds |
| Fields inherited from class org.xith3d.scenegraph.SceneGraphObject |
|---|
XITH3D_USERDATAKEY_OLDUSERDATA |
| Constructor Summary | |
|---|---|
MultiCharacter2D(char[] characters,
org.openmali.vecmath2.Colorf color,
java.awt.Font font)
|
|
| Method Summary | |
|---|---|
char |
getActiveChar()
|
org.openmali.vecmath2.Colorf |
getColor()
|
float |
getHeight()
|
org.openmali.vecmath2.Tuple2f |
getSize()
|
float |
getWidth()
|
void |
setActiveChar(char ch)
Sets the active char for this MultiCharacter2D. |
| Methods inherited from class org.xith3d.scenegraph.MultiShape3D |
|---|
addUnit, addUnit, getActiveUnit, getActiveUnitName, getNumberOfUnits, getUnits, setActiveUnit, setActiveUnit, setModListener |
| Methods inherited from class org.xith3d.scenegraph.Shape3D |
|---|
absorbDetails, freeOpenGLResources, getAppearance, getAppearance, getGeometry, isBumpMappingEnabled, isShadowReceiver, isVisible, newAppearance, setAppearance, setBounds, setBumpMappingEnabled, setBumpMappingEnabled, setGeometry, setIsShadowReceiver, setLive, setVisible, sharedCopy, sharedCopy, traverse, updateBounds, updateBoundsCheap, updateWorldTransform, verifyAppChange |
| Methods inherited from class org.xith3d.scenegraph.Leaf |
|---|
dump, getPickHost, setPickHost |
| Methods inherited from class org.xith3d.scenegraph.SceneGraphObject |
|---|
getName, getUserData, getUserData, getUserDataMap, isLive, setName, setUserData, setUserData, setUserDataRecursive, setUserDataRecursive, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MultiCharacter2D(char[] characters,
org.openmali.vecmath2.Colorf color,
java.awt.Font font)
| Method Detail |
|---|
public void setActiveChar(char ch)
ch - public char getActiveChar()
public org.openmali.vecmath2.Colorf getColor()
public org.openmali.vecmath2.Tuple2f getSize()
public float getWidth()
public float getHeight()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||