Package org.web3d.x3d.sai
Interface X3DTexture2DNode
- All Superinterfaces:
X3DAppearanceChildNode
,X3DNode
,X3DTextureNode
- All Known Subinterfaces:
ImageTexture
,MovieTexture
,PixelTexture
- All Known Implementing Classes:
SAIImageTexture
,SAIImageTexture
,SAIPixelTexture
,SAIPixelTexture
Defines the requirements of an X3DTexture2DNode abstract node type
- Version:
- $Revision: 1.5 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Return the repeatS boolean value.boolean
Return the repeatT boolean value.Return the textureProperties X3DNode value.void
setRepeatS
(boolean val) Set the repeatS field.void
setRepeatT
(boolean val) Set the repeatT field.void
Set the textureProperties field.Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
-
Method Details
-
getTextureProperties
X3DNode getTextureProperties()Return the textureProperties X3DNode value.- Returns:
- The textureProperties X3DNode value.
-
setTextureProperties
Set the textureProperties field.- Parameters:
val
- The X3DNode to set.
-
getRepeatS
boolean getRepeatS()Return the repeatS boolean value.- Returns:
- The repeatS boolean value.
-
setRepeatS
void setRepeatS(boolean val) Set the repeatS field.- Parameters:
val
- The boolean to set.
-
getRepeatT
boolean getRepeatT()Return the repeatT boolean value.- Returns:
- The repeatT boolean value.
-
setRepeatT
void setRepeatT(boolean val) Set the repeatT field.- Parameters:
val
- The boolean to set.
-