|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Defines the requirements for a simulation infrastructure object.
ReferenceFrame,
X3DNode| Method Summary | |
void |
add(ReferenceFrame refFrame,
org.web3d.x3d.sai.X3DNode node)
Add the argument node to the specified ReferenceFrame
of the Structure |
void |
add(ReferenceFrame refFrame,
org.web3d.x3d.sai.X3DNode[] node)
Add the argument nodes to the specified ReferenceFrame
of the Structure |
void |
dispose()
Explicitly dispose of all the Structure's resources |
void |
remove(ReferenceFrame refFrame,
org.web3d.x3d.sai.X3DNode node)
Remove the argument node from the specified ReferenceFrame
of the Structure |
void |
remove(ReferenceFrame refFrame,
org.web3d.x3d.sai.X3DNode[] node)
Remove the argument nodes from the specified ReferenceFrame
of the Structure |
| Method Detail |
public void add(ReferenceFrame refFrame,
org.web3d.x3d.sai.X3DNode node)
ReferenceFrame
of the Structure
refFrame - the reference frame identifier within the
structure to add the node tonode - the node to add
public void add(ReferenceFrame refFrame,
org.web3d.x3d.sai.X3DNode[] node)
ReferenceFrame
of the Structure
refFrame - the reference frame identifier within the
structure to add the nodes tonode - the array of nodes to add
public void remove(ReferenceFrame refFrame,
org.web3d.x3d.sai.X3DNode node)
ReferenceFrame
of the Structure
refFrame - the reference frame identifier within the
structure to add the node tonode - the node to remove
public void remove(ReferenceFrame refFrame,
org.web3d.x3d.sai.X3DNode[] node)
ReferenceFrame
of the Structure
refFrame - the reference frame identifier within the
structure to add the nodes tonode - the array of nodes to removepublic void dispose()
Structure's resources
|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||