Uses of Class
org.web3d.x3d.jsail.Rendering.LineSet
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 LineSet in org.web3d.x3d.jsail.Rendering
Modifier and TypeMethodDescriptionLineSet.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).LineSet.addComments
(String newComment) Add comment as String to contained commentsList.LineSet.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.LineSet.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.LineSet.addVertexCount
(int newValue) Add singleton int value to MFInt32 vertexCount field.LineSet.addVertexCount
(SFInt32 newValue) Add singleton SFInt32 value to MFInt32 vertexCount field.LineSet.clearAttrib()
Utility method to clear MFNode value of attrib field.LineSet.clearColor()
Utility method to clear SFNode value of color field.LineSet.clearCoord()
Utility method to clear SFNode value of coord field.LineSet.clearFogCoord()
Utility method to clear SFNode value of fogCoord field.LineSet.clearIS()
Utility method to clear SFNode value of IS field.LineSet.clearMetadata()
Utility method to clear SFNode value of metadata field.LineSet.clearNormal()
Utility method to clear SFNode value of normal field.LineSet.clearVertexCount()
Utility method to clear MFInt32 value of vertexCount field.LineSet.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.LineSet.setColor
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field color.LineSet.setColor
(X3DColorNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.LineSet.setCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field coord.LineSet.setCoord
(X3DCoordinateNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DCoordinateNode instance (using a properly typed node) to inputOutput SFNode field coord.final LineSet
LineSet.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.LineSet.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final LineSet
LineSet.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.LineSet.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final LineSet
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.LineSet.setFogCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field fogCoord.LineSet.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 LineSet
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.LineSet.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.LineSet.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.LineSet.setNormal
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field normal.LineSet.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 LineSet
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.LineSet.setVertexCount
(int[] newValue) Accessor method to assign Integer array to inputOutput MFInt32 field named vertexCount.LineSet.setVertexCount
(ArrayList<Integer> newValue) Assign ArrayList value of MFInt32 vertexCount field, similar tosetVertexCount(int[])
.LineSet.setVertexCount
(MFInt32 newValue) Assign typed object value to MFInt32 vertexCount field, similar tosetVertexCount(int[])
.Modifier and TypeMethodDescriptionAssign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.