public class ContactObject extends X3DConcreteNode implements Contact
| Modifier and Type | Field and Description |
|---|---|
static java.util.ArrayList<java.lang.String> |
APPLIEDPARAMETERS_BOUNCE
MFString field named appliedParameters is an array that can include this quoted enumeration value new String[] {"BOUNCE"} (Java syntax) or '"BOUNCE"' (XML syntax).
|
static java.util.ArrayList<java.lang.String> |
APPLIEDPARAMETERS_CONSTANT_FORCE
MFString field named appliedParameters is an array that can include this quoted enumeration value new String[] {"CONSTANT_FORCE"} (Java syntax) or '"CONSTANT_FORCE"' (XML syntax).
|
static java.util.ArrayList<java.lang.String> |
APPLIEDPARAMETERS_DEFAULT_VALUE
MFString field named appliedParameters has default quoted value new String[] {"BOUNCE"} (Java syntax) or quoted value "BOUNCE" (XML syntax).
|
static java.util.ArrayList<java.lang.String> |
APPLIEDPARAMETERS_ERROR_REDUCTION
MFString field named appliedParameters is an array that can include this quoted enumeration value new String[] {"ERROR_REDUCTION"} (Java syntax) or '"ERROR_REDUCTION"' (XML syntax).
|
static java.util.ArrayList<java.lang.String> |
APPLIEDPARAMETERS_FRICTION_COEFFICIENT_2
MFString field named appliedParameters is an array that can include this quoted enumeration value new String[] {"FRICTION_COEFFICIENT-2"} (Java syntax) or '"FRICTION_COEFFICIENT-2"' (XML syntax).
|
static java.util.ArrayList<java.lang.String> |
APPLIEDPARAMETERS_SLIP_1
MFString field named appliedParameters is an array that can include this quoted enumeration value new String[] {"SLIP-1"} (Java syntax) or '"SLIP-1"' (XML syntax).
|
static java.util.ArrayList<java.lang.String> |
APPLIEDPARAMETERS_SLIP_2
MFString field named appliedParameters is an array that can include this quoted enumeration value new String[] {"SLIP-2"} (Java syntax) or '"SLIP-2"' (XML syntax).
|
static java.util.ArrayList<java.lang.String> |
APPLIEDPARAMETERS_SPEED_1
MFString field named appliedParameters is an array that can include this quoted enumeration value new String[] {"SPEED-1"} (Java syntax) or '"SPEED-1"' (XML syntax).
|
static java.util.ArrayList<java.lang.String> |
APPLIEDPARAMETERS_SPEED_2
MFString field named appliedParameters is an array that can include this quoted enumeration value new String[] {"SPEED-2"} (Java syntax) or '"SPEED-2"' (XML syntax).
|
static java.util.ArrayList<java.lang.String> |
APPLIEDPARAMETERS_USER_FRICTION
MFString field named appliedParameters is an array that can include this quoted enumeration value new String[] {"USER_FRICTION"} (Java syntax) or '"USER_FRICTION"' (XML syntax).
|
static float |
BOUNCE_DEFAULT_VALUE
SFFloat field named bounce has default value 0f (Java syntax) or 0 (XML syntax).
|
static java.lang.String |
COMPONENT
String constant COMPONENT defines X3D component for the Contact element: RigidBodyPhysics
|
static float[] |
CONTACTNORMAL_DEFAULT_VALUE
SFVec3f field named contactNormal has default value {0f,1f,0f} (Java syntax) or 0 1 0 (XML syntax).
|
static java.lang.String |
containerField_DEFAULT_VALUE
containerField describes typical field relationship of a node to its parent.
|
static float |
DEPTH_DEFAULT_VALUE
SFFloat field named depth has default value 0f (Java syntax) or 0 (XML syntax).
|
static float[] |
FRICTIONCOEFFICIENTS_DEFAULT_VALUE
SFVec2f field named frictionCoefficients has default value {0f,0f} (Java syntax) or 0 0 (XML syntax).
|
static float[] |
FRICTIONDIRECTION_DEFAULT_VALUE
SFVec3f field named frictionDirection has default value {0f,1f,0f} (Java syntax) or 0 1 0 (XML syntax).
|
static java.lang.String |
fromField_APPLIEDPARAMETERS
fromField ROUTE name for MFString field named appliedParameters.
|
static java.lang.String |
fromField_BODY1
fromField ROUTE name for SFNode field named body1.
|
static java.lang.String |
fromField_BODY2
fromField ROUTE name for SFNode field named body2.
|
static java.lang.String |
fromField_BOUNCE
fromField ROUTE name for SFFloat field named bounce.
|
static java.lang.String |
fromField_CONTACTNORMAL
fromField ROUTE name for SFVec3f field named contactNormal.
|
static java.lang.String |
fromField_DEPTH
fromField ROUTE name for SFFloat field named depth.
|
static java.lang.String |
fromField_FRICTIONCOEFFICIENTS
fromField ROUTE name for SFVec2f field named frictionCoefficients.
|
static java.lang.String |
fromField_FRICTIONDIRECTION
fromField ROUTE name for SFVec3f field named frictionDirection.
|
static java.lang.String |
fromField_GEOMETRY1
fromField ROUTE name for SFNode field named geometry1.
|
static java.lang.String |
fromField_GEOMETRY2
fromField ROUTE name for SFNode field named geometry2.
|
static java.lang.String |
fromField_METADATA
fromField ROUTE name for SFNode field named metadata.
|
static java.lang.String |
fromField_MINBOUNCESPEED
fromField ROUTE name for SFFloat field named minBounceSpeed.
|
static java.lang.String |
fromField_POSITION
fromField ROUTE name for SFVec3f field named position.
|
static java.lang.String |
fromField_SLIPCOEFFICIENTS
fromField ROUTE name for SFVec2f field named slipCoefficients.
|
static java.lang.String |
fromField_SOFTNESSCONSTANTFORCEMIX
fromField ROUTE name for SFFloat field named softnessConstantForceMix.
|
static java.lang.String |
fromField_SOFTNESSERRORCORRECTION
fromField ROUTE name for SFFloat field named softnessErrorCorrection.
|
static java.lang.String |
fromField_SURFACESPEED
fromField ROUTE name for SFVec2f field named surfaceSpeed.
|
static int |
LEVEL
Integer constant LEVEL provides default X3D RigidBodyPhysics component level for this element: 2
|
static float |
MINBOUNCESPEED_DEFAULT_VALUE
SFFloat field named minBounceSpeed has default value 0f (Java syntax) or 0 (XML syntax).
|
static java.lang.String |
NAME
String constant NAME provides name of this element: Contact.
|
static float[] |
POSITION_DEFAULT_VALUE
SFVec3f field named position has default value {0f,0f,0f} (Java syntax) or 0 0 0 (XML syntax).
|
static float[] |
SLIPCOEFFICIENTS_DEFAULT_VALUE
SFVec2f field named slipCoefficients has default value {0f,0f} (Java syntax) or 0 0 (XML syntax).
|
static float |
SOFTNESSCONSTANTFORCEMIX_DEFAULT_VALUE
SFFloat field named softnessConstantForceMix has default value 0.0001f (Java syntax) or 0.0001 (XML syntax).
|
static float |
SOFTNESSERRORCORRECTION_DEFAULT_VALUE
SFFloat field named softnessErrorCorrection has default value 0.8f (Java syntax) or 0.8 (XML syntax).
|
static float[] |
SURFACESPEED_DEFAULT_VALUE
SFVec2f field named surfaceSpeed has default value {0f,0f} (Java syntax) or 0 0 (XML syntax).
|
static java.lang.String |
toField_APPLIEDPARAMETERS
toField ROUTE name for MFString field named appliedParameters.
|
static java.lang.String |
toField_BODY1
toField ROUTE name for SFNode field named body1.
|
static java.lang.String |
toField_BODY2
toField ROUTE name for SFNode field named body2.
|
static java.lang.String |
toField_BOUNCE
toField ROUTE name for SFFloat field named bounce.
|
static java.lang.String |
toField_CONTACTNORMAL
toField ROUTE name for SFVec3f field named contactNormal.
|
static java.lang.String |
toField_DEPTH
toField ROUTE name for SFFloat field named depth.
|
static java.lang.String |
toField_FRICTIONCOEFFICIENTS
toField ROUTE name for SFVec2f field named frictionCoefficients.
|
static java.lang.String |
toField_FRICTIONDIRECTION
toField ROUTE name for SFVec3f field named frictionDirection.
|
static java.lang.String |
toField_GEOMETRY1
toField ROUTE name for SFNode field named geometry1.
|
static java.lang.String |
toField_GEOMETRY2
toField ROUTE name for SFNode field named geometry2.
|
static java.lang.String |
toField_METADATA
toField ROUTE name for SFNode field named metadata.
|
static java.lang.String |
toField_MINBOUNCESPEED
toField ROUTE name for SFFloat field named minBounceSpeed.
|
static java.lang.String |
toField_POSITION
toField ROUTE name for SFVec3f field named position.
|
static java.lang.String |
toField_SLIPCOEFFICIENTS
toField ROUTE name for SFVec2f field named slipCoefficients.
|
static java.lang.String |
toField_SOFTNESSCONSTANTFORCEMIX
toField ROUTE name for SFFloat field named softnessConstantForceMix.
|
static java.lang.String |
toField_SOFTNESSERRORCORRECTION
toField ROUTE name for SFFloat field named softnessErrorCorrection.
|
static java.lang.String |
toField_SURFACESPEED
toField ROUTE name for SFVec2f field named surfaceSpeed.
|
CLASS_DEFAULT_VALUE, containerField_ALTERNATE_VALUES, DEF_DEFAULT_VALUE, USE_DEFAULT_VALUEvalidationResult| Constructor and Description |
|---|
ContactObject()
Constructor for ContactObject to initialize member variables with default values.
|
ContactObject(java.lang.String DEFlabel)
Utility constructor that assigns DEF label after initializing member variables with default values.
|
| Modifier and Type | Method and Description |
|---|---|
ContactObject |
addAppliedParameters(SFStringObject newValue)
Add singleton SFStringObject value to MFString appliedParameters field.
|
ContactObject |
addAppliedParameters(java.lang.String newValue)
Add singleton String value to MFString appliedParameters field.
|
ContactObject |
addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
ContactObject |
addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
ContactObject |
addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
ContactObject |
clearAppliedParameters()
Utility method to clear MFString value of appliedParameters field.
|
ContactObject |
clearBody1()
Utility method to clear SFNode value of body1 field.
|
ContactObject |
clearBody2()
Utility method to clear SFNode value of body2 field.
|
ContactObject |
clearGeometry1()
Utility method to clear SFNode value of geometry1 field.
|
ContactObject |
clearGeometry2()
Utility method to clear SFNode value of geometry2 field.
|
ContactObject |
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.
|
java.lang.String[] |
getAppliedParameters()
Provide array of String enumeration results ['"BOUNCE"'|'"USER_FRICTION"'|'"FRICTION_COEFFICIENT-2"'|'"ERROR_REDUCTION"'|'"CONSTANT_FORCE"'|'"SPEED-1"'|'"SPEED-2"'|'"SLIP-1"'|'"SLIP-2"'|'"etc."'] from inputOutput MFString field named appliedParameters.
|
java.util.ArrayList<java.lang.String> |
getAppliedParametersList()
Utility method to get ArrayList value of MFString appliedParameters field, similar to
getAppliedParameters(). |
RigidBody |
getBody1()
Provide RigidBody instance (using a properly typed node) from inputOutput SFNode field body1.
|
RigidBody |
getBody2()
Provide RigidBody instance (using a properly typed node) from inputOutput SFNode field body2.
|
float |
getBounce()
Provide float value within allowed range of [0,1] from inputOutput SFFloat field named bounce.
|
java.lang.String |
getComponent()
Defines X3D component for the Contact element: RigidBodyPhysics
|
int |
getComponentLevel()
Provides default X3D component level for this element: 2
|
float[] |
getContactNormal()
Provide array of 3-tuple float results from inputOutput SFVec3f field named contactNormal.
|
java.lang.String |
getContainerFieldDefault()
containerField describes typical field relationship of a node to its parent.
|
float |
getDepth()
Provide float value from inputOutput SFFloat field named depth.
|
java.lang.String |
getElementName()
Provides name of this element: Contact
|
java.lang.String |
getFieldType(java.lang.String fieldName)
Indicate type corresponding to given fieldName.
|
float[] |
getFrictionCoefficients()
Provide array of 2-tuple float results within allowed range of [0,infinity) from inputOutput SFVec2f field named frictionCoefficients.
|
float[] |
getFrictionDirection()
Provide array of 3-tuple float results from inputOutput SFVec3f field named frictionDirection.
|
X3DNBodyCollidableNode |
getGeometry1()
Provide X3DNBodyCollidableNode instance (using a properly typed node) from inputOutput SFNode field geometry1.
|
X3DNBodyCollidableNode |
getGeometry2()
Provide X3DNBodyCollidableNode instance (using a properly typed node) from inputOutput SFNode field geometry2.
|
ISObject |
getIS()
Provide field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
X3DMetadataObject |
getMetadata()
Provide X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.
|
float |
getMinBounceSpeed()
Provide float value within allowed range of [0,infinity) from inputOutput SFFloat field named minBounceSpeed.
|
float[] |
getPosition()
Provide array of 3-tuple float results from inputOutput SFVec3f field named position.
|
float[] |
getSlipCoefficients()
Provide array of 2-tuple float results from inputOutput SFVec2f field named slipCoefficients.
|
float |
getSoftnessConstantForceMix()
Provide float value within allowed range of [0,1] from inputOutput SFFloat field named softnessConstantForceMix.
|
float |
getSoftnessErrorCorrection()
Provide float value within allowed range of [0,1] from inputOutput SFFloat field named softnessErrorCorrection.
|
float[] |
getSurfaceSpeed()
Provide array of 2-tuple float results from inputOutput SFVec2f field named surfaceSpeed.
|
boolean |
hasBody1()
Indicate whether an object is available for inputOutput SFNode field body1.
|
boolean |
hasBody2()
Indicate whether an object is available for inputOutput SFNode field body2.
|
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 |
hasGeometry1()
Indicate whether an object is available for inputOutput SFNode field geometry1.
|
boolean |
hasGeometry2()
Indicate whether an object is available for inputOutput SFNode field geometry2.
|
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.
|
ContactObject |
setAppliedParameters(java.util.ArrayList<java.lang.String> newValue)
Assign ArrayList value of MFString appliedParameters field, similar to
setAppliedParameters(String[]). |
ContactObject |
setAppliedParameters(MFStringObject newValue)
Assign typed object value to MFString appliedParameters field, similar to
setAppliedParameters(String[]). |
ContactObject |
setAppliedParameters(SFStringObject newValue)
Assign single SFString object value to MFString appliedParameters field, similar to
setAppliedParameters(String[]). |
ContactObject |
setAppliedParameters(java.lang.String newValue)
Assign singleton String value to MFString appliedParameters field, similar to
setAppliedParameters(String[]). |
ContactObject |
setAppliedParameters(java.lang.String[] newValue)
Assign String enumeration array (""BOUNCE""|""USER_FRICTION""|""FRICTION_COEFFICIENT-2""|""ERROR_REDUCTION""|""CONSTANT_FORCE""|""SPEED-1""|""SPEED-2""|""SLIP-1""|""SLIP-2"") ['"BOUNCE"'|'"USER_FRICTION"'|'"FRICTION_COEFFICIENT-2"'|'"ERROR_REDUCTION"'|'"CONSTANT_FORCE"'|'"SPEED-1"'|'"SPEED-2"'|'"SLIP-1"'|'"SLIP-2"'|'"etc."'] to inputOutput MFString field named appliedParameters.
|
ContactObject |
setBody1(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field body1.
|
ContactObject |
setBody1(RigidBody newValue)
Assign RigidBody instance (using a properly typed node) to inputOutput SFNode field body1.
|
ContactObject |
setBody2(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field body2.
|
ContactObject |
setBody2(RigidBody newValue)
Assign RigidBody instance (using a properly typed node) to inputOutput SFNode field body2.
|
ContactObject |
setBounce(float newValue)
Assign float value within allowed range of [0,1] to inputOutput SFFloat field named bounce.
|
ContactObject |
setBounce(SFFloatObject newValue)
Assign typed object value to SFFloat bounce field, similar to
setBounce(float). |
ContactObject |
setContactNormal(float[] newValue)
Assign 3-tuple float array to inputOutput SFVec3f field named contactNormal.
|
ContactObject |
setContactNormal(float x,
float y,
float z)
Assign values to SFVec3f contactNormal field, similar to
setContactNormal(float[]). |
ContactObject |
setContactNormal(SFVec3fObject newValue)
Assign typed object value to SFVec3f contactNormal field, similar to
setContactNormal(float[]). |
ContactObject |
setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
ContactObject |
setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
ContactObject |
setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
ContactObject |
setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
ContactObject |
setDepth(float newValue)
Assign float value to inputOutput SFFloat field named depth.
|
ContactObject |
setDepth(SFFloatObject newValue)
Assign typed object value to SFFloat depth field, similar to
setDepth(float). |
ContactObject |
setFrictionCoefficients(float[] newValue)
Assign 2-tuple float array within allowed range of [0,infinity) to inputOutput SFVec2f field named frictionCoefficients.
|
ContactObject |
setFrictionCoefficients(float x,
float y)
Assign values to SFVec2f frictionCoefficients field, similar to
setFrictionCoefficients(float[]). |
ContactObject |
setFrictionCoefficients(SFVec2fObject newValue)
Assign typed object value to SFVec2f frictionCoefficients field, similar to
setFrictionCoefficients(float[]). |
ContactObject |
setFrictionDirection(float[] newValue)
Assign 3-tuple float array to inputOutput SFVec3f field named frictionDirection.
|
ContactObject |
setFrictionDirection(float x,
float y,
float z)
Assign values to SFVec3f frictionDirection field, similar to
setFrictionDirection(float[]). |
ContactObject |
setFrictionDirection(SFVec3fObject newValue)
Assign typed object value to SFVec3f frictionDirection field, similar to
setFrictionDirection(float[]). |
ContactObject |
setGeometry1(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field geometry1.
|
ContactObject |
setGeometry1(X3DNBodyCollidableNode newValue)
Assign X3DNBodyCollidableNode instance (using a properly typed node) to inputOutput SFNode field geometry1.
|
ContactObject |
setGeometry2(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field geometry2.
|
ContactObject |
setGeometry2(X3DNBodyCollidableNode newValue)
Assign X3DNBodyCollidableNode instance (using a properly typed node) to inputOutput SFNode field geometry2.
|
ContactObject |
setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
ContactObject |
setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
ContactObject |
setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
ContactObject |
setMinBounceSpeed(float newValue)
Assign float value within allowed range of [0,infinity) to inputOutput SFFloat field named minBounceSpeed.
|
ContactObject |
setMinBounceSpeed(SFFloatObject newValue)
Assign typed object value to SFFloat minBounceSpeed field, similar to
setMinBounceSpeed(float). |
ContactObject |
setPosition(float[] newValue)
Assign 3-tuple float array to inputOutput SFVec3f field named position.
|
ContactObject |
setPosition(float x,
float y,
float z)
Assign values to SFVec3f position field, similar to
setPosition(float[]). |
ContactObject |
setPosition(SFVec3fObject newValue)
Assign typed object value to SFVec3f position field, similar to
setPosition(float[]). |
ContactObject |
setSlipCoefficients(float[] newValue)
Assign 2-tuple float array to inputOutput SFVec2f field named slipCoefficients.
|
ContactObject |
setSlipCoefficients(float x,
float y)
Assign values to SFVec2f slipCoefficients field, similar to
setSlipCoefficients(float[]). |
ContactObject |
setSlipCoefficients(SFVec2fObject newValue)
Assign typed object value to SFVec2f slipCoefficients field, similar to
setSlipCoefficients(float[]). |
ContactObject |
setSoftnessConstantForceMix(float newValue)
Assign float value within allowed range of [0,1] to inputOutput SFFloat field named softnessConstantForceMix.
|
ContactObject |
setSoftnessConstantForceMix(SFFloatObject newValue)
Assign typed object value to SFFloat softnessConstantForceMix field, similar to
setSoftnessConstantForceMix(float). |
ContactObject |
setSoftnessErrorCorrection(float newValue)
Assign float value within allowed range of [0,1] to inputOutput SFFloat field named softnessErrorCorrection.
|
ContactObject |
setSoftnessErrorCorrection(SFFloatObject newValue)
Assign typed object value to SFFloat softnessErrorCorrection field, similar to
setSoftnessErrorCorrection(float). |
ContactObject |
setSurfaceSpeed(float[] newValue)
Assign 2-tuple float array to inputOutput SFVec2f field named surfaceSpeed.
|
ContactObject |
setSurfaceSpeed(float x,
float y)
Assign values to SFVec2f surfaceSpeed field, similar to
setSurfaceSpeed(float[]). |
ContactObject |
setSurfaceSpeed(SFVec2fObject newValue)
Assign typed object value to SFVec2f surfaceSpeed field, similar to
setSurfaceSpeed(float[]). |
ContactObject |
setUSE(ContactObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
ContactObject |
setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
ContactObject |
setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
java.lang.String |
toStringClassicVRML(int indentLevel)
Recursive method to provide ClassicVRML string serialization.
|
java.lang.String |
toStringVRML97(int indentLevel)
Recursive method to provide VRML97 string serialization.
|
java.lang.String |
toStringX3D(int indentLevel)
Recursive method to provide X3D string serialization of this model subgraph, utilizing XML encoding and conforming to X3D Canonical Form.
|
java.lang.String |
validate()
Recursive method to validate this element plus all contained nodes and statements,
using both datatype-specification value checks and regular expression (regex) checking of corresponding string values.
|
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.util.ArrayList<java.lang.String> APPLIEDPARAMETERS_BOUNCE
public static final java.util.ArrayList<java.lang.String> APPLIEDPARAMETERS_USER_FRICTION
public static final java.util.ArrayList<java.lang.String> APPLIEDPARAMETERS_FRICTION_COEFFICIENT_2
public static final java.util.ArrayList<java.lang.String> APPLIEDPARAMETERS_ERROR_REDUCTION
public static final java.util.ArrayList<java.lang.String> APPLIEDPARAMETERS_CONSTANT_FORCE
public static final java.util.ArrayList<java.lang.String> APPLIEDPARAMETERS_SPEED_1
public static final java.util.ArrayList<java.lang.String> APPLIEDPARAMETERS_SPEED_2
public static final java.util.ArrayList<java.lang.String> APPLIEDPARAMETERS_SLIP_1
public static final java.util.ArrayList<java.lang.String> APPLIEDPARAMETERS_SLIP_2
public static final java.lang.String NAME
public static final java.lang.String COMPONENT
public static final int LEVEL
public static final java.util.ArrayList<java.lang.String> APPLIEDPARAMETERS_DEFAULT_VALUE
public static final float BOUNCE_DEFAULT_VALUE
public static final float[] CONTACTNORMAL_DEFAULT_VALUE
public static final float DEPTH_DEFAULT_VALUE
public static final float[] FRICTIONCOEFFICIENTS_DEFAULT_VALUE
public static final float[] FRICTIONDIRECTION_DEFAULT_VALUE
public static final float MINBOUNCESPEED_DEFAULT_VALUE
public static final float[] POSITION_DEFAULT_VALUE
public static final float[] SLIPCOEFFICIENTS_DEFAULT_VALUE
public static final float SOFTNESSCONSTANTFORCEMIX_DEFAULT_VALUE
public static final float SOFTNESSERRORCORRECTION_DEFAULT_VALUE
public static final float[] SURFACESPEED_DEFAULT_VALUE
public static final java.lang.String containerField_DEFAULT_VALUE
public static final java.lang.String fromField_APPLIEDPARAMETERS
public static final java.lang.String toField_APPLIEDPARAMETERS
public static final java.lang.String fromField_BODY1
public static final java.lang.String toField_BODY1
public static final java.lang.String fromField_BODY2
public static final java.lang.String toField_BODY2
public static final java.lang.String fromField_BOUNCE
public static final java.lang.String toField_BOUNCE
public static final java.lang.String fromField_CONTACTNORMAL
public static final java.lang.String toField_CONTACTNORMAL
public static final java.lang.String fromField_DEPTH
public static final java.lang.String toField_DEPTH
public static final java.lang.String fromField_FRICTIONCOEFFICIENTS
public static final java.lang.String toField_FRICTIONCOEFFICIENTS
public static final java.lang.String fromField_FRICTIONDIRECTION
public static final java.lang.String toField_FRICTIONDIRECTION
public static final java.lang.String fromField_GEOMETRY1
public static final java.lang.String toField_GEOMETRY1
public static final java.lang.String fromField_GEOMETRY2
public static final java.lang.String toField_GEOMETRY2
public static final java.lang.String fromField_METADATA
public static final java.lang.String toField_METADATA
public static final java.lang.String fromField_MINBOUNCESPEED
public static final java.lang.String toField_MINBOUNCESPEED
public static final java.lang.String fromField_POSITION
public static final java.lang.String toField_POSITION
public static final java.lang.String fromField_SLIPCOEFFICIENTS
public static final java.lang.String toField_SLIPCOEFFICIENTS
public static final java.lang.String fromField_SOFTNESSCONSTANTFORCEMIX
public static final java.lang.String toField_SOFTNESSCONSTANTFORCEMIX
public static final java.lang.String fromField_SOFTNESSERRORCORRECTION
public static final java.lang.String toField_SOFTNESSERRORCORRECTION
public static final java.lang.String fromField_SURFACESPEED
public static final java.lang.String toField_SURFACESPEED
public ContactObject()
public ContactObject(java.lang.String DEFlabel)
DEFlabel - 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 java.lang.String getContainerFieldDefault()
getContainerFieldDefault in class X3DConcreteNodepublic final void initialize()
initialize in class X3DConcreteNodepublic java.lang.String[] getAppliedParameters()
BOUNCE, USER_FRICTION, FRICTION_COEFFICIENT_2, ERROR_REDUCTION, CONSTANT_FORCE, SPEED_1, SPEED_2, SLIP_1, SLIP_2.getAppliedParameters in interface Contactpublic java.util.ArrayList<java.lang.String> getAppliedParametersList()
getAppliedParameters().public ContactObject setAppliedParameters(java.lang.String[] newValue)
BOUNCE, USER_FRICTION, FRICTION_COEFFICIENT_2, ERROR_REDUCTION, CONSTANT_FORCE, SPEED_1, SPEED_2, SLIP_1, SLIP_2).
setAppliedParameters in interface ContactnewValue - is new value for the appliedParameters field.ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public ContactObject setAppliedParameters(MFStringObject newValue)
setAppliedParameters(String[]).newValue - is new value for the appliedParameters field.ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public ContactObject setAppliedParameters(SFStringObject newValue)
setAppliedParameters(String[]).newValue - is new value for the appliedParameters field.ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).MFStringObject.cleanupEnumerationValues(String)public ContactObject setAppliedParameters(java.lang.String newValue)
setAppliedParameters(String[]).newValue - is new value for the appliedParameters field.ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).MFStringObject.cleanupEnumerationValues(String)public ContactObject setAppliedParameters(java.util.ArrayList<java.lang.String> newValue)
setAppliedParameters(String[]).newValue - is new value for the appliedParameters field.ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public ContactObject clearAppliedParameters()
ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive
setAttribute method invocations).public ContactObject addAppliedParameters(java.lang.String newValue)
newValue - is new value to add to the appliedParameters field.ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).MFStringObject.cleanupEnumerationValues(String)public ContactObject addAppliedParameters(SFStringObject newValue)
newValue - is new value to add to the appliedParameters field.ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).MFStringObject.cleanupEnumerationValues(String)public RigidBody getBody1()
getBody1 in interface ContactgetBody1ProtoInstance()public ContactObject setBody1(RigidBody newValue)
setBody1 in interface ContactnewValue - is new value for the body1 field.ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).setBody1(ProtoInstanceObject)public ContactObject clearBody1()
ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive
setAttribute method invocations).public ContactObject setBody1(ProtoInstanceObject newValue)
newValue - is new value for the body1 field.ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).setBody1(RigidBody)public boolean hasBody1()
getBody1(),
getBody1ProtoInstance()public RigidBody getBody2()
getBody2 in interface ContactgetBody2ProtoInstance()public ContactObject setBody2(RigidBody newValue)
setBody2 in interface ContactnewValue - is new value for the body2 field.ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).setBody2(ProtoInstanceObject)public ContactObject clearBody2()
ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive
setAttribute method invocations).public ContactObject setBody2(ProtoInstanceObject newValue)
newValue - is new value for the body2 field.ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).setBody2(RigidBody)public boolean hasBody2()
getBody2(),
getBody2ProtoInstance()public float getBounce()
public ContactObject setBounce(float newValue)
setBounce in interface ContactnewValue - is new value for the bounce field.ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public ContactObject setBounce(SFFloatObject newValue)
setBounce(float).newValue - is new value for the bounce field.ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public float[] getContactNormal()
getContactNormal in interface Contactpublic ContactObject setContactNormal(float[] newValue)
setContactNormal in interface ContactnewValue - is new value for the contactNormal field.ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public ContactObject setContactNormal(SFVec3fObject newValue)
setContactNormal(float[]).newValue - is new value for the contactNormal field.ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public ContactObject setContactNormal(float x, float y, float z)
setContactNormal(float[]).x - first componenty - second componentz - third componentContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public float getDepth()
public ContactObject setDepth(float newValue)
setDepth in interface ContactnewValue - is new value for the depth field.ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public ContactObject setDepth(SFFloatObject newValue)
setDepth(float).newValue - is new value for the depth field.ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public float[] getFrictionCoefficients()
getFrictionCoefficients in interface Contactpublic ContactObject setFrictionCoefficients(float[] newValue)
setFrictionCoefficients in interface ContactnewValue - is new value for the frictionCoefficients field.ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public ContactObject setFrictionCoefficients(SFVec2fObject newValue)
setFrictionCoefficients(float[]).newValue - is new value for the frictionCoefficients field.ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public ContactObject setFrictionCoefficients(float x, float y)
setFrictionCoefficients(float[]).x - first componenty - second componentContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public float[] getFrictionDirection()
getFrictionDirection in interface Contactpublic ContactObject setFrictionDirection(float[] newValue)
setFrictionDirection in interface ContactnewValue - is new value for the frictionDirection field.ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public ContactObject setFrictionDirection(SFVec3fObject newValue)
setFrictionDirection(float[]).newValue - is new value for the frictionDirection field.ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public ContactObject setFrictionDirection(float x, float y, float z)
setFrictionDirection(float[]).x - first componenty - second componentz - third componentContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public X3DNBodyCollidableNode getGeometry1()
getGeometry1 in interface ContactgetGeometry1ProtoInstance()public ContactObject setGeometry1(X3DNBodyCollidableNode newValue)
setGeometry1 in interface ContactnewValue - is new value for the geometry1 field.ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).setGeometry1(ProtoInstanceObject)public ContactObject clearGeometry1()
ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive
setAttribute method invocations).public ContactObject setGeometry1(ProtoInstanceObject newValue)
newValue - is new value for the geometry1 field.ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).setGeometry1(X3DNBodyCollidableNode)public boolean hasGeometry1()
getGeometry1(),
getGeometry1ProtoInstance()public X3DNBodyCollidableNode getGeometry2()
getGeometry2 in interface ContactgetGeometry2ProtoInstance()public ContactObject setGeometry2(X3DNBodyCollidableNode newValue)
setGeometry2 in interface ContactnewValue - is new value for the geometry2 field.ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).setGeometry2(ProtoInstanceObject)public ContactObject clearGeometry2()
ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive
setAttribute method invocations).public ContactObject setGeometry2(ProtoInstanceObject newValue)
newValue - is new value for the geometry2 field.ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).setGeometry2(X3DNBodyCollidableNode)public boolean hasGeometry2()
getGeometry2(),
getGeometry2ProtoInstance()public X3DMetadataObject getMetadata()
getMetadata in interface X3DNodegetMetadata in interface ContactgetMetadataProtoInstance(),
X3D Scene Authoring Hints: Metadata Nodespublic ContactObject setMetadata(X3DMetadataObject newValue)
setMetadata in interface X3DNodesetMetadata in interface ContactsetMetadata in class X3DConcreteNodenewValue - is new value for the metadata field.ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).setMetadata(ProtoInstanceObject),
X3D Scene Authoring Hints: Metadata Nodespublic ContactObject clearMetadata()
ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive
setAttribute method invocations).public ContactObject setMetadata(ProtoInstanceObject newValue)
setMetadata in class X3DConcreteNodenewValue - is new value for the metadata field.ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).setMetadata(X3DMetadataObject)public boolean hasMetadata()
getMetadata(),
getMetadataProtoInstance(),
X3D Scene Authoring Hints: Metadata Nodespublic float getMinBounceSpeed()
getMinBounceSpeed in interface Contactpublic ContactObject setMinBounceSpeed(float newValue)
setMinBounceSpeed in interface ContactnewValue - is new value for the minBounceSpeed field.ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public ContactObject setMinBounceSpeed(SFFloatObject newValue)
setMinBounceSpeed(float).newValue - is new value for the minBounceSpeed field.ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public float[] getPosition()
getPosition in interface Contactpublic ContactObject setPosition(float[] newValue)
setPosition in interface ContactnewValue - is new value for the position field.ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public ContactObject setPosition(SFVec3fObject newValue)
setPosition(float[]).newValue - is new value for the position field.ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public ContactObject setPosition(float x, float y, float z)
setPosition(float[]).x - first componenty - second componentz - third componentContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public float[] getSlipCoefficients()
getSlipCoefficients in interface Contactpublic ContactObject setSlipCoefficients(float[] newValue)
setSlipCoefficients in interface ContactnewValue - is new value for the slipCoefficients field.ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public ContactObject setSlipCoefficients(SFVec2fObject newValue)
setSlipCoefficients(float[]).newValue - is new value for the slipCoefficients field.ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public ContactObject setSlipCoefficients(float x, float y)
setSlipCoefficients(float[]).x - first componenty - second componentContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public float getSoftnessConstantForceMix()
getSoftnessConstantForceMix in interface Contactpublic ContactObject setSoftnessConstantForceMix(float newValue)
setSoftnessConstantForceMix in interface ContactnewValue - is new value for the softnessConstantForceMix field.ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public ContactObject setSoftnessConstantForceMix(SFFloatObject newValue)
setSoftnessConstantForceMix(float).newValue - is new value for the softnessConstantForceMix field.ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public float getSoftnessErrorCorrection()
getSoftnessErrorCorrection in interface Contactpublic ContactObject setSoftnessErrorCorrection(float newValue)
setSoftnessErrorCorrection in interface ContactnewValue - is new value for the softnessErrorCorrection field.ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public ContactObject setSoftnessErrorCorrection(SFFloatObject newValue)
setSoftnessErrorCorrection(float).newValue - is new value for the softnessErrorCorrection field.ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public float[] getSurfaceSpeed()
getSurfaceSpeed in interface Contactpublic ContactObject setSurfaceSpeed(float[] newValue)
setSurfaceSpeed in interface ContactnewValue - is new value for the surfaceSpeed field.ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public ContactObject setSurfaceSpeed(SFVec2fObject newValue)
setSurfaceSpeed(float[]).newValue - is new value for the surfaceSpeed field.ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public ContactObject setSurfaceSpeed(float x, float y)
setSurfaceSpeed(float[]).x - first componenty - second componentContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public final ContactObject setDEF(java.lang.String newValue)
setDEF in interface X3DNodesetDEF in interface ContactsetDEF in class X3DConcreteNodenewValue - is new value for the DEF field.ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public ContactObject setDEF(SFStringObject newValue)
setDEF(String).newValue - is new value for the DEF field.ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public final ContactObject 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 X3DNodesetUSE in interface ContactsetUSE in class X3DConcreteNodenewValue - is new value for the USE field.ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public ContactObject setUSE(SFStringObject newValue)
setUSE(String).newValue - is new value for the USE field.ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public final ContactObject setCssClass(java.lang.String newValue)
setCssClass in interface X3DNodesetCssClass in interface ContactsetCssClass in class X3DConcreteNodenewValue - is new value for the class field.ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public ContactObject setCssClass(SFStringObject newValue)
setCssClass(String).newValue - is new value for the class field.ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public ContactObject setIS(ISObject newValue)
setIS in class X3DConcreteNodenewValue - is new value for the description field.ContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public ISObject getIS()
getIS in class X3DConcreteNodepublic ContactObject setUSE(ContactObject DEFnode)
setUSE(String).
setUSE() method on this node resets all other fields to their default values (except for containerField) and also releases all child nodes.
DEFnode - must have a DEF value definedContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).public ContactObject addComments(java.lang.String newComment)
addComments in class X3DConcreteElementnewComment - initial valueContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive
setAttribute method invocations).public ContactObject addComments(java.lang.String[] newComments)
addComments in class X3DConcreteElementnewComments - array of commentsContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive
setAttribute method invocations).public ContactObject addComments(CommentsBlock newCommentsBlock)
addComments in class X3DConcreteElementnewCommentsBlock - block of comments to addContactObject - namely this same object to allow sequential method pipelining (i.e. consecutive
setAttribute method invocations).public java.lang.String toStringX3D(int indentLevel)
toStringX3D in class X3DConcreteElementindentLevel - number of levels of indentation for this elementX3DObject.FILE_EXTENSION_X3D,
X3DObject.FILE_EXTENSION_XML,
X3DObject.toStringXML(),
X3DObject.toFileXML(String),
X3DObject.toFileX3D(String),
X3D XML Encoding,
X3D Compressed Binary Encoding: X3D Canonical Formpublic java.lang.String toStringClassicVRML(int indentLevel)
toStringClassicVRML in class X3DConcreteElementindentLevel - number of levels of indentation for this elementX3DObject.FILE_EXTENSION_CLASSICVRML,
X3D Resources: Virtual Reality Modeling Language (VRML) 97,
Extensible 3D (X3D) encodings Part 2: Classic VRML encoding,
Extensible 3D (X3D) encodings Part 2: Classic VRML encoding, Annex A: Grammarpublic java.lang.String toStringVRML97(int indentLevel)
toStringVRML97 in class X3DConcreteElementindentLevel - number of levels of indentation for this elementX3DObject.FILE_EXTENSION_VRML97,
X3D Resources: Virtual Reality Modeling Language (VRML) 97,
Virtual Reality Modeling Language (VRML) 97 specification,
VRML 97 v2.1 Amendmentpublic 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),
X3DConcreteElement.hasAncestorSceneObject(),
X3DConcreteElement.findAncestorX3DObject()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),
X3DConcreteElement.hasAncestorSceneObject(),
X3DConcreteElement.findAncestorX3DObject()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),
X3DConcreteElement.hasAncestorSceneObject(),
X3DConcreteElement.findAncestorX3DObject()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.