| Package | Description |
|---|---|
| org.web3d.x3d.jsail.VolumeRendering |
The Volume Rendering component provides the ability to specify and render volumetric
data sets.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectionVolumeStyleObject |
ProjectionVolumeStyleObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
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.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
ProjectionVolumeStyleObject |
ProjectionVolumeStyleObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
ProjectionVolumeStyleObject |
ProjectionVolumeStyleObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
ProjectionVolumeStyleObject |
ProjectionVolumeStyleObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
ProjectionVolumeStyleObject |
ProjectionVolumeStyleObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
ProjectionVolumeStyleObject |
ProjectionVolumeStyleObject.setEnabled(boolean newValue)
Assign boolean value to inputOutput SFBool field named enabled.
|
ProjectionVolumeStyleObject |
ProjectionVolumeStyleObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
setEnabled(boolean). |
ProjectionVolumeStyleObject |
ProjectionVolumeStyleObject.setIntensityThreshold(float newValue)
Assign float value within allowed range of [0,1] to inputOutput SFFloat field named intensityThreshold.
|
ProjectionVolumeStyleObject |
ProjectionVolumeStyleObject.setIntensityThreshold(SFFloatObject newValue)
Assign typed object value to SFFloat intensityThreshold field, similar to
setIntensityThreshold(float). |
ProjectionVolumeStyleObject |
ProjectionVolumeStyleObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
ProjectionVolumeStyleObject |
ProjectionVolumeStyleObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
ProjectionVolumeStyleObject |
ProjectionVolumeStyleObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
ProjectionVolumeStyleObject |
ProjectionVolumeStyleObject.setType(SFStringObject newValue)
Assign typed object value to SFString type field, similar to
setType(String). |
ProjectionVolumeStyleObject |
ProjectionVolumeStyleObject.setType(java.lang.String newValue)
Assign String enumeration value ("MAX"|"MIN"|"AVERAGE") ['MAX'|'MIN'|'AVERAGE'] to inputOutput SFString field named type.
|
ProjectionVolumeStyleObject |
ProjectionVolumeStyleObject.setUSE(ProjectionVolumeStyleObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
ProjectionVolumeStyleObject |
ProjectionVolumeStyleObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
ProjectionVolumeStyleObject |
ProjectionVolumeStyleObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectionVolumeStyleObject |
ProjectionVolumeStyleObject.setUSE(ProjectionVolumeStyleObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.