Uses of Interface
org.web3d.x3d.sai.Rendering.IndexedLineSet
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Rendering | |
| org.web3d.x3d.sai.Rendering |
-
Uses of IndexedLineSet in org.web3d.x3d.jsail.Rendering
Classes in org.web3d.x3d.jsail.Rendering that implement IndexedLineSet Modifier and Type Class Description classIndexedLineSetObjectIndexedLineSet defines polyline segments using index lists corresponding to vertex coordinates. -
Uses of IndexedLineSet in org.web3d.x3d.sai.Rendering
Methods in org.web3d.x3d.sai.Rendering that return IndexedLineSet Modifier and Type Method Description IndexedLineSetIndexedLineSet. setAttrib(X3DNode[] newValue)Accessor method to assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field attrib.IndexedLineSetIndexedLineSet. setColor(X3DColorNode newValue)Accessor method to assign X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.IndexedLineSetIndexedLineSet. setColorIndex(int[] newValue)Accessor method to assign int array to initializeOnly MFInt32 field named colorIndex.IndexedLineSetIndexedLineSet. setColorPerVertex(boolean newValue)Accessor method to assign boolean value to initializeOnly SFBool field named colorPerVertex.IndexedLineSetIndexedLineSet. setCoord(X3DCoordinateNode newValue)Accessor method to assign X3DCoordinateNode instance (using a properly typed node) to inputOutput SFNode field coord.IndexedLineSetIndexedLineSet. setCoordIndex(int[] newValue)Accessor method to assign int array to initializeOnly MFInt32 field named coordIndex.IndexedLineSetIndexedLineSet. setFogCoord(FogCoordinate newValue)Accessor method to assign FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.IndexedLineSetIndexedLineSet. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.