ClipPlaneObject |
ClipPlaneObject.addComments(java.lang.String newComment) |
Add comment as String to contained commentsList.
|
ClipPlaneObject |
ClipPlaneObject.addComments(java.lang.String[] newComments) |
Add comments as String[] array to contained commentsList.
|
ClipPlaneObject |
ClipPlaneObject.addComments(CommentsBlock newCommentsBlock) |
Add CommentsBlock to contained commentsList.
|
ClipPlaneObject |
ClipPlaneObject.clearIS() |
Utility method to clear SFNode value of IS field.
|
ClipPlaneObject |
ClipPlaneObject.clearMetadata() |
Utility method to clear SFNode value of metadata field.
|
ClipPlaneObject |
ClipPlaneObject.setCssClass(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named class.
|
ClipPlaneObject |
ClipPlaneObject.setCssClass(SFStringObject newValue) |
|
ClipPlaneObject |
ClipPlaneObject.setDEF(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named DEF.
|
ClipPlaneObject |
ClipPlaneObject.setDEF(SFStringObject newValue) |
Assign typed object value to SFString DEF field, similar to setDEF(String) .
|
ClipPlaneObject |
ClipPlaneObject.setEnabled(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named enabled.
|
ClipPlaneObject |
ClipPlaneObject.setEnabled(SFBoolObject newValue) |
|
ClipPlaneObject |
ClipPlaneObject.setIS(ISObject newValue) |
Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
|
ClipPlaneObject |
ClipPlaneObject.setMetadata(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
ClipPlaneObject |
ClipPlaneObject.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
ClipPlaneObject |
ClipPlaneObject.setPlane(double[] newArray) |
Utility method: double-precision set-array accessor for X3D floating-point type, similar to setPlane(float[]) .
|
ClipPlaneObject |
ClipPlaneObject.setPlane(double x,
double y,
double z,
double t) |
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar to setPlane(float[]) .
|
ClipPlaneObject |
ClipPlaneObject.setPlane(float[] newValue) |
Accessor method to assign 4-tuple float array to inputOutput SFVec4f field named plane.
|
ClipPlaneObject |
ClipPlaneObject.setPlane(float x,
float y,
float z,
float w) |
|
ClipPlaneObject |
ClipPlaneObject.setPlane(SFVec4fObject newValue) |
|
ClipPlaneObject |
ClipPlaneObject.setUSE(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named USE.
|
ClipPlaneObject |
ClipPlaneObject.setUSE(SFStringObject newValue) |
Assign typed object value to SFString USE field, similar to setUSE(String) .
|
ClipPlaneObject |
ClipPlaneObject.setUSE(ClipPlaneObject DEFnode) |
Assign a USE reference to another DEF node of same node type, similar to setUSE(String) .
|