public interface OpacityMapVolumeStyle 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.
|
X3DNode |
getTransferFunction()
Provide X3DNode instance (using a properly typed node) with acceptable node types limited to X3DTexture2DNode|X3DTexture3DNode, from inputOutput SFNode field transferFunction.
|
OpacityMapVolumeStyle |
setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
OpacityMapVolumeStyle |
setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
OpacityMapVolumeStyle |
setEnabled(boolean newValue)
Assign boolean value to inputOutput SFBool field named enabled.
|
OpacityMapVolumeStyle |
setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
OpacityMapVolumeStyle |
setTransferFunction(X3DNode newValue)
Assign X3DNode instance (using a properly typed node) with acceptable node types limited to X3DTexture2DNode|X3DTexture3DNode, to inputOutput SFNode field transferFunction.
// newValueInstanceAcceptableNodeTypesTest checks are needed for methods that override/subset X3DNode interfaces #1
boolean isNodeTypeAllowed =
(((X3DConcreteNode)newValue) instanceof org.web3d.x3d.sai.Texturing.X3DTexture2DNode) ||
(((X3DConcreteNode)newValue) instanceof org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode);
if (!
|
OpacityMapVolumeStyle |
setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
boolean getEnabled()
getEnabled in interface X3DComposableVolumeRenderStyleNodegetEnabled in interface X3DVolumeRenderStyleNodeOpacityMapVolumeStyle setEnabled(boolean newValue)
setEnabled in interface X3DComposableVolumeRenderStyleNodesetEnabled in interface X3DVolumeRenderStyleNodenewValue - is new value for the enabled field.OpacityMapVolumeStyle - 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 X3DVolumeRenderStyleNodeOpacityMapVolumeStyle setMetadata(X3DMetadataObject newValue)
setMetadata in interface X3DComposableVolumeRenderStyleNodesetMetadata in interface X3DNodesetMetadata in interface X3DVolumeRenderStyleNodenewValue - is new value for the metadata field.OpacityMapVolumeStyle - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DNode getTransferFunction()
OpacityMapVolumeStyle setTransferFunction(X3DNode newValue)
newValue - is new value for the transferFunction field.OpacityMapVolumeStyle - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).OpacityMapVolumeStyle setDEF(java.lang.String newValue)
setDEF in interface X3DComposableVolumeRenderStyleNodesetDEF in interface X3DNodesetDEF in interface X3DVolumeRenderStyleNodenewValue - is new value for the DEF field.OpacityMapVolumeStyle - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).OpacityMapVolumeStyle 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.OpacityMapVolumeStyle - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).OpacityMapVolumeStyle setCssClass(java.lang.String newValue)
setCssClass in interface X3DComposableVolumeRenderStyleNodesetCssClass in interface X3DNodesetCssClass in interface X3DVolumeRenderStyleNodenewValue - is new value for the class field.OpacityMapVolumeStyle - 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.