Class SAIPixelTexture
java.lang.Object
org.web3d.vrml.scripting.sai.BaseNode
org.xj3d.sai.internal.node.texturing.SAIPixelTexture
- All Implemented Interfaces:
PixelTexture,X3DAppearanceChildNode,X3DNode,X3DTexture2DNode,X3DTextureNode
A concrete implementation of the PixelTexture 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
ConstructorsConstructorDescriptionSAIPixelTexture(VRMLNodeType node, ReferenceQueue<X3DField> refQueue, FieldFactory fac, FieldAccessListener fal, BaseNodeFactory bnf) Constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn the repeatS boolean value.booleanReturn the repeatT boolean value.Return the textureProperties X3DNode value.voidsetRepeatS(boolean val) Set the repeatS field.voidsetRepeatT(boolean val) Set the repeatT field.voidSet the textureProperties field.Methods inherited from class org.web3d.vrml.scripting.sai.BaseNode
checkAccess, dispose, equals, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, hashCode, isRealized, realize, setMetadata, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
-
Constructor Details
-
SAIPixelTexture
public SAIPixelTexture(VRMLNodeType node, ReferenceQueue<X3DField> refQueue, FieldFactory fac, FieldAccessListener fal, BaseNodeFactory bnf) Constructor- Parameters:
bnf-
-
-
Method Details
-
getTextureProperties
Return the textureProperties X3DNode value.- Specified by:
getTexturePropertiesin interfaceX3DTexture2DNode- Returns:
- The textureProperties X3DNode value.
-
setTextureProperties
Set the textureProperties field.- Specified by:
setTexturePropertiesin interfaceX3DTexture2DNode- Parameters:
val- The X3DNode to set.
-
getRepeatS
public boolean getRepeatS()Return the repeatS boolean value.- Specified by:
getRepeatSin interfaceX3DTexture2DNode- Returns:
- The repeatS boolean value.
-
setRepeatS
public void setRepeatS(boolean val) Set the repeatS field.- Specified by:
setRepeatSin interfaceX3DTexture2DNode- Parameters:
val- The boolean to set.
-
getRepeatT
public boolean getRepeatT()Return the repeatT boolean value.- Specified by:
getRepeatTin interfaceX3DTexture2DNode- Returns:
- The repeatT boolean value.
-
setRepeatT
public void setRepeatT(boolean val) Set the repeatT field.- Specified by:
setRepeatTin interfaceX3DTexture2DNode- Parameters:
val- The boolean to set.
-