-
-
Methods in org.web3d.x3d.sai.VolumeRendering that return OpacityMapVolumeStyle
| Modifier and Type |
Method |
Description |
OpacityMapVolumeStyle |
OpacityMapVolumeStyle.setEnabled(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named enabled.
|
OpacityMapVolumeStyle |
OpacityMapVolumeStyle.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
OpacityMapVolumeStyle |
OpacityMapVolumeStyle.setTransferFunction(X3DNode newValue) |
Accessor method to assign X3DNode instance (using a properly typed node) 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 (!
|