Uses of Class
org.web3d.x3d.jsail.Geometry2D.Rectangle2D
Packages that use Rectangle2D
Package
Description
The Geometry2D component defines how two-dimensional geometry is specified and what shapes are available.
-
Uses of Rectangle2D in org.web3d.x3d.jsail.Geometry2D
Methods in org.web3d.x3d.jsail.Geometry2D that return Rectangle2DModifier and TypeMethodDescriptionRectangle2D.addComments(String newComment) Add comment as String to contained commentsList.Rectangle2D.addComments(String[] newComments) Add comments as String[] array to contained commentsList.Rectangle2D.addComments(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.Rectangle2D.clearIS()Utility method to clear SFNode value of IS field.Rectangle2D.clearMetadata()Utility method to clear SFNode value of metadata field.final Rectangle2DRectangle2D.setCssClass(String newValue) Accessor method to assign String value to inputOutput SFString field named class.Rectangle2D.setCssClass(SFString newValue) Assign typed object value to SFString cssClass field, similar toRectangle2D.setCssClass(String).final Rectangle2DRectangle2D.setCssStyle(String newValue) Accessor method to assign String value to inputOutput SFString field named style.Rectangle2D.setCssStyle(SFString newValue) Assign typed object value to SFString cssClass field, similar toRectangle2D.setCssStyle(String).final Rectangle2DAccessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar toRectangle2D.setDEF(String).final Rectangle2DAccessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlId field, similar toRectangle2D.setHtmlId(String).Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Rectangle2D.setMetadata(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Rectangle2D.setMetadata(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Rectangle2D.setSize(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar toRectangle2D.setSize(float[]).Rectangle2D.setSize(double x, double y) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toRectangle2D.setSize(float[]).Rectangle2D.setSize(float[] newValue) Accessor method to assign 2-tuple float array to initializeOnly SFVec2f field named size.Rectangle2D.setSize(float x, float y) Assign values to SFVec2f size field, similar toRectangle2D.setSize(float[]).Assign typed object value to SFVec2f size field, similar toRectangle2D.setSize(float[]).Rectangle2D.setSolid(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named solid.Assign typed object value to SFBool solid field, similar toRectangle2D.setSolid(boolean).final Rectangle2DAccessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar toRectangle2D.setUSE(String).Rectangle2D.setUSE(Rectangle2D DEFnode) Assign a USE reference to another DEF node of same node type, similar toRectangle2D.setUSE(String).Methods in org.web3d.x3d.jsail.Geometry2D with parameters of type Rectangle2DModifier and TypeMethodDescriptionRectangle2D.setUSE(Rectangle2D DEFnode) Assign a USE reference to another DEF node of same node type, similar toRectangle2D.setUSE(String).