|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object camera3d.Axis
An axis system (XYZ) representation.
Constructor Summary | |
Axis()
|
Method Summary | |
javax.media.j3d.BranchGroup |
getRootGroup()
Returns root branch group under which is attached axis geometry. |
double |
getSize()
Returns the length of the axis representation (the three axis have the same length). |
static void |
main(java.lang.String[] args)
Tests the Axis class by creating a simple virtual universe and adding an Axis to it. |
void |
setSize(double size)
Sets the length of the axis representation (the three axis have the same length). |
void |
setVisible(boolean visible)
Controls visibility of the axis representation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Axis()
Method Detail |
public javax.media.j3d.BranchGroup getRootGroup()
public void setVisible(boolean visible)
public static void main(java.lang.String[] args)
public void setSize(double size)
public double getSize()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |