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.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.scilab.forge.scirenderer.texture.Texture
Texture.Filter, Texture.Wrap -
Field Summary
Fields inherited from class org.scilab.forge.scirenderer.texture.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 org.scilab.forge.scirenderer.texture.AbstractTexture
dataUpdated, getDataProvider, getMagnificationFilter, getMinifyingFilter, getSScaleFactor, getSWrappingMode, getTScaleFactor, getTWrappingMode, isValid, setDataProvider, setMagnificationFilter, setMinifyingFilter, setSWrappingMode, setTWrappingModeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.scilab.forge.scirenderer.data.DataUser
dataUpdatedMethods inherited from interface org.scilab.forge.scirenderer.texture.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
-