public interface OrthoViewpoint extends X3DViewpointNode
| Modifier and Type | Method and Description |
|---|---|
double |
getBindTime()
Provide double value in seconds from outputOnly SFTime field named bindTime.
|
float[] |
getCenterOfRotation()
Provide array of 3-tuple float results unit axis, angle (in radians) from inputOutput SFVec3f field named centerOfRotation.
|
java.lang.String |
getDescription()
Provide String value from inputOutput SFString field named description.
|
float[] |
getFieldOfView()
Provide array of float results from inputOutput MFFloat field named fieldOfView.
|
boolean |
getIsBound()
Provide boolean value from outputOnly SFBool field named isBound.
|
boolean |
getJump()
Provide boolean value from inputOutput SFBool field named jump.
|
X3DMetadataObject |
getMetadata()
Provide X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.
|
float[] |
getOrientation()
Provide array of 4-tuple float results unit axis, angle (in radians) from inputOutput SFRotation field named orientation.
|
float[] |
getPosition()
Provide array of 3-tuple float results from inputOutput SFVec3f field named position.
|
boolean |
getRetainUserOffsets()
Provide boolean value from inputOutput SFBool field named retainUserOffsets.
|
OrthoViewpoint |
setCenterOfRotation(float[] newValue)
Assign 3-tuple float array unit axis, angle (in radians) to inputOutput SFVec3f field named centerOfRotation.
|
OrthoViewpoint |
setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
OrthoViewpoint |
setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
OrthoViewpoint |
setDescription(java.lang.String newValue)
Assign String value to inputOutput SFString field named description.
|
OrthoViewpoint |
setFieldOfView(float[] newValue)
Assign float array to inputOutput MFFloat field named fieldOfView.
|
OrthoViewpoint |
setJump(boolean newValue)
Assign boolean value to inputOutput SFBool field named jump.
|
OrthoViewpoint |
setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
OrthoViewpoint |
setOrientation(float[] newValue)
Assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named orientation.
|
OrthoViewpoint |
setPosition(float[] newValue)
Assign 3-tuple float array to inputOutput SFVec3f field named position.
|
OrthoViewpoint |
setRetainUserOffsets(boolean newValue)
Assign boolean value to inputOutput SFBool field named retainUserOffsets.
|
OrthoViewpoint |
setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
double getBindTime()
getBindTime in interface X3DBindableNodegetBindTime in interface X3DViewpointNodefloat[] getCenterOfRotation()
OrthoViewpoint setCenterOfRotation(float[] newValue)
newValue - is new value for the centerOfRotation field.OrthoViewpoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).java.lang.String getDescription()
getDescription in interface X3DViewpointNodeOrthoViewpoint setDescription(java.lang.String newValue)
setDescription in interface X3DViewpointNodenewValue - is new value for the description field.OrthoViewpoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float[] getFieldOfView()
OrthoViewpoint setFieldOfView(float[] newValue)
newValue - is new value for the fieldOfView field.OrthoViewpoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).boolean getIsBound()
getIsBound in interface X3DBindableNodegetIsBound in interface X3DViewpointNodeboolean getJump()
getJump in interface X3DViewpointNodeOrthoViewpoint setJump(boolean newValue)
setJump in interface X3DViewpointNodenewValue - is new value for the jump field.OrthoViewpoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DMetadataObject getMetadata()
getMetadata in interface X3DBindableNodegetMetadata in interface X3DChildNodegetMetadata in interface X3DNodegetMetadata in interface X3DViewpointNodeOrthoViewpoint setMetadata(X3DMetadataObject newValue)
setMetadata in interface X3DBindableNodesetMetadata in interface X3DChildNodesetMetadata in interface X3DNodesetMetadata in interface X3DViewpointNodenewValue - is new value for the metadata field.OrthoViewpoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float[] getOrientation()
getOrientation in interface X3DViewpointNodeOrthoViewpoint setOrientation(float[] newValue)
setOrientation in interface X3DViewpointNodenewValue - is new value for the orientation field.OrthoViewpoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float[] getPosition()
OrthoViewpoint setPosition(float[] newValue)
newValue - is new value for the position field.OrthoViewpoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).boolean getRetainUserOffsets()
getRetainUserOffsets in interface X3DViewpointNodeOrthoViewpoint setRetainUserOffsets(boolean newValue)
setRetainUserOffsets in interface X3DViewpointNodenewValue - is new value for the retainUserOffsets field.OrthoViewpoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).OrthoViewpoint setDEF(java.lang.String newValue)
setDEF in interface X3DBindableNodesetDEF in interface X3DChildNodesetDEF in interface X3DNodesetDEF in interface X3DViewpointNodenewValue - is new value for the DEF field.OrthoViewpoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).OrthoViewpoint setUSE(java.lang.String newValue)
USE node is still an independent object, with the USE value matching the DEF value in the preceding object.
setUSE() method on this node resets all other fields to their default values (except for containerField) and also releases all child nodes.setUSE in interface X3DBindableNodesetUSE in interface X3DChildNodesetUSE in interface X3DNodesetUSE in interface X3DViewpointNodenewValue - is new value for the USE field.OrthoViewpoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).OrthoViewpoint setCssClass(java.lang.String newValue)
setCssClass in interface X3DBindableNodesetCssClass in interface X3DChildNodesetCssClass in interface X3DNodesetCssClass in interface X3DViewpointNodenewValue - is new value for the class field.OrthoViewpoint - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.