Class G2DTextureManager.G2DTexture
java.lang.Object
org.scilab.forge.scirenderer.texture.AbstractTexture
org.scilab.forge.scirenderer.implementation.g2d.texture.G2DTextureManager.G2DTexture
- Enclosing class:
G2DTextureManager
Inner class for
Texture implementation.- Author:
- Calixte DENIZET
-
Nested Class Summary
Nested classes/interfaces inherited from interface Texture
Texture.Filter, Texture.Wrap -
Field Summary
Fields inherited from class AbstractTexture
textureDataProvider, upToDate -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddispose()voiddraw(G2DDrawingTools drawingTools) getImage()voidsetDrawer(TextureDrawer drawer) Set the texture data provider as a drawn texture data provider.Methods inherited from class AbstractTexture
dataUpdated, getDataProvider, getMagnificationFilter, getMinifyingFilter, getSScaleFactor, getSWrappingMode, getTScaleFactor, getTWrappingMode, isValid, setDataProvider, setMagnificationFilter, setMinifyingFilter, setSWrappingMode, setTWrappingModeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DataUser
dataUpdatedMethods inherited from interface Texture
getDataProvider, getMagnificationFilter, getMinifyingFilter, getSScaleFactor, getSWrappingMode, getTScaleFactor, getTWrappingMode, isValid, setDataProvider, setMagnificationFilter, setMinifyingFilter, setSWrappingMode, setTWrappingMode
-
Constructor Details
-
G2DTexture
public G2DTexture()Default constructor.
-
-
Method Details
-
dispose
public void dispose() -
setDrawer
Description copied from interface:TextureSet the texture data provider as a drawn texture data provider.- Specified by:
setDrawerin interfaceTexture- Overrides:
setDrawerin classAbstractTexture- Parameters:
drawer- the given texture drawer.
-
getDrawer
-
draw
-
getImage
-