public interface ContourPolyline2D extends X3DNurbsControlCurveNode
| Modifier and Type | Method and Description |
|---|---|
double[] |
getControlPoint()
Provide array of 2-tuple double results from inputOutput MFVec2d field named controlPoint.
|
X3DMetadataObject |
getMetadata()
Provide X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.
|
ContourPolyline2D |
setControlPoint(double[] newValue)
Assign 2-tuple double array to inputOutput MFVec2d field named controlPoint.
|
ContourPolyline2D |
setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
ContourPolyline2D |
setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
ContourPolyline2D |
setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
ContourPolyline2D |
setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
double[] getControlPoint()
getControlPoint in interface X3DNurbsControlCurveNodeContourPolyline2D setControlPoint(double[] newValue)
setControlPoint in interface X3DNurbsControlCurveNodenewValue - is new value for the controlPoint field.ContourPolyline2D - 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 X3DNurbsControlCurveNodeContourPolyline2D setMetadata(X3DMetadataObject newValue)
setMetadata in interface X3DNodesetMetadata in interface X3DNurbsControlCurveNodenewValue - is new value for the metadata field.ContourPolyline2D - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).ContourPolyline2D setDEF(java.lang.String newValue)
setDEF in interface X3DNodesetDEF in interface X3DNurbsControlCurveNodenewValue - is new value for the DEF field.ContourPolyline2D - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).ContourPolyline2D 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.ContourPolyline2D - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).ContourPolyline2D setCssClass(java.lang.String newValue)
setCssClass in interface X3DNodesetCssClass in interface X3DNurbsControlCurveNodenewValue - is new value for the class field.ContourPolyline2D - 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.