Uses of Class
org.web3d.x3d.jsail.Geometry2D.TriangleSet2D
Package
Description
The Geometry2D component defines how two-dimensional geometry is specified and what shapes are available.
-
Uses of TriangleSet2D in org.web3d.x3d.jsail.Geometry2D
Modifier and TypeMethodDescriptionTriangleSet2D.addComments
(String newComment) Add comment as String to contained commentsList.TriangleSet2D.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.TriangleSet2D.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.TriangleSet2D.addVertices
(SFVec2f newValue) Add singleton SFVec2f value to MFVec2f vertices field.TriangleSet2D.clearIS()
Utility method to clear SFNode value of IS field.TriangleSet2D.clearMetadata()
Utility method to clear SFNode value of metadata field.final TriangleSet2D
TriangleSet2D.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.TriangleSet2D.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final TriangleSet2D
TriangleSet2D.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.TriangleSet2D.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final TriangleSet2D
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.final TriangleSet2D
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.TriangleSet2D.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TriangleSet2D.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.TriangleSet2D.setSolid
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named solid.Assign typed object value to SFBool solid field, similar tosetSolid(boolean)
.final TriangleSet2D
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.TriangleSet2D.setUSE
(TriangleSet2D DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.TriangleSet2D.setVertices
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetVertices(float[])
.TriangleSet2D.setVertices
(float[] newValue) Accessor method to assign 2-tuple float array to inputOutput MFVec2f field named vertices.TriangleSet2D.setVertices
(MFVec2f newValue) Assign typed object value to MFVec2f vertices field, similar tosetVertices(float[])
.Modifier and TypeMethodDescriptionTriangleSet2D.setUSE
(TriangleSet2D DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.