-
-
Methods in org.web3d.x3d.sai.Rendering that return LineSet
| Modifier and Type |
Method |
Description |
LineSet |
LineSet.setAttrib(X3DNode[] newValue) |
Accessor method to assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field attrib.
|
LineSet |
LineSet.setColor(X3DColorNode newValue) |
Accessor method to assign X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.
|
LineSet |
LineSet.setCoord(X3DCoordinateNode newValue) |
Accessor method to assign X3DCoordinateNode instance (using a properly typed node) to inputOutput SFNode field coord.
|
LineSet |
LineSet.setFogCoord(FogCoordinate newValue) |
Accessor method to assign FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.
|
LineSet |
LineSet.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
LineSet |
LineSet.setVertexCount(int[] newValue) |
Accessor method to assign int array to inputOutput MFInt32 field named vertexCount.
|