| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Geometry2D |
The Geometry2D component defines how two-dimensional geometry is specified and what
shapes are available.
|
| org.web3d.x3d.sai.Geometry2D |
The Geometry2D component defines how two-dimensional geometry is specified and what
shapes are available.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Disk2DObject
X3D node tooltip: [X3DGeometryNode] Disk2D is a geometry node that defines a filled (or partially filled) planar circle with center (0,0).
|
| Modifier and Type | Method and Description |
|---|---|
Disk2D |
Disk2D.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
Disk2D |
Disk2D.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
Disk2D |
Disk2D.setInnerRadius(float newValue)
Assign float value within allowed range of [0,infinity) to initializeOnly SFFloat field named innerRadius.
|
Disk2D |
Disk2D.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
Disk2D |
Disk2D.setOuterRadius(float newValue)
Assign float value within allowed range of (0,infinity) to initializeOnly SFFloat field named outerRadius.
|
Disk2D |
Disk2D.setSolid(boolean newValue)
Assign boolean value to initializeOnly SFBool field named solid.
|
Disk2D |
Disk2D.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.