Package org.web3d.x3d.sai
Interface X3DViewpointNode
- All Superinterfaces:
X3DBindableNode,X3DChildNode,X3DNode
- All Known Subinterfaces:
GeoViewpoint,OrthoViewpoint,Viewpoint
- All Known Implementing Classes:
SAIGeoViewpoint,SAIGeoViewpoint,SAIOrthoViewpoint,SAIOrthoViewpoint,SAIViewpoint,SAIViewpoint
Defines the requirements of an X3DViewpointNode abstract node type
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionReturn the description String value.booleangetJump()Return the jump boolean value.booleanReturn the retainUserOffsets boolean value.booleanReturn the viewAll boolean value.voidsetDescription(String val) Set the description field.voidsetJump(boolean val) Set the jump field.voidsetOrientation(float[] val) Set the orientation field.voidsetRetainUserOffsets(boolean val) Set the retainUserOffsets field.voidsetViewAll(boolean val) Set the viewAll field.Methods inherited from interface org.web3d.x3d.sai.X3DBindableNode
getBindTime, getIsBound, setBindMethods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
-
Method Details
-
getJump
boolean getJump()Return the jump boolean value.- Returns:
- The jump boolean value.
-
setJump
void setJump(boolean val) Set the jump field.- Parameters:
val- The boolean to set.
-
setOrientation
void setOrientation(float[] val) Set the orientation field.- Parameters:
val- The float[] to set.
-
getDescription
-
setDescription
-
getRetainUserOffsets
boolean getRetainUserOffsets()Return the retainUserOffsets boolean value.- Returns:
- The retainUserOffsets boolean value.
-
setRetainUserOffsets
void setRetainUserOffsets(boolean val) Set the retainUserOffsets field.- Parameters:
val- The boolean to set.
-
getViewAll
boolean getViewAll()Return the viewAll boolean value.- Returns:
- The viewAll boolean value.
-
setViewAll
void setViewAll(boolean val) Set the viewAll field.- Parameters:
val- The boolean to set.
-