Class SAIMultiTextureCoordinate
java.lang.Object
org.web3d.vrml.scripting.external.sai.SAINode
org.xj3d.sai.external.node.texturing.SAIMultiTextureCoordinate
- All Implemented Interfaces:
MultiTextureCoordinate,X3DGeometricPropertyNode,X3DNode,X3DTextureCoordinateNode
A concrete implementation of the MultiTextureCoordinate node interface
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Constructor Summary
ConstructorsConstructorDescriptionSAIMultiTextureCoordinate(VRMLNodeType node, SAINodeFactory nodeFactory, SAIFieldFactory fieldFactory, ExternalEventQueue queue) Constructor -
Method Summary
Modifier and TypeMethodDescriptionintReturn the number of MFNode items in the texCoord field.voidgetTexCoord(X3DNode[] val) Return the texCoord value in the argument X3DNode[]voidsetTexCoord(X3DNode[] val) Set the texCoord field.Methods inherited from class org.web3d.vrml.scripting.external.sai.SAINode
dispose, equals, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, hashCode, isRealized, realize, setMetadataMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
-
Constructor Details
-
SAIMultiTextureCoordinate
public SAIMultiTextureCoordinate(VRMLNodeType node, SAINodeFactory nodeFactory, SAIFieldFactory fieldFactory, ExternalEventQueue queue) Constructor- Parameters:
nodeFactory-fieldFactory-queue-
-
-
Method Details
-
getNumTexCoord
public int getNumTexCoord()Return the number of MFNode items in the texCoord field.- Specified by:
getNumTexCoordin interfaceMultiTextureCoordinate- Returns:
- the number of MFNode items in the texCoord field.
-
getTexCoord
Return the texCoord value in the argument X3DNode[]- Specified by:
getTexCoordin interfaceMultiTextureCoordinate- Parameters:
val- The X3DNode[] to initialize.
-
setTexCoord
Set the texCoord field.- Specified by:
setTexCoordin interfaceMultiTextureCoordinate- Parameters:
val- The X3DNode[] to set.
-