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.boolean
getJump()
Return the jump boolean value.boolean
Return the retainUserOffsets boolean value.boolean
Return the viewAll boolean value.void
setDescription
(String val) Set the description field.void
setJump
(boolean val) Set the jump field.void
setOrientation
(float[] val) Set the orientation field.void
setRetainUserOffsets
(boolean val) Set the retainUserOffsets field.void
setViewAll
(boolean val) Set the viewAll field.Methods inherited from interface org.web3d.x3d.sai.X3DBindableNode
getBindTime, getIsBound, setBind
Methods 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.
-