Package org.web3d.x3d.sai.navigation
Interface OrthoViewpoint
- All Superinterfaces:
X3DBindableNode,X3DChildNode,X3DNode,X3DViewpointNode
- All Known Implementing Classes:
SAIOrthoViewpoint,SAIOrthoViewpoint
Defines the requirements of an X3D OrthoViewpoint node
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetFieldOfView(float[] val) Return the fieldOfView value in the argument float[]intReturn the number of MFFloat items in the fieldOfView field.voidgetPosition(float[] val) Return the position value in the argument float[]voidsetFieldOfView(float[] val) Set the fieldOfView field.voidsetPosition(float[] val) Set the position 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, setMetadataMethods inherited from interface org.web3d.x3d.sai.X3DViewpointNode
getDescription, getJump, getRetainUserOffsets, getViewAll, setDescription, setJump, setOrientation, setRetainUserOffsets, setViewAll
-
Method Details
-
getNumFieldOfView
int getNumFieldOfView()Return the number of MFFloat items in the fieldOfView field.- Returns:
- the number of MFFloat items in the fieldOfView field.
-
getFieldOfView
void getFieldOfView(float[] val) Return the fieldOfView value in the argument float[]- Parameters:
val- The float[] to initialize.
-
setFieldOfView
void setFieldOfView(float[] val) Set the fieldOfView field.- Parameters:
val- The float[] to set.
-
getPosition
void getPosition(float[] val) Return the position value in the argument float[]- Parameters:
val- The float[] to initialize.
-
setPosition
void setPosition(float[] val) Set the position field.- Parameters:
val- The float[] to set.
-