Uses of Interface
org.web3d.x3d.sai.VolumeRendering.BoundaryEnhancementVolumeStyle
Packages that use BoundaryEnhancementVolumeStyle
Package
Description
The Volume Rendering component provides the ability to specify and render volumetric data sets.
The Volume Rendering component provides the ability to specify and render volumetric data sets.
-
Uses of BoundaryEnhancementVolumeStyle in org.web3d.x3d.jsail.VolumeRendering
Classes in org.web3d.x3d.jsail.VolumeRendering that implement BoundaryEnhancementVolumeStyleModifier and TypeClassDescriptionclass
BoundaryEnhancementVolumeStyle provides boundary enhancement for the volume rendering style. -
Uses of BoundaryEnhancementVolumeStyle in org.web3d.x3d.sai.VolumeRendering
Methods in org.web3d.x3d.sai.VolumeRendering that return BoundaryEnhancementVolumeStyleModifier and TypeMethodDescriptionBoundaryEnhancementVolumeStyle.setBoundaryOpacity
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named boundaryOpacity.BoundaryEnhancementVolumeStyle.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.BoundaryEnhancementVolumeStyle.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.BoundaryEnhancementVolumeStyle.setOpacityFactor
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named opacityFactor.BoundaryEnhancementVolumeStyle.setRetainedOpacity
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named retainedOpacity.