Uses of Class
org.web3d.x3d.jsail.Rendering.IndexedLineSet
Package
Description
The Rendering component includes fundamental rendering primitives such as TriangleSet and PointSet nodes, as well as geometric properties nodes that define how coordinate indices, colors, normals and texture coordinates are specified.
-
Uses of IndexedLineSet in org.web3d.x3d.jsail.Rendering
Modifier and TypeMethodDescriptionIndexedLineSet.addAttrib
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for attrib field.Add single child node to existing array of attrib nodes (if any).IndexedLineSet.addColorIndex
(int newValue) Add singleton int value to MFInt32 colorIndex field.IndexedLineSet.addColorIndex
(SFInt32 newValue) Add singleton SFInt32 value to MFInt32 colorIndex field.IndexedLineSet.addComments
(String newComment) Add comment as String to contained commentsList.IndexedLineSet.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.IndexedLineSet.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.IndexedLineSet.addCoordIndex
(int newValue) Add singleton int value to MFInt32 coordIndex field.IndexedLineSet.addCoordIndex
(SFInt32 newValue) Add singleton SFInt32 value to MFInt32 coordIndex field.IndexedLineSet.clearAttrib()
Utility method to clear MFNode value of attrib field.IndexedLineSet.clearColor()
Utility method to clear SFNode value of color field.IndexedLineSet.clearColorIndex()
Utility method to clear MFInt32 value of colorIndex field.IndexedLineSet.clearCoord()
Utility method to clear SFNode value of coord field.IndexedLineSet.clearCoordIndex()
Utility method to clear MFInt32 value of coordIndex field.IndexedLineSet.clearFogCoord()
Utility method to clear SFNode value of fogCoord field.IndexedLineSet.clearIS()
Utility method to clear SFNode value of IS field.IndexedLineSet.clearMetadata()
Utility method to clear SFNode value of metadata field.IndexedLineSet.clearNormal()
Utility method to clear SFNode value of normal field.IndexedLineSet.setAttrib
(ArrayList<X3DVertexAttributeNode> newValue) Assign ArrayList value of MFNode attrib field, similar tosetAttrib(org.web3d.x3d.sai.Core.X3DNode[])
.Accessor method to assign org.web3d.x3d.sai.Shaders.X3DVertexAttributeNode array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field attrib.IndexedLineSet.setColor
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field color.IndexedLineSet.setColor
(X3DColorNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.IndexedLineSet.setColorIndex
(int[] newValue) Accessor method to assign Integer array to initializeOnly MFInt32 field named colorIndex.IndexedLineSet.setColorIndex
(ArrayList<Integer> newValue) Assign ArrayList value of MFInt32 colorIndex field, similar tosetColorIndex(int[])
.IndexedLineSet.setColorIndex
(MFInt32 newValue) Assign typed object value to MFInt32 colorIndex field, similar tosetColorIndex(int[])
.IndexedLineSet.setColorPerVertex
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named colorPerVertex.IndexedLineSet.setColorPerVertex
(SFBool newValue) Assign typed object value to SFBool colorPerVertex field, similar tosetColorPerVertex(boolean)
.IndexedLineSet.setCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field coord.IndexedLineSet.setCoord
(X3DCoordinateNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DCoordinateNode instance (using a properly typed node) to inputOutput SFNode field coord.IndexedLineSet.setCoordIndex
(int[] newValue) Accessor method to assign Integer array to initializeOnly MFInt32 field named coordIndex.IndexedLineSet.setCoordIndex
(ArrayList<Integer> newValue) Assign ArrayList value of MFInt32 coordIndex field, similar tosetCoordIndex(int[])
.IndexedLineSet.setCoordIndex
(MFInt32 newValue) Assign typed object value to MFInt32 coordIndex field, similar tosetCoordIndex(int[])
.final IndexedLineSet
IndexedLineSet.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.IndexedLineSet.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final IndexedLineSet
IndexedLineSet.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.IndexedLineSet.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final IndexedLineSet
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.IndexedLineSet.setFogCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field fogCoord.IndexedLineSet.setFogCoord
(FogCoordinate newValue) Accessor method to assign org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.final IndexedLineSet
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.IndexedLineSet.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.IndexedLineSet.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.IndexedLineSet.setNormal
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field normal.IndexedLineSet.setNormal
(X3DNormalNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.final IndexedLineSet
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.IndexedLineSet.setUSE
(IndexedLineSet DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionIndexedLineSet.setUSE
(IndexedLineSet DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.