public interface NurbsCurve2D extends X3DNurbsControlCurveNode
| Modifier and Type | Method and Description |
|---|---|
boolean |
getClosed()
Provide boolean value from initializeOnly SFBool field named closed.
|
double[] |
getControlPoint()
Provide array of 2-tuple double results from inputOutput MFVec2d field named controlPoint.
|
double[] |
getKnot()
Provide array of double results from initializeOnly MFDouble field named knot.
|
X3DMetadataObject |
getMetadata()
Provide X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.
|
int |
getOrder()
Provide int value within allowed range of [2,infinity) from initializeOnly SFInt32 field named order.
|
int |
getTessellation()
Provide int value from inputOutput SFInt32 field named tessellation.
|
double[] |
getWeight()
Provide array of double results within allowed range of (0,infinity) from inputOutput MFDouble field named weight.
|
NurbsCurve2D |
setClosed(boolean newValue)
Assign boolean value to initializeOnly SFBool field named closed.
|
NurbsCurve2D |
setControlPoint(double[] newValue)
Assign 2-tuple double array to inputOutput MFVec2d field named controlPoint.
|
NurbsCurve2D |
setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
NurbsCurve2D |
setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
NurbsCurve2D |
setKnot(double[] newValue)
Assign double array to initializeOnly MFDouble field named knot.
|
NurbsCurve2D |
setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
NurbsCurve2D |
setOrder(int newValue)
Assign int value within allowed range of [2,infinity) to initializeOnly SFInt32 field named order.
|
NurbsCurve2D |
setTessellation(int newValue)
Assign int value to inputOutput SFInt32 field named tessellation.
|
NurbsCurve2D |
setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
NurbsCurve2D |
setWeight(double[] newValue)
Assign double array within allowed range of (0,infinity) to inputOutput MFDouble field named weight.
|
boolean getClosed()
NurbsCurve2D setClosed(boolean newValue)
newValue - is new value for the closed field.NurbsCurve2D - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).double[] getControlPoint()
getControlPoint in interface X3DNurbsControlCurveNodeNurbsCurve2D setControlPoint(double[] newValue)
setControlPoint in interface X3DNurbsControlCurveNodenewValue - is new value for the controlPoint field.NurbsCurve2D - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).double[] getKnot()
NurbsCurve2D setKnot(double[] newValue)
newValue - is new value for the knot field.NurbsCurve2D - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DMetadataObject getMetadata()
getMetadata in interface X3DNodegetMetadata in interface X3DNurbsControlCurveNodeNurbsCurve2D setMetadata(X3DMetadataObject newValue)
setMetadata in interface X3DNodesetMetadata in interface X3DNurbsControlCurveNodenewValue - is new value for the metadata field.NurbsCurve2D - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).int getOrder()
NurbsCurve2D setOrder(int newValue)
newValue - is new value for the order field.NurbsCurve2D - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).int getTessellation()
NurbsCurve2D setTessellation(int newValue)
newValue - is new value for the tessellation field.NurbsCurve2D - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).double[] getWeight()
NurbsCurve2D setWeight(double[] newValue)
newValue - is new value for the weight field.NurbsCurve2D - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).NurbsCurve2D setDEF(java.lang.String newValue)
setDEF in interface X3DNodesetDEF in interface X3DNurbsControlCurveNodenewValue - is new value for the DEF field.NurbsCurve2D - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).NurbsCurve2D 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 X3DNodesetUSE in interface X3DNurbsControlCurveNodenewValue - is new value for the USE field.NurbsCurve2D - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).NurbsCurve2D setCssClass(java.lang.String newValue)
setCssClass in interface X3DNodesetCssClass in interface X3DNurbsControlCurveNodenewValue - is new value for the class field.NurbsCurve2D - 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.