Uses of Interface
org.web3d.x3d.sai.Geometry2D.Rectangle2D
Packages that use Rectangle2D
Package
Description
The Geometry2D component defines how two-dimensional geometry is specified and what shapes are available.
The Geometry2D component defines how two-dimensional geometry is specified and what shapes are available.
-
Uses of Rectangle2D in org.web3d.x3d.jsail.Geometry2D
Classes in org.web3d.x3d.jsail.Geometry2D that implement Rectangle2DModifier and TypeClassDescriptionclass
Rectangle2D is a geometry node that defines a 2D rectangle in X-Y plane. -
Uses of Rectangle2D in org.web3d.x3d.sai.Geometry2D
Methods in org.web3d.x3d.sai.Geometry2D that return Rectangle2DModifier and TypeMethodDescriptionRectangle2D.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
(float[] newValue) Accessor method to assign 2-tuple float array to inputOutput SFVec2f field named size.Rectangle2D.setSolid
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named solid.