Uses of Interface
org.web3d.x3d.sai.VolumeRendering.X3DComposableVolumeRenderStyleNode
Packages that use X3DComposableVolumeRenderStyleNode
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 X3DComposableVolumeRenderStyleNode in org.web3d.x3d.jsail.VolumeRendering
Classes in org.web3d.x3d.jsail.VolumeRendering that implement X3DComposableVolumeRenderStyleNodeModifier and TypeClassDescriptionclassBlendedVolumeStyle combines rendering of two voxel data sets into one by blending voxel values.classBoundaryEnhancementVolumeStyle provides boundary enhancement for the volume rendering style.classCartoonVolumeStyle generates cartoon-style non-photorealistic rendering of associated volumetric data.classComposedVolumeStyle allows compositing multiple rendering styles into single rendering pass.classEdgeEnhancementVolumeStyle specifies edge enhancement for the volume rendering style.classOpacityMapVolumeStyle specifies that volumetric data is rendered using opacity mapped to a transfer function texture.classAll fields fully supported except shadows supported with at least Phong shading at level 3.classSilhouetteEnhancementVolumeStyle specifies that volumetric data is rendered with silhouette enhancement.classToneMappedVolumeStyle specifies that volumetric data is rendered with Gooch shading model of two-toned warm/cool coloring.Fields in org.web3d.x3d.jsail.VolumeRendering declared as X3DComposableVolumeRenderStyleNodeModifier and TypeFieldDescriptionstatic final X3DComposableVolumeRenderStyleNodeBlendedVolumeStyle.RENDERSTYLE_DEFAULT_VALUESFNode field named renderStyle has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.VolumeRendering that return X3DComposableVolumeRenderStyleNodeModifier and TypeMethodDescriptionBlendedVolumeStyle.getRenderStyle()Provide org.web3d.x3d.sai.VolumeRendering.X3DComposableVolumeRenderStyleNode instance (using a properly typed node) from inputOutput SFNode field renderStyle.static final X3DComposableVolumeRenderStyleNodeBlendedVolumeStyle.getRenderStyleDefault()Public accessor for encapsulated SFNode default value null, returned as org.web3d.x3d.sai.VolumeRendering.X3DComposableVolumeRenderStyleNode.Methods in org.web3d.x3d.jsail.VolumeRendering with parameters of type X3DComposableVolumeRenderStyleNodeModifier and TypeMethodDescriptionBlendedVolumeStyle.setRenderStyle(X3DComposableVolumeRenderStyleNode newValue) Accessor method to assign org.web3d.x3d.sai.VolumeRendering.X3DComposableVolumeRenderStyleNode instance (using a properly typed node) to inputOutput SFNode field renderStyle.Method parameters in org.web3d.x3d.jsail.VolumeRendering with type arguments of type X3DComposableVolumeRenderStyleNodeModifier and TypeMethodDescriptionComposedVolumeStyle.setRenderStyle(ArrayList<X3DComposableVolumeRenderStyleNode> newValue) Assign ArrayList value of MFNode renderStyle field, similar toComposedVolumeStyle.setRenderStyle(org.web3d.x3d.sai.Core.X3DNode[]). -
Uses of X3DComposableVolumeRenderStyleNode in org.web3d.x3d.sai.VolumeRendering
Subinterfaces of X3DComposableVolumeRenderStyleNode in org.web3d.x3d.sai.VolumeRenderingModifier and TypeInterfaceDescriptioninterfaceBlendedVolumeStyle combines rendering of two voxel data sets into one by blending voxel values.interfaceBoundaryEnhancementVolumeStyle provides boundary enhancement for the volume rendering style.interfaceCartoonVolumeStyle generates cartoon-style non-photorealistic rendering of associated volumetric data.interfaceComposedVolumeStyle allows compositing multiple rendering styles into single rendering pass.interfaceEdgeEnhancementVolumeStyle specifies edge enhancement for the volume rendering style.interfaceOpacityMapVolumeStyle specifies that volumetric data is rendered using opacity mapped to a transfer function texture.interfaceAll fields fully supported except shadows supported with at least Phong shading at level 3.interfaceSilhouetteEnhancementVolumeStyle specifies that volumetric data is rendered with silhouette enhancement.interfaceToneMappedVolumeStyle specifies that volumetric data is rendered with Gooch shading model of two-toned warm/cool coloring.Methods in org.web3d.x3d.sai.VolumeRendering that return X3DComposableVolumeRenderStyleNodeModifier and TypeMethodDescriptionBlendedVolumeStyle.getRenderStyle()Provide org.web3d.x3d.sai.VolumeRendering.X3DComposableVolumeRenderStyleNode instance (using a properly typed node) from inputOutput SFNode field renderStyle.X3DComposableVolumeRenderStyleNode.setEnabled(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.X3DComposableVolumeRenderStyleNode.setMetadata(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Methods in org.web3d.x3d.sai.VolumeRendering with parameters of type X3DComposableVolumeRenderStyleNodeModifier and TypeMethodDescriptionBlendedVolumeStyle.setRenderStyle(X3DComposableVolumeRenderStyleNode newValue) Accessor method to assign org.web3d.x3d.sai.VolumeRendering.X3DComposableVolumeRenderStyleNode instance (using a properly typed node) to inputOutput SFNode field renderStyle.