org.web3d.vrml.nodes
Interface VRMLTexture2DNodeType
- All Superinterfaces:
- FrameStateListener, VRMLAppearanceChildNodeType, VRMLNode, VRMLNodeType, VRMLTextureNodeType
- All Known Subinterfaces:
- NRTexture2DNodeType
- All Known Implementing Classes:
- BaseTexture2DNode
- public interface VRMLTexture2DNodeType
- extends VRMLTextureNodeType
Specifies a 2D texture for associated geometry.
- Version:
- $Revision: 1.5 $
- Author:
- Justin Couch
|
Method Summary |
java.awt.image.RenderedImage |
getImage()
Get the image representation of this texture. |
boolean |
getRepeatS()
Get the value of field repeatS. |
boolean |
getRepeatT()
Get the value of field repeatT. |
| Methods inherited from interface org.web3d.vrml.nodes.VRMLNodeType |
addNodeListener, getFieldValue, getMetadataObject, getRefCount, hasFieldChanged, isSetupFinished, notifyExternProtoLoaded, removeNodeListener, sendRoute, setDEF, setFrameStateManager, setMetadataObject, setupFinished, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, updateRefCount |
| Methods inherited from interface org.web3d.vrml.lang.VRMLNode |
getFieldDeclaration, getFieldIndex, getNodeFieldIndices, getNumFields, getPrimaryType, getSecondaryType, getUserData, getVRMLNodeName, isDEF, setErrorReporter, setUserData, setVersion |
getRepeatS
public boolean getRepeatS()
- Get the value of field repeatS. The field is not writable.
Default value is
true.
- Returns:
- The current value of repeatS
getRepeatT
public boolean getRepeatT()
- Get the value of field repeatT. The field is not writable.
Default value is
true.
- Returns:
- The current value of repeatT
getImage
public java.awt.image.RenderedImage getImage()
- Get the image representation of this texture.
- Returns:
- The image.
Copyright © 2001 - 2005 Web3D Consortium