public interface CartoonVolumeStyle extends X3DComposableVolumeRenderStyleNode
| Modifier and Type | Method and Description |
|---|---|
int |
getColorSteps()
Provide int value using RGB values [0..1] from inputOutput SFInt32 field named colorSteps.
|
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[] |
getOrthogonalColor()
Provide array of 4-tuple float results using RGBA values [0..1] using RGBA values [0..1] from inputOutput SFColorRGBA field named orthogonalColor.
|
float[] |
getParallelColor()
Provide array of 4-tuple float results using RGBA values [0..1] using RGBA values [0..1] from inputOutput SFColorRGBA field named parallelColor.
|
X3DTexture3DNode |
getSurfaceNormals()
Provide X3DTexture3DNode instance (using a properly typed node) from inputOutput SFNode field surfaceNormals.
|
CartoonVolumeStyle |
setColorSteps(int newValue)
Assign int value using RGB values [0..1] to inputOutput SFInt32 field named colorSteps.
|
CartoonVolumeStyle |
setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
CartoonVolumeStyle |
setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
CartoonVolumeStyle |
setEnabled(boolean newValue)
Assign boolean value to inputOutput SFBool field named enabled.
|
CartoonVolumeStyle |
setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
CartoonVolumeStyle |
setOrthogonalColor(float[] newValue)
Assign 4-tuple float array using RGBA values [0..1] using RGBA values [0..1] to inputOutput SFColorRGBA field named orthogonalColor.
|
CartoonVolumeStyle |
setParallelColor(float[] newValue)
Assign 4-tuple float array using RGBA values [0..1] using RGBA values [0..1] to inputOutput SFColorRGBA field named parallelColor.
|
CartoonVolumeStyle |
setSurfaceNormals(X3DTexture3DNode newValue)
Assign X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field surfaceNormals.
|
CartoonVolumeStyle |
setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
int getColorSteps()
CartoonVolumeStyle setColorSteps(int newValue)
newValue - is new value for the colorSteps field.CartoonVolumeStyle - 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 X3DVolumeRenderStyleNodeCartoonVolumeStyle setEnabled(boolean newValue)
setEnabled in interface X3DComposableVolumeRenderStyleNodesetEnabled in interface X3DVolumeRenderStyleNodenewValue - is new value for the enabled field.CartoonVolumeStyle - 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 X3DVolumeRenderStyleNodeCartoonVolumeStyle setMetadata(X3DMetadataObject newValue)
setMetadata in interface X3DComposableVolumeRenderStyleNodesetMetadata in interface X3DNodesetMetadata in interface X3DVolumeRenderStyleNodenewValue - is new value for the metadata field.CartoonVolumeStyle - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float[] getOrthogonalColor()
CartoonVolumeStyle setOrthogonalColor(float[] newValue)
newValue - is new value for the orthogonalColor field.CartoonVolumeStyle - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float[] getParallelColor()
CartoonVolumeStyle setParallelColor(float[] newValue)
newValue - is new value for the parallelColor field.CartoonVolumeStyle - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DTexture3DNode getSurfaceNormals()
CartoonVolumeStyle setSurfaceNormals(X3DTexture3DNode newValue)
newValue - is new value for the surfaceNormals field.CartoonVolumeStyle - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).CartoonVolumeStyle setDEF(java.lang.String newValue)
setDEF in interface X3DComposableVolumeRenderStyleNodesetDEF in interface X3DNodesetDEF in interface X3DVolumeRenderStyleNodenewValue - is new value for the DEF field.CartoonVolumeStyle - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).CartoonVolumeStyle 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.CartoonVolumeStyle - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).CartoonVolumeStyle setCssClass(java.lang.String newValue)
setCssClass in interface X3DComposableVolumeRenderStyleNodesetCssClass in interface X3DNodesetCssClass in interface X3DVolumeRenderStyleNodenewValue - is new value for the class field.CartoonVolumeStyle - 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.