Uses of Interface
org.web3d.x3d.sai.VolumeRendering.ComposedVolumeStyle
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.VolumeRendering | |
| org.web3d.x3d.sai.VolumeRendering |
-
Uses of ComposedVolumeStyle in org.web3d.x3d.jsail.VolumeRendering
Classes in org.web3d.x3d.jsail.VolumeRendering that implement ComposedVolumeStyle Modifier and Type Class Description classComposedVolumeStyleObjectComposedVolumeStyle allows compositing multiple rendering styles into single rendering pass. -
Uses of ComposedVolumeStyle in org.web3d.x3d.sai.VolumeRendering
Methods in org.web3d.x3d.sai.VolumeRendering that return ComposedVolumeStyle Modifier and Type Method Description ComposedVolumeStyleComposedVolumeStyle. setEnabled(boolean newValue)Accessor method to assign boolean value to inputOutput SFBool field named enabled.ComposedVolumeStyleComposedVolumeStyle. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.ComposedVolumeStyleComposedVolumeStyle. setRenderStyle(X3DNode[] newValue)Accessor method to assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field renderStyle.