ProjectionVolumeStyleObject |
ProjectionVolumeStyleObject.addComments(java.lang.String newComment) |
Add comment as String to contained commentsList.
|
ProjectionVolumeStyleObject |
ProjectionVolumeStyleObject.addComments(java.lang.String[] newComments) |
Add comments as String[] array to contained commentsList.
|
ProjectionVolumeStyleObject |
ProjectionVolumeStyleObject.addComments(CommentsBlock newCommentsBlock) |
Add CommentsBlock to contained commentsList.
|
ProjectionVolumeStyleObject |
ProjectionVolumeStyleObject.clearIS() |
Utility method to clear SFNode value of IS field.
|
ProjectionVolumeStyleObject |
ProjectionVolumeStyleObject.clearMetadata() |
Utility method to clear SFNode value of metadata field.
|
ProjectionVolumeStyleObject |
ProjectionVolumeStyleObject.setCssClass(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named class.
|
ProjectionVolumeStyleObject |
ProjectionVolumeStyleObject.setCssClass(SFStringObject newValue) |
|
ProjectionVolumeStyleObject |
ProjectionVolumeStyleObject.setDEF(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named DEF.
|
ProjectionVolumeStyleObject |
ProjectionVolumeStyleObject.setDEF(SFStringObject newValue) |
Assign typed object value to SFString DEF field, similar to setDEF(String) .
|
ProjectionVolumeStyleObject |
ProjectionVolumeStyleObject.setEnabled(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named enabled.
|
ProjectionVolumeStyleObject |
ProjectionVolumeStyleObject.setEnabled(SFBoolObject newValue) |
|
ProjectionVolumeStyleObject |
ProjectionVolumeStyleObject.setIntensityThreshold(double newValue) |
|
ProjectionVolumeStyleObject |
ProjectionVolumeStyleObject.setIntensityThreshold(float newValue) |
Accessor method to assign float value to inputOutput SFFloat field named intensityThreshold.
|
ProjectionVolumeStyleObject |
ProjectionVolumeStyleObject.setIntensityThreshold(SFFloatObject newValue) |
|
ProjectionVolumeStyleObject |
ProjectionVolumeStyleObject.setIS(ISObject newValue) |
Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
|
ProjectionVolumeStyleObject |
ProjectionVolumeStyleObject.setMetadata(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
ProjectionVolumeStyleObject |
ProjectionVolumeStyleObject.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
ProjectionVolumeStyleObject |
ProjectionVolumeStyleObject.setType(java.lang.String newValue) |
Accessor method to assign String enumeration value ("MAX" | "MIN" | "AVERAGE") to inputOutput SFString field named type.
|
ProjectionVolumeStyleObject |
ProjectionVolumeStyleObject.setType(SFStringObject newValue) |
Assign typed object value to SFString type field, similar to setType(String) .
|
ProjectionVolumeStyleObject |
ProjectionVolumeStyleObject.setUSE(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named USE.
|
ProjectionVolumeStyleObject |
ProjectionVolumeStyleObject.setUSE(SFStringObject newValue) |
Assign typed object value to SFString USE field, similar to setUSE(String) .
|
ProjectionVolumeStyleObject |
ProjectionVolumeStyleObject.setUSE(ProjectionVolumeStyleObject DEFnode) |
Assign a USE reference to another DEF node of same node type, similar to setUSE(String) .
|