Class SAITextureCoordinateGenerator
java.lang.Object
org.web3d.vrml.scripting.external.sai.SAINode
org.xj3d.sai.external.node.texturing.SAITextureCoordinateGenerator
- All Implemented Interfaces:
TextureCoordinateGenerator,X3DGeometricPropertyNode,X3DNode,X3DTextureCoordinateNode
A concrete implementation of the TextureCoordinateGenerator node interface
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Constructor Summary
ConstructorsConstructorDescriptionSAITextureCoordinateGenerator(VRMLNodeType node, SAINodeFactory nodeFactory, SAIFieldFactory fieldFactory, ExternalEventQueue queue) Constructor -
Method Summary
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
-
SAITextureCoordinateGenerator
public SAITextureCoordinateGenerator(VRMLNodeType node, SAINodeFactory nodeFactory, SAIFieldFactory fieldFactory, ExternalEventQueue queue) Constructor- Parameters:
nodeFactory-fieldFactory-queue-
-
-
Method Details
-
getMode
Return the mode String value.- Specified by:
getModein interfaceTextureCoordinateGenerator- Returns:
- The mode String value.
-
setMode
Set the mode field.- Specified by:
setModein interfaceTextureCoordinateGenerator- Parameters:
val- The String to set.
-