| 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 |
ArcClose2DObject
X3D node tooltip: [X3DGeometryNode] ArcClose2D is a polygonal geometry node that defines a linear circular arc, closed by PIE or CHORD line segments, with center (0,0) in X-Y plane, with angles measured starting at positive x-axis and sweeping towards positive y-axis.
|
| Modifier and Type | Method and Description |
|---|---|
ArcClose2D |
ArcClose2D.setClosureType(java.lang.String newValue)
Assign String enumeration value ("PIE"|"CHORD") ['PIE'|'CHORD'] to initializeOnly SFString field named closureType.
|
ArcClose2D |
ArcClose2D.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
ArcClose2D |
ArcClose2D.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
ArcClose2D |
ArcClose2D.setEndAngle(float newValue)
Assign float value unit axis, angle (in radians) within allowed range of (-6.2832,6.2832) to initializeOnly SFFloat field named endAngle.
|
ArcClose2D |
ArcClose2D.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
ArcClose2D |
ArcClose2D.setRadius(float newValue)
Assign float value within allowed range of (0,infinity) to initializeOnly SFFloat field named radius.
|
ArcClose2D |
ArcClose2D.setSolid(boolean newValue)
Assign boolean value to initializeOnly SFBool field named solid.
|
ArcClose2D |
ArcClose2D.setStartAngle(float newValue)
Assign float value unit axis, angle (in radians) within allowed range of (-6.2832,6.2832) to initializeOnly SFFloat field named startAngle.
|
ArcClose2D |
ArcClose2D.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.