public interface Arc2D extends X3DGeometryNode
| Modifier and Type | Method and Description |
|---|---|
float |
getEndAngle()
Provide float value unit axis, angle (in radians) within allowed range of (-6.2832,6.2832) from initializeOnly SFFloat field named endAngle.
|
X3DMetadataObject |
getMetadata()
Provide X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.
|
float |
getRadius()
Provide float value within allowed range of (0,infinity) from initializeOnly SFFloat field named radius.
|
float |
getStartAngle()
Provide float value unit axis, angle (in radians) within allowed range of (-6.2832,6.2832) from initializeOnly SFFloat field named startAngle.
|
Arc2D |
setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
Arc2D |
setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
Arc2D |
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.
|
Arc2D |
setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
Arc2D |
setRadius(float newValue)
Assign float value within allowed range of (0,infinity) to initializeOnly SFFloat field named radius.
|
Arc2D |
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.
|
Arc2D |
setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
float getEndAngle()
Arc2D setEndAngle(float newValue)
newValue - is new value for the endAngle field.Arc2D - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DMetadataObject getMetadata()
getMetadata in interface X3DGeometryNodegetMetadata in interface X3DNodeArc2D setMetadata(X3DMetadataObject newValue)
setMetadata in interface X3DGeometryNodesetMetadata in interface X3DNodenewValue - is new value for the metadata field.Arc2D - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float getRadius()
Arc2D setRadius(float newValue)
newValue - is new value for the radius field.Arc2D - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float getStartAngle()
Arc2D setStartAngle(float newValue)
newValue - is new value for the startAngle field.Arc2D - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).Arc2D setDEF(java.lang.String newValue)
setDEF in interface X3DGeometryNodesetDEF in interface X3DNodenewValue - is new value for the DEF field.Arc2D - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).Arc2D setUSE(java.lang.String newValue)
USE node is still an independent object, with the USE value matching the DEF value in the preceding object.
setUSE() method on this node resets all other fields to their default values (except for containerField) and also releases all child nodes.setUSE in interface X3DGeometryNodesetUSE in interface X3DNodenewValue - is new value for the USE field.Arc2D - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).Arc2D setCssClass(java.lang.String newValue)
setCssClass in interface X3DGeometryNodesetCssClass in interface X3DNodenewValue - is new value for the class field.Arc2D - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.