public interface BoundaryEnhancementVolumeStyle extends X3DComposableVolumeRenderStyleNode
| Modifier and Type | Method and Description |
|---|---|
float |
getBoundaryOpacity()
Provide float value within allowed range of [0,1] from inputOutput SFFloat field named boundaryOpacity.
|
boolean |
getEnabled()
Provide boolean value from inputOutput SFBool field named enabled.
|
X3DMetadataObject |
getMetadata()
Provide X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.
|
float |
getOpacityFactor()
Provide float value within allowed range of [0,infinity) from inputOutput SFFloat field named opacityFactor.
|
float |
getRetainedOpacity()
Provide float value within allowed range of [0,1] from inputOutput SFFloat field named retainedOpacity.
|
BoundaryEnhancementVolumeStyle |
setBoundaryOpacity(float newValue)
Assign float value within allowed range of [0,1] to inputOutput SFFloat field named boundaryOpacity.
|
BoundaryEnhancementVolumeStyle |
setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
BoundaryEnhancementVolumeStyle |
setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
BoundaryEnhancementVolumeStyle |
setEnabled(boolean newValue)
Assign boolean value to inputOutput SFBool field named enabled.
|
BoundaryEnhancementVolumeStyle |
setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
BoundaryEnhancementVolumeStyle |
setOpacityFactor(float newValue)
Assign float value within allowed range of [0,infinity) to inputOutput SFFloat field named opacityFactor.
|
BoundaryEnhancementVolumeStyle |
setRetainedOpacity(float newValue)
Assign float value within allowed range of [0,1] to inputOutput SFFloat field named retainedOpacity.
|
BoundaryEnhancementVolumeStyle |
setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
float getBoundaryOpacity()
BoundaryEnhancementVolumeStyle setBoundaryOpacity(float newValue)
newValue - is new value for the boundaryOpacity field.BoundaryEnhancementVolumeStyle - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).boolean getEnabled()
getEnabled in interface X3DComposableVolumeRenderStyleNodegetEnabled in interface X3DVolumeRenderStyleNodeBoundaryEnhancementVolumeStyle setEnabled(boolean newValue)
setEnabled in interface X3DComposableVolumeRenderStyleNodesetEnabled in interface X3DVolumeRenderStyleNodenewValue - is new value for the enabled field.BoundaryEnhancementVolumeStyle - 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 X3DVolumeRenderStyleNodeBoundaryEnhancementVolumeStyle setMetadata(X3DMetadataObject newValue)
setMetadata in interface X3DComposableVolumeRenderStyleNodesetMetadata in interface X3DNodesetMetadata in interface X3DVolumeRenderStyleNodenewValue - is new value for the metadata field.BoundaryEnhancementVolumeStyle - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float getOpacityFactor()
BoundaryEnhancementVolumeStyle setOpacityFactor(float newValue)
newValue - is new value for the opacityFactor field.BoundaryEnhancementVolumeStyle - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float getRetainedOpacity()
BoundaryEnhancementVolumeStyle setRetainedOpacity(float newValue)
newValue - is new value for the retainedOpacity field.BoundaryEnhancementVolumeStyle - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).BoundaryEnhancementVolumeStyle setDEF(java.lang.String newValue)
setDEF in interface X3DComposableVolumeRenderStyleNodesetDEF in interface X3DNodesetDEF in interface X3DVolumeRenderStyleNodenewValue - is new value for the DEF field.BoundaryEnhancementVolumeStyle - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).BoundaryEnhancementVolumeStyle 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.BoundaryEnhancementVolumeStyle - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).BoundaryEnhancementVolumeStyle setCssClass(java.lang.String newValue)
setCssClass in interface X3DComposableVolumeRenderStyleNodesetCssClass in interface X3DNodesetCssClass in interface X3DVolumeRenderStyleNodenewValue - is new value for the class field.BoundaryEnhancementVolumeStyle - 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.