Package org.web3d.x3d.sai.rendering
Interface PointSet
- All Superinterfaces:
X3DGeometryNode,X3DNode
- All Known Implementing Classes:
SAIPointSet,SAIPointSet
Defines the requirements of an X3D PointSet node
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptiongetColor()Return the color X3DNode value.getCoord()Return the coord X3DNode value.voidsetColor(X3DColorNode val) Set the color field.voidsetColor(X3DProtoInstance val) Set the color field.voidSet the coord field.voidsetCoord(X3DProtoInstance val) Set the coord field.Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
-
Method Details
-
getCoord
-
setCoord
Set the coord field.- Parameters:
val- The X3DCoordinateNode to set.
-
setCoord
Set the coord field.- Parameters:
val- The X3DProtoInstance to set.
-
getColor
-
setColor
-
setColor
Set the color field.- Parameters:
val- The X3DProtoInstance to set.
-