public interface SilhouetteEnhancementVolumeStyle extends X3DComposableVolumeRenderStyleNode
| Modifier and Type | Method and Description |
|---|---|
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 |
getSilhouetteBoundaryOpacity()
Provide float value within allowed range of [0,1] from inputOutput SFFloat field named silhouetteBoundaryOpacity.
|
float |
getSilhouetteRetainedOpacity()
Provide float value within allowed range of [0,1] from inputOutput SFFloat field named silhouetteRetainedOpacity.
|
float |
getSilhouetteSharpness()
Provide float value within allowed range of [0,infinity) from inputOutput SFFloat field named silhouetteSharpness.
|
X3DTexture3DNode |
getSurfaceNormals()
Provide X3DTexture3DNode instance (using a properly typed node) from inputOutput SFNode field surfaceNormals.
|
SilhouetteEnhancementVolumeStyle |
setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
SilhouetteEnhancementVolumeStyle |
setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
SilhouetteEnhancementVolumeStyle |
setEnabled(boolean newValue)
Assign boolean value to inputOutput SFBool field named enabled.
|
SilhouetteEnhancementVolumeStyle |
setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
SilhouetteEnhancementVolumeStyle |
setSilhouetteBoundaryOpacity(float newValue)
Assign float value within allowed range of [0,1] to inputOutput SFFloat field named silhouetteBoundaryOpacity.
|
SilhouetteEnhancementVolumeStyle |
setSilhouetteRetainedOpacity(float newValue)
Assign float value within allowed range of [0,1] to inputOutput SFFloat field named silhouetteRetainedOpacity.
|
SilhouetteEnhancementVolumeStyle |
setSilhouetteSharpness(float newValue)
Assign float value within allowed range of [0,infinity) to inputOutput SFFloat field named silhouetteSharpness.
|
SilhouetteEnhancementVolumeStyle |
setSurfaceNormals(X3DTexture3DNode newValue)
Assign X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field surfaceNormals.
|
SilhouetteEnhancementVolumeStyle |
setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
boolean getEnabled()
getEnabled in interface X3DComposableVolumeRenderStyleNodegetEnabled in interface X3DVolumeRenderStyleNodeSilhouetteEnhancementVolumeStyle setEnabled(boolean newValue)
setEnabled in interface X3DComposableVolumeRenderStyleNodesetEnabled in interface X3DVolumeRenderStyleNodenewValue - is new value for the enabled field.SilhouetteEnhancementVolumeStyle - 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 X3DVolumeRenderStyleNodeSilhouetteEnhancementVolumeStyle setMetadata(X3DMetadataObject newValue)
setMetadata in interface X3DComposableVolumeRenderStyleNodesetMetadata in interface X3DNodesetMetadata in interface X3DVolumeRenderStyleNodenewValue - is new value for the metadata field.SilhouetteEnhancementVolumeStyle - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float getSilhouetteBoundaryOpacity()
SilhouetteEnhancementVolumeStyle setSilhouetteBoundaryOpacity(float newValue)
newValue - is new value for the silhouetteBoundaryOpacity field.SilhouetteEnhancementVolumeStyle - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float getSilhouetteRetainedOpacity()
SilhouetteEnhancementVolumeStyle setSilhouetteRetainedOpacity(float newValue)
newValue - is new value for the silhouetteRetainedOpacity field.SilhouetteEnhancementVolumeStyle - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float getSilhouetteSharpness()
SilhouetteEnhancementVolumeStyle setSilhouetteSharpness(float newValue)
newValue - is new value for the silhouetteSharpness field.SilhouetteEnhancementVolumeStyle - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DTexture3DNode getSurfaceNormals()
SilhouetteEnhancementVolumeStyle setSurfaceNormals(X3DTexture3DNode newValue)
newValue - is new value for the surfaceNormals field.SilhouetteEnhancementVolumeStyle - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).SilhouetteEnhancementVolumeStyle setDEF(java.lang.String newValue)
setDEF in interface X3DComposableVolumeRenderStyleNodesetDEF in interface X3DNodesetDEF in interface X3DVolumeRenderStyleNodenewValue - is new value for the DEF field.SilhouetteEnhancementVolumeStyle - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).SilhouetteEnhancementVolumeStyle 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.SilhouetteEnhancementVolumeStyle - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).SilhouetteEnhancementVolumeStyle setCssClass(java.lang.String newValue)
setCssClass in interface X3DComposableVolumeRenderStyleNodesetCssClass in interface X3DNodesetCssClass in interface X3DVolumeRenderStyleNodenewValue - is new value for the class field.SilhouetteEnhancementVolumeStyle - 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.