|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--javax.media.j3d.SceneGraphObject
|
+--javax.media.j3d.Node
|
+--javax.media.j3d.Group
|
+--javax.media.j3d.TransformGroup
|
+--Gui3DFieldComponent
|
+--Gui3DCircle
| Field Summary |
| Fields inherited from class Gui3DFieldComponent |
fXPos, fYPos, fZPos |
| Fields inherited from class javax.media.j3d.TransformGroup |
ALLOW_TRANSFORM_READ, ALLOW_TRANSFORM_WRITE |
| Fields inherited from class javax.media.j3d.Group |
ALLOW_CHILDREN_EXTEND, ALLOW_CHILDREN_READ, ALLOW_CHILDREN_WRITE, ALLOW_COLLISION_BOUNDS_READ, ALLOW_COLLISION_BOUNDS_WRITE |
| Fields inherited from class javax.media.j3d.Node |
ALLOW_AUTO_COMPUTE_BOUNDS_READ, ALLOW_AUTO_COMPUTE_BOUNDS_WRITE, ALLOW_BOUNDS_READ, ALLOW_BOUNDS_WRITE, ALLOW_COLLIDABLE_READ, ALLOW_COLLIDABLE_WRITE, ALLOW_LOCAL_TO_VWORLD_READ, ALLOW_PICKABLE_READ, ALLOW_PICKABLE_WRITE, ENABLE_COLLISION_REPORTING, ENABLE_PICK_REPORTING |
| Fields inherited from class javax.media.j3d.SceneGraphObject |
|
| Constructor Summary | |
Gui3DCircle(float _fXPos,
float _fZPos,
float _fRadius)
This constructor creates a new Gui3DCircle object. |
|
Gui3DCircle(float _fXPos,
float _fZPos,
float _fRadius,
int _iDivisions)
This constructor creates a new Gui3DCircle object. |
|
| Method Summary | |
void |
create()
Creates the circle shape |
javax.media.j3d.Transform3D |
orient()
This function rotates the Wall to the right orientation orientation |
java.lang.String |
toString()
This function returns the description of this object |
| Methods inherited from class Gui3DFieldComponent |
position, positionOrigin, transform |
| Methods inherited from class javax.media.j3d.TransformGroup |
cloneNode, getTransform, setTransform |
| Methods inherited from class javax.media.j3d.Group |
addChild, getAllChildren, getAlternateCollisionTarget, getChild, getCollisionBounds, indexOfChild, insertChild, moveTo, numChildren, removeAllChildren, removeChild, removeChild, setAlternateCollisionTarget, setChild, setCollisionBounds |
| Methods inherited from class javax.media.j3d.Node |
cloneTree, cloneTree, cloneTree, cloneTree, cloneTree, cloneTree, duplicateNode, getBounds, getBoundsAutoCompute, getCollidable, getLocalToVworld, getLocalToVworld, getParent, getPickable, setBounds, setBoundsAutoCompute, setCollidable, setPickable |
| Methods inherited from class javax.media.j3d.SceneGraphObject |
clearCapability, clearCapabilityIsFrequent, duplicateSceneGraphObject, getCapability, getCapabilityIsFrequent, getUserData, isCompiled, isLive, setCapability, setCapabilityIsFrequent, setUserData, updateNodeReferences |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Gui3DCircle(float _fXPos,
float _fZPos,
float _fRadius)
_fRadius - The radius of the circle
public Gui3DCircle(float _fXPos,
float _fZPos,
float _fRadius,
int _iDivisions)
_fRadius - The radius of the circle_iDivisions - number of divisions for this circle| Method Detail |
public javax.media.j3d.Transform3D orient()
orient in class Gui3DFieldComponentpublic void create()
create in class Gui3DFieldComponentpublic java.lang.String toString()
toString in class Gui3DFieldComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||