Uses of Interface
org.web3d.x3d.sai.VolumeRendering.X3DVolumeRenderStyleNode
Packages that use X3DVolumeRenderStyleNode
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 X3DVolumeRenderStyleNode in org.web3d.x3d.jsail.VolumeRendering
Classes in org.web3d.x3d.jsail.VolumeRendering that implement X3DVolumeRenderStyleNodeModifier 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.classProjectionVolumeStyle uses voxel data to directly generate output color.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 X3DVolumeRenderStyleNodeModifier and TypeFieldDescriptionstatic final X3DVolumeRenderStyleNodeVolumeData.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 X3DVolumeRenderStyleNodeModifier and TypeMethodDescriptionVolumeData.getRenderStyle()Provide org.web3d.x3d.sai.VolumeRendering.X3DVolumeRenderStyleNode instance (using a properly typed node) from inputOutput SFNode field renderStyle.static final X3DVolumeRenderStyleNodeVolumeData.getRenderStyleDefault()Public accessor for encapsulated SFNode default value null, returned as org.web3d.x3d.sai.VolumeRendering.X3DVolumeRenderStyleNode.Methods in org.web3d.x3d.jsail.VolumeRendering with parameters of type X3DVolumeRenderStyleNodeModifier and TypeMethodDescriptionVolumeData.setRenderStyle(X3DVolumeRenderStyleNode newValue) Accessor method to assign org.web3d.x3d.sai.VolumeRendering.X3DVolumeRenderStyleNode instance (using a properly typed node) to inputOutput SFNode field renderStyle.Method parameters in org.web3d.x3d.jsail.VolumeRendering with type arguments of type X3DVolumeRenderStyleNodeModifier and TypeMethodDescriptionIsoSurfaceVolumeData.setRenderStyle(ArrayList<X3DVolumeRenderStyleNode> newValue) Assign ArrayList value of MFNode renderStyle field, similar toIsoSurfaceVolumeData.setRenderStyle(org.web3d.x3d.sai.Core.X3DNode[]).SegmentedVolumeData.setRenderStyle(ArrayList<X3DVolumeRenderStyleNode> newValue) Assign ArrayList value of MFNode renderStyle field, similar toSegmentedVolumeData.setRenderStyle(org.web3d.x3d.sai.Core.X3DNode[]). -
Uses of X3DVolumeRenderStyleNode in org.web3d.x3d.sai.VolumeRendering
Subinterfaces of X3DVolumeRenderStyleNode 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.interfaceProjectionVolumeStyle uses voxel data to directly generate output color.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.interfaceThe X3DComposableVolumeRenderStyleNode abstract node type is the base type for all node types that allow rendering styles to be sequentially composed together to form a single renderable output.Methods in org.web3d.x3d.sai.VolumeRendering that return X3DVolumeRenderStyleNodeModifier and TypeMethodDescriptionVolumeData.getRenderStyle()Provide org.web3d.x3d.sai.VolumeRendering.X3DVolumeRenderStyleNode instance (using a properly typed node) from inputOutput SFNode field renderStyle.X3DVolumeRenderStyleNode.setEnabled(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.X3DVolumeRenderStyleNode.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 X3DVolumeRenderStyleNodeModifier and TypeMethodDescriptionVolumeData.setRenderStyle(X3DVolumeRenderStyleNode newValue) Accessor method to assign org.web3d.x3d.sai.VolumeRendering.X3DVolumeRenderStyleNode instance (using a properly typed node) to inputOutput SFNode field renderStyle.