Class SAITextureCoordinate
java.lang.Object
org.web3d.vrml.scripting.sai.BaseNode
org.xj3d.sai.internal.node.texturing.SAITextureCoordinate
- All Implemented Interfaces:
TextureCoordinate
,X3DGeometricPropertyNode
,X3DNode
,X3DTextureCoordinateNode
A concrete implementation of the TextureCoordinate node interface
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Field Summary
Fields inherited from class org.web3d.vrml.scripting.sai.BaseNode
accessPermitted, fieldQueue, fieldRefMap, realNode
-
Constructor Summary
ConstructorsConstructorDescriptionSAITextureCoordinate
(VRMLNodeType node, ReferenceQueue<X3DField> refQueue, FieldFactory fac, FieldAccessListener fal, BaseNodeFactory bnf) Constructor -
Method Summary
Methods inherited from class org.web3d.vrml.scripting.sai.BaseNode
checkAccess, dispose, equals, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, hashCode, isRealized, realize, setMetadata, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
-
Constructor Details
-
SAITextureCoordinate
public SAITextureCoordinate(VRMLNodeType node, ReferenceQueue<X3DField> refQueue, FieldFactory fac, FieldAccessListener fal, BaseNodeFactory bnf) Constructor- Parameters:
bnf
-
-
-
Method Details
-
getNumPoint
public int getNumPoint()Return the number of MFVec2f items in the point field.- Specified by:
getNumPoint
in interfaceTextureCoordinate
- Returns:
- the number of MFVec2f items in the point field.
-
getPoint
public void getPoint(float[] val) Return the point value in the argument float[]- Specified by:
getPoint
in interfaceTextureCoordinate
- Parameters:
val
- The float[] to initialize.
-
setPoint
public void setPoint(float[] val) Set the point field.- Specified by:
setPoint
in interfaceTextureCoordinate
- Parameters:
val
- The float[] to set.
-