Uses of Interface
org.web3d.x3d.sai.Rendering.X3DColorNode
Packages that use X3DColorNode
Package
Description
The CADGeometry component is provided for Computer-Aided Design (CAD) nodes.
The Geometry3D component describes how three-dimensional geometry is specified and defines ElevationGrid, Extrusion, IndexedFaceSet, and most primitive geometry nodes (Box, Cone, Cylinder, Sphere).
The Geospatial component defines how to associate real-world locations in an X3D scene and specifies nodes particularly tuned for geospatial applications.
The Particle Systems component specifies how to model particles and their interactions through the application of basic physics principles to affect motion.
The Rendering component includes fundamental rendering primitives such as TriangleSet and PointSet nodes, as well as geometric properties nodes that define how coordinate indices, colors, normals and texture coordinates are specified.
The CADGeometry component is provided for Computer-Aided Design (CAD) nodes.
The Geometry3D component describes how three-dimensional geometry is specified and defines ElevationGrid, Extrusion, IndexedFaceSet, and most primitive geometry nodes (Box, Cone, Cylinder, Sphere).
The Geospatial component defines how to associate real-world locations in an X3D scene and specifies nodes particularly tuned for geospatial applications.
The Particle Systems component specifies how to model particles and their interactions through the application of basic physics principles to affect motion.
The Rendering component includes fundamental rendering primitives such as TriangleSet and PointSet nodes, as well as geometric properties nodes that define how coordinate indices, colors, normals and texture coordinates are specified.
-
Uses of X3DColorNode in org.web3d.x3d.jsail.CADGeometry
Fields in org.web3d.x3d.jsail.CADGeometry declared as X3DColorNodeModifier and TypeFieldDescriptionstatic final X3DColorNodeIndexedQuadSet.COLOR_DEFAULT_VALUESFNode field named color has default value null (Java syntax) or NULL (XML syntax).static final X3DColorNodeQuadSet.COLOR_DEFAULT_VALUESFNode field named color has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.CADGeometry that return X3DColorNodeModifier and TypeMethodDescriptionIndexedQuadSet.getColor()Provide org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.QuadSet.getColor()Provide org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.Methods in org.web3d.x3d.jsail.CADGeometry with parameters of type X3DColorNodeModifier and TypeMethodDescriptionIndexedQuadSet.setColor(X3DColorNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.QuadSet.setColor(X3DColorNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color. -
Uses of X3DColorNode in org.web3d.x3d.jsail.Geometry3D
Fields in org.web3d.x3d.jsail.Geometry3D declared as X3DColorNodeModifier and TypeFieldDescriptionstatic final X3DColorNodeElevationGrid.COLOR_DEFAULT_VALUESFNode field named color has default value null (Java syntax) or NULL (XML syntax).static final X3DColorNodeIndexedFaceSet.COLOR_DEFAULT_VALUESFNode field named color has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.Geometry3D that return X3DColorNodeModifier and TypeMethodDescriptionElevationGrid.getColor()Provide org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.IndexedFaceSet.getColor()Provide org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.Methods in org.web3d.x3d.jsail.Geometry3D with parameters of type X3DColorNodeModifier and TypeMethodDescriptionElevationGrid.setColor(X3DColorNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.IndexedFaceSet.setColor(X3DColorNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color. -
Uses of X3DColorNode in org.web3d.x3d.jsail.Geospatial
Fields in org.web3d.x3d.jsail.Geospatial declared as X3DColorNodeModifier and TypeFieldDescriptionstatic final X3DColorNodeGeoElevationGrid.COLOR_DEFAULT_VALUESFNode field named color has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.Geospatial that return X3DColorNodeModifier and TypeMethodDescriptionGeoElevationGrid.getColor()Provide org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.Methods in org.web3d.x3d.jsail.Geospatial with parameters of type X3DColorNodeModifier and TypeMethodDescriptionGeoElevationGrid.setColor(X3DColorNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color. -
Uses of X3DColorNode in org.web3d.x3d.jsail.ParticleSystems
Fields in org.web3d.x3d.jsail.ParticleSystems declared as X3DColorNodeModifier and TypeFieldDescriptionstatic final X3DColorNodeParticleSystem.COLOR_DEFAULT_VALUESFNode field named color has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.ParticleSystems that return X3DColorNodeModifier and TypeMethodDescriptionParticleSystem.getColor()Provide org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) using RGB values [0..1] from initializeOnly SFNode field color.Methods in org.web3d.x3d.jsail.ParticleSystems with parameters of type X3DColorNodeModifier and TypeMethodDescriptionParticleSystem.setColor(X3DColorNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) to initializeOnly SFNode field color. -
Uses of X3DColorNode in org.web3d.x3d.jsail.Rendering
Classes in org.web3d.x3d.jsail.Rendering that implement X3DColorNodeModifier and TypeClassDescriptionclassColor node defines a set of RGB color values that apply either to a sibling Coordinate|CoordinateDouble node, or else to a parent ElevationGrid node.classColorRGBA node defines a set of RGBA color values that apply either to a sibling Coordinate|CoordinateDouble node, or else to a parent ElevationGrid node.Fields in org.web3d.x3d.jsail.Rendering declared as X3DColorNodeModifier and TypeFieldDescriptionstatic final X3DColorNodeIndexedLineSet.COLOR_DEFAULT_VALUESFNode field named color has default value null (Java syntax) or NULL (XML syntax).static final X3DColorNodeIndexedTriangleFanSet.COLOR_DEFAULT_VALUESFNode field named color has default value null (Java syntax) or NULL (XML syntax).static final X3DColorNodeIndexedTriangleSet.COLOR_DEFAULT_VALUESFNode field named color has default value null (Java syntax) or NULL (XML syntax).static final X3DColorNodeIndexedTriangleStripSet.COLOR_DEFAULT_VALUESFNode field named color has default value null (Java syntax) or NULL (XML syntax).static final X3DColorNodeLineSet.COLOR_DEFAULT_VALUESFNode field named color has default value null (Java syntax) or NULL (XML syntax).static final X3DColorNodePointSet.COLOR_DEFAULT_VALUESFNode field named color has default value null (Java syntax) or NULL (XML syntax).static final X3DColorNodeTriangleFanSet.COLOR_DEFAULT_VALUESFNode field named color has default value null (Java syntax) or NULL (XML syntax).static final X3DColorNodeTriangleSet.COLOR_DEFAULT_VALUESFNode field named color has default value null (Java syntax) or NULL (XML syntax).static final X3DColorNodeTriangleStripSet.COLOR_DEFAULT_VALUESFNode field named color has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.Rendering that return X3DColorNodeModifier and TypeMethodDescriptionIndexedLineSet.getColor()Provide org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.IndexedTriangleFanSet.getColor()Provide org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.IndexedTriangleSet.getColor()Provide org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.IndexedTriangleStripSet.getColor()Provide org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.LineSet.getColor()Provide org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.PointSet.getColor()Provide org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.TriangleFanSet.getColor()Provide org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.TriangleSet.getColor()Provide org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.TriangleStripSet.getColor()Provide org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.Methods in org.web3d.x3d.jsail.Rendering with parameters of type X3DColorNodeModifier and TypeMethodDescriptionIndexedLineSet.setColor(X3DColorNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.IndexedTriangleFanSet.setColor(X3DColorNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.IndexedTriangleSet.setColor(X3DColorNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.IndexedTriangleStripSet.setColor(X3DColorNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.LineSet.setColor(X3DColorNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.PointSet.setColor(X3DColorNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.TriangleFanSet.setColor(X3DColorNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.TriangleSet.setColor(X3DColorNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.TriangleStripSet.setColor(X3DColorNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color. -
Uses of X3DColorNode in org.web3d.x3d.sai.CADGeometry
Methods in org.web3d.x3d.sai.CADGeometry that return X3DColorNodeModifier and TypeMethodDescriptionIndexedQuadSet.getColor()Provide org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.QuadSet.getColor()Provide org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.Methods in org.web3d.x3d.sai.CADGeometry with parameters of type X3DColorNodeModifier and TypeMethodDescriptionIndexedQuadSet.setColor(X3DColorNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.QuadSet.setColor(X3DColorNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color. -
Uses of X3DColorNode in org.web3d.x3d.sai.Geometry3D
Methods in org.web3d.x3d.sai.Geometry3D that return X3DColorNodeModifier and TypeMethodDescriptionElevationGrid.getColor()Provide org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.IndexedFaceSet.getColor()Provide org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.Methods in org.web3d.x3d.sai.Geometry3D with parameters of type X3DColorNodeModifier and TypeMethodDescriptionElevationGrid.setColor(X3DColorNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.IndexedFaceSet.setColor(X3DColorNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color. -
Uses of X3DColorNode in org.web3d.x3d.sai.Geospatial
Methods in org.web3d.x3d.sai.Geospatial that return X3DColorNodeModifier and TypeMethodDescriptionGeoElevationGrid.getColor()Provide org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.Methods in org.web3d.x3d.sai.Geospatial with parameters of type X3DColorNodeModifier and TypeMethodDescriptionGeoElevationGrid.setColor(X3DColorNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color. -
Uses of X3DColorNode in org.web3d.x3d.sai.ParticleSystems
Methods in org.web3d.x3d.sai.ParticleSystems that return X3DColorNodeModifier and TypeMethodDescriptionParticleSystem.getColor()Provide org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) using RGB values [0..1] from initializeOnly SFNode field color.Methods in org.web3d.x3d.sai.ParticleSystems with parameters of type X3DColorNodeModifier and TypeMethodDescriptionParticleSystem.setColor(X3DColorNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) to initializeOnly SFNode field color. -
Uses of X3DColorNode in org.web3d.x3d.sai.Rendering
Subinterfaces of X3DColorNode in org.web3d.x3d.sai.RenderingModifier and TypeInterfaceDescriptioninterfaceColor node defines a set of RGB color values that apply either to a sibling Coordinate|CoordinateDouble node, or else to a parent ElevationGrid node.interfaceColorRGBA node defines a set of RGBA color values that apply either to a sibling Coordinate|CoordinateDouble node, or else to a parent ElevationGrid node.Methods in org.web3d.x3d.sai.Rendering that return X3DColorNodeModifier and TypeMethodDescriptionIndexedLineSet.getColor()Provide org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.IndexedTriangleFanSet.getColor()Provide org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.IndexedTriangleSet.getColor()Provide org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.IndexedTriangleStripSet.getColor()Provide org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.LineSet.getColor()Provide org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.PointSet.getColor()Provide org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.TriangleFanSet.getColor()Provide org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.TriangleSet.getColor()Provide org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.TriangleStripSet.getColor()Provide org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.X3DComposedGeometryNode.getColor()Provide org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.X3DColorNode.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.Rendering with parameters of type X3DColorNodeModifier and TypeMethodDescriptionIndexedLineSet.setColor(X3DColorNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.IndexedTriangleFanSet.setColor(X3DColorNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.IndexedTriangleSet.setColor(X3DColorNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.IndexedTriangleStripSet.setColor(X3DColorNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.LineSet.setColor(X3DColorNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.PointSet.setColor(X3DColorNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.TriangleFanSet.setColor(X3DColorNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.TriangleSet.setColor(X3DColorNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.TriangleStripSet.setColor(X3DColorNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.X3DComposedGeometryNode.setColor(X3DColorNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.