Package org.web3d.x3d.sai.rendering
Interface LineSet
- All Superinterfaces:
X3DGeometryNode
,X3DNode
- All Known Implementing Classes:
SAILineSet
,SAILineSet
Defines the requirements of an X3D LineSet node
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptiongetColor()
Return the color X3DNode value.getCoord()
Return the coord X3DNode value.int
Return the number of MFInt32 items in the vertexCount field.void
getVertexCount
(int[] val) Return the vertexCount value in the argument int[]void
setColor
(X3DColorNode val) Set the color field.void
setColor
(X3DProtoInstance val) Set the color field.void
Set the coord field.void
setCoord
(X3DProtoInstance val) Set the coord field.void
setVertexCount
(int[] val) Set the vertexCount 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.
-
getNumVertexCount
int getNumVertexCount()Return the number of MFInt32 items in the vertexCount field.- Returns:
- the number of MFInt32 items in the vertexCount field.
-
getVertexCount
void getVertexCount(int[] val) Return the vertexCount value in the argument int[]- Parameters:
val
- The int[] to initialize.
-
setVertexCount
void setVertexCount(int[] val) Set the vertexCount field.- Parameters:
val
- The int[] to set.
-