public interface ShadedVolumeStyle extends X3DComposableVolumeRenderStyleNode
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEnabled()
Provide boolean value from inputOutput SFBool field named enabled.
|
boolean |
getLighting()
Provide boolean value from inputOutput SFBool field named lighting.
|
X3DMaterialNode |
getMaterial()
Provide X3DMaterialNode instance (using a properly typed node) from inputOutput SFNode field material.
|
X3DMetadataObject |
getMetadata()
Provide X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.
|
java.lang.String |
getPhaseFunction()
Provide String enumeration value ['Henyey-Greenstein'|'NONE'|'etc.'] from initializeOnly SFString field named phaseFunction.
|
boolean |
getShadows()
Provide boolean value from inputOutput SFBool field named shadows.
|
X3DTexture3DNode |
getSurfaceNormals()
Provide X3DTexture3DNode instance (using a properly typed node) from inputOutput SFNode field surfaceNormals.
|
ShadedVolumeStyle |
setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
ShadedVolumeStyle |
setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
ShadedVolumeStyle |
setEnabled(boolean newValue)
Assign boolean value to inputOutput SFBool field named enabled.
|
ShadedVolumeStyle |
setLighting(boolean newValue)
Assign boolean value to inputOutput SFBool field named lighting.
|
ShadedVolumeStyle |
setMaterial(X3DMaterialNode newValue)
Assign X3DMaterialNode instance (using a properly typed node) to inputOutput SFNode field material.
|
ShadedVolumeStyle |
setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
ShadedVolumeStyle |
setPhaseFunction(java.lang.String newValue)
Assign String enumeration value ("Henyey-Greenstein"|"NONE") ['Henyey-Greenstein'|'NONE'|'etc.'] to initializeOnly SFString field named phaseFunction.
|
ShadedVolumeStyle |
setShadows(boolean newValue)
Assign boolean value to inputOutput SFBool field named shadows.
|
ShadedVolumeStyle |
setSurfaceNormals(X3DTexture3DNode newValue)
Assign X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field surfaceNormals.
|
ShadedVolumeStyle |
setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
boolean getEnabled()
getEnabled in interface X3DComposableVolumeRenderStyleNodegetEnabled in interface X3DVolumeRenderStyleNodeShadedVolumeStyle setEnabled(boolean newValue)
setEnabled in interface X3DComposableVolumeRenderStyleNodesetEnabled in interface X3DVolumeRenderStyleNodenewValue - is new value for the enabled field.ShadedVolumeStyle - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).boolean getLighting()
ShadedVolumeStyle setLighting(boolean newValue)
newValue - is new value for the lighting field.ShadedVolumeStyle - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DMaterialNode getMaterial()
ShadedVolumeStyle setMaterial(X3DMaterialNode newValue)
newValue - is new value for the material field.ShadedVolumeStyle - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DMetadataObject getMetadata()
getMetadata in interface X3DComposableVolumeRenderStyleNodegetMetadata in interface X3DNodegetMetadata in interface X3DVolumeRenderStyleNodeShadedVolumeStyle setMetadata(X3DMetadataObject newValue)
setMetadata in interface X3DComposableVolumeRenderStyleNodesetMetadata in interface X3DNodesetMetadata in interface X3DVolumeRenderStyleNodenewValue - is new value for the metadata field.ShadedVolumeStyle - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).java.lang.String getPhaseFunction()
ShadedVolumeStyle setPhaseFunction(java.lang.String newValue)
newValue - is new value for the phaseFunction field.ShadedVolumeStyle - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).boolean getShadows()
ShadedVolumeStyle setShadows(boolean newValue)
newValue - is new value for the shadows field.ShadedVolumeStyle - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DTexture3DNode getSurfaceNormals()
ShadedVolumeStyle setSurfaceNormals(X3DTexture3DNode newValue)
newValue - is new value for the surfaceNormals field.ShadedVolumeStyle - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).ShadedVolumeStyle setDEF(java.lang.String newValue)
setDEF in interface X3DComposableVolumeRenderStyleNodesetDEF in interface X3DNodesetDEF in interface X3DVolumeRenderStyleNodenewValue - is new value for the DEF field.ShadedVolumeStyle - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).ShadedVolumeStyle 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 X3DComposableVolumeRenderStyleNodesetUSE in interface X3DNodesetUSE in interface X3DVolumeRenderStyleNodenewValue - is new value for the USE field.ShadedVolumeStyle - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).ShadedVolumeStyle setCssClass(java.lang.String newValue)
setCssClass in interface X3DComposableVolumeRenderStyleNodesetCssClass in interface X3DNodesetCssClass in interface X3DVolumeRenderStyleNodenewValue - is new value for the class field.ShadedVolumeStyle - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.