public class OrthoViewpointObject extends X3DConcreteNode implements OrthoViewpoint
| Modifier and Type | Field and Description |
|---|---|
static float[] |
CENTEROFROTATION_DEFAULT_VALUE
SFVec3f field named centerOfRotation has default value {0f,0f,0f} (Java syntax) or 0 0 0 (XML syntax).
|
static java.lang.String |
COMPONENT
String constant COMPONENT provides X3D component for this element: Navigation.
|
static java.lang.String |
DESCRIPTION_DEFAULT_VALUE
SFString field named description has default value equal to an empty string.
|
static java.util.ArrayList<java.lang.Float> |
FIELDOFVIEW_DEFAULT_VALUE
MFFloat field named fieldOfView has default value {-1f,-1f,1f,1f} (Java syntax) or -1 -1 1 1 (XML syntax).
|
static java.lang.String |
fromField_BINDTIME
fromField ROUTE name for SFTime field named bindTime.
|
static java.lang.String |
fromField_CENTEROFROTATION
fromField ROUTE name for SFVec3f field named centerOfRotation.
|
static java.lang.String |
fromField_DESCRIPTION
fromField ROUTE name for SFString field named description.
|
static java.lang.String |
fromField_FIELDOFVIEW
fromField ROUTE name for MFFloat field named fieldOfView.
|
static java.lang.String |
fromField_ISBOUND
fromField ROUTE name for SFBool field named isBound.
|
static java.lang.String |
fromField_JUMP
fromField ROUTE name for SFBool field named jump.
|
static java.lang.String |
fromField_METADATA
fromField ROUTE name for SFNode field named metadata.
|
static java.lang.String |
fromField_ORIENTATION
fromField ROUTE name for SFRotation field named orientation.
|
static java.lang.String |
fromField_POSITION
fromField ROUTE name for SFVec3f field named position.
|
static java.lang.String |
fromField_RETAINUSEROFFSETS
fromField ROUTE name for SFBool field named retainUserOffsets.
|
static boolean |
JUMP_DEFAULT_VALUE
SFBool field named jump has default value true (Java syntax) or true (XML syntax).
|
static int |
LEVEL
Integer constant LEVEL provides default X3D component level for this element: 3.
|
static java.lang.String |
NAME
String constant NAME provides name of this element: OrthoViewpoint.
|
static float[] |
ORIENTATION_DEFAULT_VALUE
SFRotation field named orientation has default value {0f,0f,1f,0f} (Java syntax) or 0 0 1 0 (XML syntax).
|
static float[] |
POSITION_DEFAULT_VALUE
SFVec3f field named position has default value {0f,0f,10f} (Java syntax) or 0 0 10 (XML syntax).
|
static boolean |
RETAINUSEROFFSETS_DEFAULT_VALUE
SFBool field named retainUserOffsets has default value false (Java syntax) or false (XML syntax).
|
static java.lang.String |
toField_CENTEROFROTATION
toField ROUTE name for SFVec3f field named centerOfRotation.
|
static java.lang.String |
toField_DESCRIPTION
toField ROUTE name for SFString field named description.
|
static java.lang.String |
toField_FIELDOFVIEW
toField ROUTE name for MFFloat field named fieldOfView.
|
static java.lang.String |
toField_JUMP
toField ROUTE name for SFBool field named jump.
|
static java.lang.String |
toField_METADATA
toField ROUTE name for SFNode field named metadata.
|
static java.lang.String |
toField_ORIENTATION
toField ROUTE name for SFRotation field named orientation.
|
static java.lang.String |
toField_POSITION
toField ROUTE name for SFVec3f field named position.
|
static java.lang.String |
toField_RETAINUSEROFFSETS
toField ROUTE name for SFBool field named retainUserOffsets.
|
static java.lang.String |
toField_SET_BIND
toField ROUTE name for SFBool field named set_bind.
|
CLASS_DEFAULT_VALUE, containerField_ALTERNATE_VALUES, DEF_DEFAULT_VALUE, USE_DEFAULT_VALUEvalidationResult| Constructor and Description |
|---|
OrthoViewpointObject()
Constructor for OrthoViewpointObject to initialize member variables with default values.
|
OrthoViewpointObject(java.lang.String DEFname)
Utility constructor that assigns DEF name after initializing member variables with default values
|
| Modifier and Type | Method and Description |
|---|---|
OrthoViewpointObject |
addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
OrthoViewpointObject |
addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
OrthoViewpointObject |
addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
OrthoViewpointObject |
clearFieldOfView()
Utility method to clear MFFloat value of fieldOfView field.
|
OrthoViewpointObject |
clearMetadata()
Utility method to clear SFNode value of metadata field.
|
X3DConcreteElement |
findElementByNameValue(java.lang.String nameValue)
Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
|
X3DConcreteElement |
findElementByNameValue(java.lang.String nameValue,
java.lang.String elementName)
Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.
|
X3DConcreteNode |
findNodeByDEF(java.lang.String DEFvalue)
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
|
java.lang.String |
getAccessType(java.lang.String fieldName)
Indicate accessType corresponding to given fieldName.
|
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 |
getComponent()
Provides X3D component for this element: Navigation.
|
int |
getComponentLevel()
Provides default X3D component level for this element: 3.
|
java.lang.String |
getDescription()
Provide String value from inputOutput SFString field named description.
|
java.lang.String |
getElementName()
Provides name of this element: OrthoViewpoint.
|
float[] |
getFieldOfView()
Provide array of Float results from inputOutput MFFloat field named fieldOfView.
|
java.util.ArrayList<java.lang.Float> |
getFieldOfViewList()
Utility method to get ArrayList value of MFFloat fieldOfView field, similar to
getFieldOfView(). |
java.lang.String |
getFieldType(java.lang.String fieldName)
Indicate type corresponding to given fieldName.
|
ISObject |
getIS()
Provide field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
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.
|
ProtoInstanceObject |
getMetadataProtoInstance()
Provide properly typed ProtoInstance for inputOutput SFNode field metadata, if available.
|
X3DConcreteNode |
getNodeByDEF(java.lang.String DEFname)
Recursive method to provide object reference to node by DEF name, if found as this node or in a contained node.
|
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.
|
boolean |
hasElementByNameValue(java.lang.String nameValue,
java.lang.String elementName)
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.
|
boolean |
hasMetadata()
Indicate whether an object is available for inputOutput SFNode field metadata.
|
boolean |
hasNodeByDEF(java.lang.String DEFvalue)
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.
|
void |
initialize()
Initialize all member variables to default values.
|
OrthoViewpointObject |
setCenterOfRotation(float[] newValue)
Assign 3-tuple float array unit axis, angle (in radians) to inputOutput SFVec3f field named centerOfRotation.
|
OrthoViewpointObject |
setCenterOfRotation(float x,
float y,
float z)
Assign values to SFVec3f centerOfRotation field, similar to
setCenterOfRotation(float[]). |
OrthoViewpointObject |
setCenterOfRotation(SFVec3fObject newValue)
Assign typed object value to SFVec3f centerOfRotation field, similar to
setCenterOfRotation(float[]). |
OrthoViewpointObject |
setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
OrthoViewpointObject |
setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
OrthoViewpointObject |
setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
OrthoViewpointObject |
setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
OrthoViewpointObject |
setDescription(SFStringObject newValue)
Assign typed object value to SFString description field, similar to
setDescription(String). |
OrthoViewpointObject |
setDescription(java.lang.String newValue)
Assign String value to inputOutput SFString field named description.
|
OrthoViewpointObject |
setFieldOfView(java.util.ArrayList<java.lang.Float> newValue)
Assign ArrayList value of MFFloat fieldOfView field, similar to
setFieldOfView(float[]). |
OrthoViewpointObject |
setFieldOfView(float[] newValue)
Assign Float array to inputOutput MFFloat field named fieldOfView.
|
OrthoViewpointObject |
setFieldOfView(int[] newValue)
Assign floating-point array value of MFFloat fieldOfView field, similar to
setFieldOfView(float[]). |
OrthoViewpointObject |
setFieldOfView(MFFloatObject newValue)
Assign typed object value to MFFloat fieldOfView field, similar to
setFieldOfView(float[]). |
OrthoViewpointObject |
setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
OrthoViewpointObject |
setJump(boolean newValue)
Assign boolean value to inputOutput SFBool field named jump.
|
OrthoViewpointObject |
setJump(SFBoolObject newValue)
Assign typed object value to SFBool jump field, similar to
setJump(boolean). |
OrthoViewpointObject |
setMetadata(ProtoInstanceObject newProtoInstanceNode)
Assign ProtoInstance to metadata field;
WARNING: ProtoInstance must match acceptable node type X3DMetadataObject.
|
OrthoViewpointObject |
setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
OrthoViewpointObject |
setOrientation(float[] newValue)
Assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named orientation.
|
OrthoViewpointObject |
setOrientation(float x,
float y,
float z,
float angleRadians)
Assign values to SFRotation orientation field, similar to
setOrientation(float[]). |
OrthoViewpointObject |
setOrientation(SFRotationObject newValue)
Assign typed object value to SFRotation orientation field, similar to
setOrientation(float[]). |
OrthoViewpointObject |
setPosition(float[] newValue)
Assign 3-tuple float array to inputOutput SFVec3f field named position.
|
OrthoViewpointObject |
setPosition(float x,
float y,
float z)
Assign values to SFVec3f position field, similar to
setPosition(float[]). |
OrthoViewpointObject |
setPosition(SFVec3fObject newValue)
Assign typed object value to SFVec3f position field, similar to
setPosition(float[]). |
OrthoViewpointObject |
setRetainUserOffsets(boolean newValue)
Assign boolean value to inputOutput SFBool field named retainUserOffsets.
|
OrthoViewpointObject |
setRetainUserOffsets(SFBoolObject newValue)
Assign typed object value to SFBool retainUserOffsets field, similar to
setRetainUserOffsets(boolean). |
OrthoViewpointObject |
setUSE(OrthoViewpointObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
OrthoViewpointObject |
setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
OrthoViewpointObject |
setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
java.lang.String |
toStringClassicVRML(int level)
Recursive method to provide ClassicVRML string serialization.
|
java.lang.String |
toStringVRML97(int level)
Recursive method to provide VRML97 string serialization.
|
java.lang.String |
toStringX3D(int level)
Recursive method to provide X3D string serialization of this model subgraph.
|
java.lang.String |
validate()
Recursive method to validate this element plus all contained nodes and statements.
|
getContainerFieldAlternateValues, getContainerFieldOverride, getCssClass, getDEF, getUSE, isNode, isStatement, isUSE, resetContainerFieldOverride, setConcreteCssClass, setConcreteDEF, setConcreteUSE, setContainerFieldOverrideclearParentObject, findAncestorElementByName, findAncestorProtoBody, findAncestorSceneObject, findAncestorX3DObject, getPackageName, getParentObject, getValidationResult, hasAncestorElementByName, hasAncestorProtoBody, hasAncestorSceneObject, hasAncestorX3DObject, setParentObject, toStringClassicVRML, toStringVRML97, toStringX3Dpublic static final java.lang.String NAME
public static final java.lang.String COMPONENT
public static final int LEVEL
public static final float[] CENTEROFROTATION_DEFAULT_VALUE
public static final java.lang.String DESCRIPTION_DEFAULT_VALUE
public static final java.util.ArrayList<java.lang.Float> FIELDOFVIEW_DEFAULT_VALUE
public static final boolean JUMP_DEFAULT_VALUE
public static final float[] ORIENTATION_DEFAULT_VALUE
public static final float[] POSITION_DEFAULT_VALUE
public static final boolean RETAINUSEROFFSETS_DEFAULT_VALUE
public static final java.lang.String fromField_BINDTIME
public static final java.lang.String fromField_CENTEROFROTATION
public static final java.lang.String toField_CENTEROFROTATION
public static final java.lang.String fromField_DESCRIPTION
public static final java.lang.String toField_DESCRIPTION
public static final java.lang.String fromField_FIELDOFVIEW
public static final java.lang.String toField_FIELDOFVIEW
public static final java.lang.String fromField_ISBOUND
public static final java.lang.String fromField_JUMP
public static final java.lang.String toField_JUMP
public static final java.lang.String fromField_METADATA
public static final java.lang.String toField_METADATA
public static final java.lang.String fromField_ORIENTATION
public static final java.lang.String toField_ORIENTATION
public static final java.lang.String fromField_POSITION
public static final java.lang.String toField_POSITION
public static final java.lang.String fromField_RETAINUSEROFFSETS
public static final java.lang.String toField_RETAINUSEROFFSETS
public static final java.lang.String toField_SET_BIND
public OrthoViewpointObject()
public OrthoViewpointObject(java.lang.String DEFname)
DEFname - unique DEF name for this X3D nodepublic final java.lang.String getElementName()
getElementName in class X3DConcreteElementpublic final java.lang.String getComponent()
getComponent in class X3DConcreteElementpublic final int getComponentLevel()
getComponentLevel in class X3DConcreteElementpublic java.lang.String getFieldType(java.lang.String fieldName)
getFieldType in class X3DConcreteElementfieldName - name of field in this X3D nodeConfigurationProperties.ERROR_UNKNOWN_FIELD_TYPEpublic java.lang.String getAccessType(java.lang.String fieldName)
getAccessType in class X3DConcreteElementfieldName - name of field in this X3D nodeConfigurationProperties.ERROR_UNKNOWN_FIELD_ACCESSTYPEpublic final void initialize()
initialize in class X3DConcreteNodepublic double getBindTime()
getBindTime in interface X3DBindableNodegetBindTime in interface OrthoViewpointgetBindTime in interface X3DViewpointNodepublic float[] getCenterOfRotation()
getCenterOfRotation in interface OrthoViewpointpublic OrthoViewpointObject setCenterOfRotation(float[] newValue)
setCenterOfRotation in interface OrthoViewpointnewValue - is new value for the centerOfRotation field.OrthoViewpointObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same node object).public OrthoViewpointObject setCenterOfRotation(SFVec3fObject newValue)
setCenterOfRotation(float[]).newValue - is new value for the centerOfRotation field.OrthoViewpointObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same node object).public OrthoViewpointObject setCenterOfRotation(float x, float y, float z)
setCenterOfRotation(float[]).x - first componenty - second componentz - third componentOrthoViewpointObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same node object).public java.lang.String getDescription()
getDescription in interface OrthoViewpointgetDescription in interface X3DViewpointNodepublic OrthoViewpointObject setDescription(java.lang.String newValue)
setDescription in interface OrthoViewpointsetDescription in interface X3DViewpointNodenewValue - is new value for the description field.OrthoViewpointObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same node object).public OrthoViewpointObject setDescription(SFStringObject newValue)
setDescription(String).newValue - is new value for the description field.OrthoViewpointObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same node object).public float[] getFieldOfView()
getFieldOfView in interface OrthoViewpointpublic java.util.ArrayList<java.lang.Float> getFieldOfViewList()
getFieldOfView().public OrthoViewpointObject setFieldOfView(float[] newValue)
setFieldOfView in interface OrthoViewpointnewValue - is new value for the fieldOfView field.OrthoViewpointObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same node object).public OrthoViewpointObject setFieldOfView(MFFloatObject newValue)
setFieldOfView(float[]).newValue - is new value for the fieldOfView field.OrthoViewpointObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same node object).public OrthoViewpointObject setFieldOfView(java.util.ArrayList<java.lang.Float> newValue)
setFieldOfView(float[]).newValue - is new value for the fieldOfView field.OrthoViewpointObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same node object).public OrthoViewpointObject clearFieldOfView()
OrthoViewpointObject - namely this same object to allow sequential method pipelining (i.e. consecutive
setAttribute method invocations).public OrthoViewpointObject setFieldOfView(int[] newValue)
setFieldOfView(float[]).newValue - is new value for the fieldOfView field.OrthoViewpointObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same node object).public boolean getIsBound()
getIsBound in interface X3DBindableNodegetIsBound in interface OrthoViewpointgetIsBound in interface X3DViewpointNodepublic boolean getJump()
getJump in interface OrthoViewpointgetJump in interface X3DViewpointNodepublic OrthoViewpointObject setJump(boolean newValue)
setJump in interface OrthoViewpointsetJump in interface X3DViewpointNodenewValue - is new value for the jump field.OrthoViewpointObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same node object).public OrthoViewpointObject setJump(SFBoolObject newValue)
setJump(boolean).newValue - is new value for the jump field.OrthoViewpointObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same node object).public X3DMetadataObject getMetadata()
getMetadata in interface X3DBindableNodegetMetadata in interface X3DChildNodegetMetadata in interface X3DNodegetMetadata in interface OrthoViewpointgetMetadata in interface X3DViewpointNodegetMetadataProtoInstance(),
X3D Scene Authoring Hints: Metadata Nodespublic OrthoViewpointObject setMetadata(X3DMetadataObject newValue)
setMetadata in interface X3DBindableNodesetMetadata in interface X3DChildNodesetMetadata in interface X3DNodesetMetadata in interface OrthoViewpointsetMetadata in interface X3DViewpointNodesetMetadata in class X3DConcreteNodenewValue - is new value for the metadata field.OrthoViewpointObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same node object).setMetadata(ProtoInstanceObject),
X3D Scene Authoring Hints: Metadata Nodespublic OrthoViewpointObject clearMetadata()
OrthoViewpointObject - namely this same object to allow sequential method pipelining (i.e. consecutive
setAttribute method invocations).public OrthoViewpointObject setMetadata(ProtoInstanceObject newProtoInstanceNode)
newProtoInstanceNode - is the new ProtoInstance node for the metadata fieldOrthoViewpointObject - namely this same object to allow sequential method pipelining (i.e. consecutive
setAttribute method invocations).setMetadata(X3DMetadataObject),
X3D Scene Authoring Hints: Metadata Nodespublic ProtoInstanceObject getMetadataProtoInstance()
getMetadata(),
X3D Scene Authoring Hints: Metadata Nodespublic boolean hasMetadata()
getMetadata(),
getMetadataProtoInstance(),
X3D Scene Authoring Hints: Metadata Nodespublic float[] getOrientation()
getOrientation in interface OrthoViewpointgetOrientation in interface X3DViewpointNodepublic OrthoViewpointObject setOrientation(float[] newValue)
setOrientation in interface OrthoViewpointsetOrientation in interface X3DViewpointNodenewValue - is new value for the orientation field.OrthoViewpointObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same node object).public OrthoViewpointObject setOrientation(SFRotationObject newValue)
setOrientation(float[]).newValue - is new value for the orientation field.OrthoViewpointObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same node object).public OrthoViewpointObject setOrientation(float x, float y, float z, float angleRadians)
setOrientation(float[]).x - first component of axisy - second component of axisz - third component of axisangleRadians - fourth component of rotation around axisOrthoViewpointObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same node object).public float[] getPosition()
getPosition in interface OrthoViewpointpublic OrthoViewpointObject setPosition(float[] newValue)
setPosition in interface OrthoViewpointnewValue - is new value for the position field.OrthoViewpointObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same node object).public OrthoViewpointObject setPosition(SFVec3fObject newValue)
setPosition(float[]).newValue - is new value for the position field.OrthoViewpointObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same node object).public OrthoViewpointObject setPosition(float x, float y, float z)
setPosition(float[]).x - first componenty - second componentz - third componentOrthoViewpointObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same node object).public boolean getRetainUserOffsets()
getRetainUserOffsets in interface OrthoViewpointgetRetainUserOffsets in interface X3DViewpointNodepublic OrthoViewpointObject setRetainUserOffsets(boolean newValue)
setRetainUserOffsets in interface OrthoViewpointsetRetainUserOffsets in interface X3DViewpointNodenewValue - is new value for the retainUserOffsets field.OrthoViewpointObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same node object).public OrthoViewpointObject setRetainUserOffsets(SFBoolObject newValue)
setRetainUserOffsets(boolean).newValue - is new value for the retainUserOffsets field.OrthoViewpointObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same node object).public final OrthoViewpointObject setDEF(java.lang.String newValue)
setDEF in interface X3DBindableNodesetDEF in interface X3DChildNodesetDEF in interface X3DNodesetDEF in interface OrthoViewpointsetDEF in interface X3DViewpointNodesetDEF in class X3DConcreteNodenewValue - is new value for the DEF field.OrthoViewpointObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same node object).public OrthoViewpointObject setDEF(SFStringObject newValue)
setDEF(String).newValue - is new value for the DEF field.OrthoViewpointObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same node object).public final OrthoViewpointObject 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 resets all other fields to their default values and also releases all child nodes.setUSE in interface X3DBindableNodesetUSE in interface X3DChildNodesetUSE in interface X3DNodesetUSE in interface OrthoViewpointsetUSE in interface X3DViewpointNodesetUSE in class X3DConcreteNodenewValue - is new value for the USE field.OrthoViewpointObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same node object).public OrthoViewpointObject setUSE(SFStringObject newValue)
setUSE(String).newValue - is new value for the USE field.OrthoViewpointObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same node object).public final OrthoViewpointObject setCssClass(java.lang.String newValue)
setCssClass in interface X3DBindableNodesetCssClass in interface X3DChildNodesetCssClass in interface X3DNodesetCssClass in interface OrthoViewpointsetCssClass in interface X3DViewpointNodesetCssClass in class X3DConcreteNodenewValue - is new value for the class field.OrthoViewpointObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same node object).public OrthoViewpointObject setCssClass(SFStringObject newValue)
setCssClass(String).newValue - is new value for the class field.OrthoViewpointObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same node object).public OrthoViewpointObject setIS(ISObject newValue)
setIS in class X3DConcreteNodenewValue - is new value for the description field.OrthoViewpointObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same node object).public ISObject getIS()
getIS in class X3DConcreteNodepublic OrthoViewpointObject setUSE(OrthoViewpointObject DEFnode)
setUSE(String).
setUSE() method resets all other fields to their default values and also releases
all child nodes.
DEFnode - must have a DEF value definedOrthoViewpointObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same node object).public OrthoViewpointObject addComments(java.lang.String newComment)
addComments in class X3DConcreteElementnewComment - initial valueOrthoViewpointObject - namely this same object to allow sequential method pipelining (i.e. consecutive
setAttribute method invocations).public OrthoViewpointObject addComments(java.lang.String[] newComments)
addComments in class X3DConcreteElementnewComments - array of commentsOrthoViewpointObject - namely this same object to allow sequential method pipelining (i.e. consecutive
setAttribute method invocations).public OrthoViewpointObject addComments(CommentsBlock newCommentsBlock)
addComments in class X3DConcreteElementnewCommentsBlock - block of comments to addOrthoViewpointObject - namely this same object to allow sequential method pipelining (i.e. consecutive
setAttribute method invocations).public java.lang.String toStringX3D(int level)
toStringX3D in class X3DConcreteElementlevel - number of levels of indentation for this elementpublic java.lang.String toStringClassicVRML(int level)
toStringClassicVRML in class X3DConcreteElementlevel - number of levels of indentation for this elementpublic java.lang.String toStringVRML97(int level)
toStringVRML97 in class X3DConcreteElementlevel - number of levels of indentation for this elementpublic X3DConcreteNode getNodeByDEF(java.lang.String DEFname)
getNodeByDEF in class X3DConcreteNodeDEFname - DEF name of node to findpublic X3DConcreteElement findElementByNameValue(java.lang.String nameValue)
findElementByNameValue in class X3DConcreteElementnameValue - is value of the name field being searched for in this element and child elements(if any)findNodeByDEF(String)public X3DConcreteElement findElementByNameValue(java.lang.String nameValue, java.lang.String elementName)
findElementByNameValue in class X3DConcreteElementnameValue - is value of the name field being searched for in this element and child elements(if any)elementName - identifies the element of interest (meta MetadataString ProtoDeclare CADassembly ProtoInstance HAnimHumanoid etc.)findNodeByDEF(String)public boolean hasElementByNameValue(java.lang.String nameValue,
java.lang.String elementName)
nameValue - is value of the name field being searched for in this element and child elements(if any)elementName - identifies the element of interest (meta MetadataString ProtoDeclare CADassembly ProtoInstance HAnimHumanoid etc.)findElementByNameValue(String, String)public X3DConcreteNode findNodeByDEF(java.lang.String DEFvalue)
findNodeByDEF in class X3DConcreteElementDEFvalue - is value of the name field being searched for in this element and child elements(if any)findElementByNameValue(String)public boolean hasNodeByDEF(java.lang.String DEFvalue)
DEFvalue - is value of the name field being searched for in this element and child elements(if any)findNodeByDEF(String)public java.lang.String validate()
validate in class X3DConcreteElementCopyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.