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 TypeMethodDescriptionint
Return the number of MFNode items in the texCoord field.void
getTexCoord
(X3DNode[] val) Return the texCoord value in the argument X3DNode[]void
setTexCoord
(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, setMetadata
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods 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:
getNumTexCoord
in interfaceMultiTextureCoordinate
- Returns:
- the number of MFNode items in the texCoord field.
-
getTexCoord
Return the texCoord value in the argument X3DNode[]- Specified by:
getTexCoord
in interfaceMultiTextureCoordinate
- Parameters:
val
- The X3DNode[] to initialize.
-
setTexCoord
Set the texCoord field.- Specified by:
setTexCoord
in interfaceMultiTextureCoordinate
- Parameters:
val
- The X3DNode[] to set.
-