public interface ArcClose2D extends X3DGeometryNode
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClosureType()
Provide String enumeration value ['PIE'|'CHORD'] from initializeOnly SFString field named closureType.
|
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.
|
boolean |
getSolid()
Provide boolean value from initializeOnly SFBool field named solid.
|
float |
getStartAngle()
Provide float value unit axis, angle (in radians) within allowed range of (-6.2832,6.2832) from initializeOnly SFFloat field named startAngle.
|
ArcClose2D |
setClosureType(java.lang.String newValue)
Assign String enumeration value ("PIE"|"CHORD") ['PIE'|'CHORD'] to initializeOnly SFString field named closureType.
|
ArcClose2D |
setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
ArcClose2D |
setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
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 |
setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
ArcClose2D |
setRadius(float newValue)
Assign float value within allowed range of (0,infinity) to initializeOnly SFFloat field named radius.
|
ArcClose2D |
setSolid(boolean newValue)
Assign boolean value to initializeOnly SFBool field named solid.
|
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 |
setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
java.lang.String getClosureType()
ArcClose2D setClosureType(java.lang.String newValue)
newValue - is new value for the closureType field.ArcClose2D - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float getEndAngle()
ArcClose2D setEndAngle(float newValue)
newValue - is new value for the endAngle field.ArcClose2D - 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 X3DNodeArcClose2D setMetadata(X3DMetadataObject newValue)
setMetadata in interface X3DGeometryNodesetMetadata in interface X3DNodenewValue - is new value for the metadata field.ArcClose2D - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float getRadius()
ArcClose2D setRadius(float newValue)
newValue - is new value for the radius field.ArcClose2D - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).boolean getSolid()
ArcClose2D setSolid(boolean newValue)
newValue - is new value for the solid field.ArcClose2D - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float getStartAngle()
ArcClose2D setStartAngle(float newValue)
newValue - is new value for the startAngle field.ArcClose2D - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).ArcClose2D setDEF(java.lang.String newValue)
setDEF in interface X3DGeometryNodesetDEF in interface X3DNodenewValue - is new value for the DEF field.ArcClose2D - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).ArcClose2D 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.ArcClose2D - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).ArcClose2D setCssClass(java.lang.String newValue)
setCssClass in interface X3DGeometryNodesetCssClass in interface X3DNodenewValue - is new value for the class field.ArcClose2D - 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.