Uses of Interface
org.web3d.x3d.sai.Rendering.X3DColorNode
-
Uses of X3DColorNode in org.web3d.x3d.jsail.CADGeometry
Fields in org.web3d.x3d.jsail.CADGeometry declared as X3DColorNode Modifier and Type Field Description static X3DColorNodeIndexedQuadSetObject. COLOR_DEFAULT_VALUESFNode field named color has default value null (Java syntax) or NULL (XML syntax).static X3DColorNodeQuadSetObject. 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 X3DColorNode Modifier and Type Method Description X3DColorNodeIndexedQuadSetObject. getColor()Provide X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.X3DColorNodeQuadSetObject. getColor()Provide 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 X3DColorNode Modifier and Type Method Description IndexedQuadSetObjectIndexedQuadSetObject. setColor(X3DColorNode newValue)Accessor method to assign X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.QuadSetObjectQuadSetObject. setColor(X3DColorNode newValue)Accessor method to assign 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 X3DColorNode Modifier and Type Field Description static X3DColorNodeElevationGridObject. COLOR_DEFAULT_VALUESFNode field named color has default value null (Java syntax) or NULL (XML syntax).static X3DColorNodeIndexedFaceSetObject. 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 X3DColorNode Modifier and Type Method Description X3DColorNodeElevationGridObject. getColor()Provide X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.X3DColorNodeIndexedFaceSetObject. getColor()Provide 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 X3DColorNode Modifier and Type Method Description ElevationGridObjectElevationGridObject. setColor(X3DColorNode newValue)Accessor method to assign X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.IndexedFaceSetObjectIndexedFaceSetObject. setColor(X3DColorNode newValue)Accessor method to assign 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 X3DColorNode Modifier and Type Field Description static X3DColorNodeGeoElevationGridObject. 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 X3DColorNode Modifier and Type Method Description X3DColorNodeGeoElevationGridObject. getColor()Provide 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 X3DColorNode Modifier and Type Method Description GeoElevationGridObjectGeoElevationGridObject. setColor(X3DColorNode newValue)Accessor method to assign 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 X3DColorNode Modifier and Type Field Description static X3DColorNodeParticleSystemObject. COLORRAMP_DEFAULT_VALUESFNode field named colorRamp has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.ParticleSystems that return X3DColorNode Modifier and Type Method Description X3DColorNodeParticleSystemObject. getColorRamp()Provide X3DColorNode instance (using a properly typed node) using RGB values [0..1] from initializeOnly SFNode field colorRamp.Methods in org.web3d.x3d.jsail.ParticleSystems with parameters of type X3DColorNode Modifier and Type Method Description ParticleSystemObjectParticleSystemObject. setColorRamp(X3DColorNode newValue)Accessor method to assign X3DColorNode instance (using a properly typed node) to initializeOnly SFNode field colorRamp. -
Uses of X3DColorNode in org.web3d.x3d.jsail.Rendering
Classes in org.web3d.x3d.jsail.Rendering that implement X3DColorNode Modifier and Type Class Description classColorObjectColor node defines a set of RGB color values that apply either to a sibling Coordinate|CoordinateDouble node, or else to a parent ElevationGrid node.classColorRGBAObjectColorRGBA 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 X3DColorNode Modifier and Type Field Description static X3DColorNodeIndexedLineSetObject. COLOR_DEFAULT_VALUESFNode field named color has default value null (Java syntax) or NULL (XML syntax).static X3DColorNodeIndexedTriangleFanSetObject. COLOR_DEFAULT_VALUESFNode field named color has default value null (Java syntax) or NULL (XML syntax).static X3DColorNodeIndexedTriangleSetObject. COLOR_DEFAULT_VALUESFNode field named color has default value null (Java syntax) or NULL (XML syntax).static X3DColorNodeIndexedTriangleStripSetObject. COLOR_DEFAULT_VALUESFNode field named color has default value null (Java syntax) or NULL (XML syntax).static X3DColorNodeLineSetObject. COLOR_DEFAULT_VALUESFNode field named color has default value null (Java syntax) or NULL (XML syntax).static X3DColorNodePointSetObject. COLOR_DEFAULT_VALUESFNode field named color has default value null (Java syntax) or NULL (XML syntax).static X3DColorNodeTriangleFanSetObject. COLOR_DEFAULT_VALUESFNode field named color has default value null (Java syntax) or NULL (XML syntax).static X3DColorNodeTriangleSetObject. COLOR_DEFAULT_VALUESFNode field named color has default value null (Java syntax) or NULL (XML syntax).static X3DColorNodeTriangleStripSetObject. 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 X3DColorNode Modifier and Type Method Description X3DColorNodeIndexedLineSetObject. getColor()Provide X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.X3DColorNodeIndexedTriangleFanSetObject. getColor()Provide X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.X3DColorNodeIndexedTriangleSetObject. getColor()Provide X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.X3DColorNodeIndexedTriangleStripSetObject. getColor()Provide X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.X3DColorNodeLineSetObject. getColor()Provide X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.X3DColorNodePointSetObject. getColor()Provide X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.X3DColorNodeTriangleFanSetObject. getColor()Provide X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.X3DColorNodeTriangleSetObject. getColor()Provide X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.X3DColorNodeTriangleStripSetObject. getColor()Provide 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 X3DColorNode Modifier and Type Method Description IndexedLineSetObjectIndexedLineSetObject. setColor(X3DColorNode newValue)Accessor method to assign X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.IndexedTriangleFanSetObjectIndexedTriangleFanSetObject. setColor(X3DColorNode newValue)Accessor method to assign X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.IndexedTriangleSetObjectIndexedTriangleSetObject. setColor(X3DColorNode newValue)Accessor method to assign X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.IndexedTriangleStripSetObjectIndexedTriangleStripSetObject. setColor(X3DColorNode newValue)Accessor method to assign X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.LineSetObjectLineSetObject. setColor(X3DColorNode newValue)Accessor method to assign X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.PointSetObjectPointSetObject. setColor(X3DColorNode newValue)Accessor method to assign X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.TriangleFanSetObjectTriangleFanSetObject. setColor(X3DColorNode newValue)Accessor method to assign X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.TriangleSetObjectTriangleSetObject. setColor(X3DColorNode newValue)Accessor method to assign X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.TriangleStripSetObjectTriangleStripSetObject. setColor(X3DColorNode newValue)Accessor method to assign 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 X3DColorNode Modifier and Type Method Description X3DColorNodeIndexedQuadSet. getColor()Provide X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.X3DColorNodeQuadSet. getColor()Provide 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 X3DColorNode Modifier and Type Method Description IndexedQuadSetIndexedQuadSet. setColor(X3DColorNode newValue)Accessor method to assign X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.QuadSetQuadSet. setColor(X3DColorNode newValue)Accessor method to assign 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 X3DColorNode Modifier and Type Method Description X3DColorNodeElevationGrid. getColor()Provide X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.X3DColorNodeIndexedFaceSet. getColor()Provide 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 X3DColorNode Modifier and Type Method Description ElevationGridElevationGrid. setColor(X3DColorNode newValue)Accessor method to assign X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.IndexedFaceSetIndexedFaceSet. setColor(X3DColorNode newValue)Accessor method to assign 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 X3DColorNode Modifier and Type Method Description X3DColorNodeGeoElevationGrid. getColor()Provide 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 X3DColorNode Modifier and Type Method Description GeoElevationGridGeoElevationGrid. setColor(X3DColorNode newValue)Accessor method to assign 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 X3DColorNode Modifier and Type Method Description X3DColorNodeParticleSystem. getColorRamp()Provide X3DColorNode instance (using a properly typed node) using RGB values [0..1] from initializeOnly SFNode field colorRamp.Methods in org.web3d.x3d.sai.ParticleSystems with parameters of type X3DColorNode Modifier and Type Method Description ParticleSystemParticleSystem. setColorRamp(X3DColorNode newValue)Accessor method to assign X3DColorNode instance (using a properly typed node) to initializeOnly SFNode field colorRamp. -
Uses of X3DColorNode in org.web3d.x3d.sai.Rendering
Subinterfaces of X3DColorNode in org.web3d.x3d.sai.Rendering Modifier and Type Interface Description interfaceColorColor node defines a set of RGB color values that apply either to a sibling Coordinate|CoordinateDouble node, or else to a parent ElevationGrid node.interfaceColorRGBAColorRGBA 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 X3DColorNode Modifier and Type Method Description X3DColorNodeIndexedLineSet. getColor()Provide X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.X3DColorNodeIndexedTriangleFanSet. getColor()Provide X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.X3DColorNodeIndexedTriangleSet. getColor()Provide X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.X3DColorNodeIndexedTriangleStripSet. getColor()Provide X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.X3DColorNodeLineSet. getColor()Provide X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.X3DColorNodePointSet. getColor()Provide X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.X3DColorNodeTriangleFanSet. getColor()Provide X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.X3DColorNodeTriangleSet. getColor()Provide X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.X3DColorNodeTriangleStripSet. getColor()Provide X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.X3DColorNodeX3DComposedGeometryNode. getColor()Provide X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.X3DColorNodeX3DColorNode. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Methods in org.web3d.x3d.sai.Rendering with parameters of type X3DColorNode Modifier and Type Method Description IndexedLineSetIndexedLineSet. setColor(X3DColorNode newValue)Accessor method to assign X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.IndexedTriangleFanSetIndexedTriangleFanSet. setColor(X3DColorNode newValue)Accessor method to assign X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.IndexedTriangleSetIndexedTriangleSet. setColor(X3DColorNode newValue)Accessor method to assign X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.IndexedTriangleStripSetIndexedTriangleStripSet. setColor(X3DColorNode newValue)Accessor method to assign X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.LineSetLineSet. setColor(X3DColorNode newValue)Accessor method to assign X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.PointSetPointSet. setColor(X3DColorNode newValue)Accessor method to assign X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.TriangleFanSetTriangleFanSet. setColor(X3DColorNode newValue)Accessor method to assign X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.TriangleSetTriangleSet. setColor(X3DColorNode newValue)Accessor method to assign X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.TriangleStripSetTriangleStripSet. setColor(X3DColorNode newValue)Accessor method to assign X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.X3DComposedGeometryNodeX3DComposedGeometryNode. setColor(X3DColorNode newValue)Accessor method to assign X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.