-
Classes in org.web3d.x3d.jsail.Rendering that implement PointSet
| Modifier and Type |
Class |
Description |
class |
PointSetObject |
PointSet is a node that contains a set of colored 3D points, represented by contained Color|ColorRGBA and Coordinate|CoordinateDouble nodes.
|
-
Methods in org.web3d.x3d.sai.Rendering that return PointSet
| Modifier and Type |
Method |
Description |
PointSet |
PointSet.setAttrib(X3DNode[] newValue) |
Accessor method to assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field attrib.
|
PointSet |
PointSet.setColor(X3DColorNode newValue) |
Accessor method to assign X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.
|
PointSet |
PointSet.setCoord(X3DCoordinateNode newValue) |
Accessor method to assign X3DCoordinateNode instance (using a properly typed node) to inputOutput SFNode field coord.
|
PointSet |
PointSet.setFogCoord(FogCoordinate newValue) |
Accessor method to assign FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.
|
PointSet |
PointSet.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|