Uses of Class
org.web3d.x3d.jsail.Geometry2D.TriangleSet2D
Packages that use 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
Methods in org.web3d.x3d.jsail.Geometry2D that return TriangleSet2DModifier 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 verticesfield.TriangleSet2D.clearIS()Utility method to clear SFNode value of IS field.TriangleSet2D.clearMetadata()Utility method to clear SFNode value of metadata field.final TriangleSet2DTriangleSet2D.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 toTriangleSet2D.setCssClass(String).final TriangleSet2DTriangleSet2D.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 toTriangleSet2D.setCssStyle(String).final TriangleSet2DAccessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar toTriangleSet2D.setDEF(String).final TriangleSet2DAccessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlId field, similar toTriangleSet2D.setHtmlId(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 toTriangleSet2D.setSolid(boolean).final TriangleSet2DAccessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar toTriangleSet2D.setUSE(String).TriangleSet2D.setUSE(TriangleSet2D DEFnode) Assign a USE reference to another DEF node of same node type, similar toTriangleSet2D.setUSE(String).TriangleSet2D.setVertices(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar toTriangleSet2D.setVertices(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 toTriangleSet2D.setVertices(float[]).Methods in org.web3d.x3d.jsail.Geometry2D with parameters of type TriangleSet2DModifier and TypeMethodDescriptionTriangleSet2D.setUSE(TriangleSet2D DEFnode) Assign a USE reference to another DEF node of same node type, similar toTriangleSet2D.setUSE(String).