public interface NurbsTextureCoordinate extends X3DNode
| Modifier and Type | Method and Description |
|---|---|
float[] |
getControlPoint()
Provide array of 2-tuple float results from inputOutput MFVec2f field named controlPoint.
|
X3DMetadataObject |
getMetadata()
Provide X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.
|
int |
getUDimension()
Provide int value within allowed range of [0,infinity) from initializeOnly SFInt32 field named uDimension.
|
double[] |
getUKnot()
Provide array of double results from initializeOnly MFDouble field named uKnot.
|
int |
getUOrder()
Provide int value within allowed range of [2,infinity) from initializeOnly SFInt32 field named uOrder.
|
int |
getVDimension()
Provide int value within allowed range of [0,infinity) from initializeOnly SFInt32 field named vDimension.
|
double[] |
getVKnot()
Provide array of double results from initializeOnly MFDouble field named vKnot.
|
int |
getVOrder()
Provide int value within allowed range of [2,infinity) from initializeOnly SFInt32 field named vOrder.
|
float[] |
getWeight()
Provide array of float results within allowed range of (0,infinity) from inputOutput MFFloat field named weight.
|
NurbsTextureCoordinate |
setControlPoint(float[] newValue)
Assign 2-tuple float array to inputOutput MFVec2f field named controlPoint.
|
NurbsTextureCoordinate |
setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
NurbsTextureCoordinate |
setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
NurbsTextureCoordinate |
setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
NurbsTextureCoordinate |
setUDimension(int newValue)
Assign int value within allowed range of [0,infinity) to initializeOnly SFInt32 field named uDimension.
|
NurbsTextureCoordinate |
setUKnot(double[] newValue)
Assign double array to initializeOnly MFDouble field named uKnot.
|
NurbsTextureCoordinate |
setUOrder(int newValue)
Assign int value within allowed range of [2,infinity) to initializeOnly SFInt32 field named uOrder.
|
NurbsTextureCoordinate |
setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
NurbsTextureCoordinate |
setVDimension(int newValue)
Assign int value within allowed range of [0,infinity) to initializeOnly SFInt32 field named vDimension.
|
NurbsTextureCoordinate |
setVKnot(double[] newValue)
Assign double array to initializeOnly MFDouble field named vKnot.
|
NurbsTextureCoordinate |
setVOrder(int newValue)
Assign int value within allowed range of [2,infinity) to initializeOnly SFInt32 field named vOrder.
|
NurbsTextureCoordinate |
setWeight(float[] newValue)
Assign float array within allowed range of (0,infinity) to inputOutput MFFloat field named weight.
|
float[] getControlPoint()
NurbsTextureCoordinate setControlPoint(float[] newValue)
newValue - is new value for the controlPoint field.NurbsTextureCoordinate - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DMetadataObject getMetadata()
getMetadata in interface X3DNodeNurbsTextureCoordinate setMetadata(X3DMetadataObject newValue)
setMetadata in interface X3DNodenewValue - is new value for the metadata field.NurbsTextureCoordinate - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).int getUDimension()
NurbsTextureCoordinate setUDimension(int newValue)
newValue - is new value for the uDimension field.NurbsTextureCoordinate - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).double[] getUKnot()
NurbsTextureCoordinate setUKnot(double[] newValue)
newValue - is new value for the uKnot field.NurbsTextureCoordinate - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).int getUOrder()
NurbsTextureCoordinate setUOrder(int newValue)
newValue - is new value for the uOrder field.NurbsTextureCoordinate - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).int getVDimension()
NurbsTextureCoordinate setVDimension(int newValue)
newValue - is new value for the vDimension field.NurbsTextureCoordinate - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).double[] getVKnot()
NurbsTextureCoordinate setVKnot(double[] newValue)
newValue - is new value for the vKnot field.NurbsTextureCoordinate - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).int getVOrder()
NurbsTextureCoordinate setVOrder(int newValue)
newValue - is new value for the vOrder field.NurbsTextureCoordinate - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float[] getWeight()
NurbsTextureCoordinate setWeight(float[] newValue)
newValue - is new value for the weight field.NurbsTextureCoordinate - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).NurbsTextureCoordinate setDEF(java.lang.String newValue)
setDEF in interface X3DNodenewValue - is new value for the DEF field.NurbsTextureCoordinate - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).NurbsTextureCoordinate 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 X3DNodenewValue - is new value for the USE field.NurbsTextureCoordinate - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).NurbsTextureCoordinate setCssClass(java.lang.String newValue)
setCssClass in interface X3DNodenewValue - is new value for the class field.NurbsTextureCoordinate - 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.