Package org.geotools.image
Class DisposeStopper
Object
DisposeStopper
- All Implemented Interfaces:
RenderedImage
Stop the dispose mechanism we have in place for renderedImage.
- Author:
- Simone Giannecchini, GeoSolutions SAS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopyData
(WritableRaster raster) getData()
int
int
int
int
getMinX()
int
getMinY()
int
int
getProperty
(String name) String[]
getTile
(int tileX, int tileY) int
int
int
int
int
getWidth()
-
Constructor Details
-
DisposeStopper
-
-
Method Details
-
getSources
- Specified by:
getSources
in interfaceRenderedImage
-
getProperty
- Specified by:
getProperty
in interfaceRenderedImage
-
getPropertyNames
- Specified by:
getPropertyNames
in interfaceRenderedImage
-
getColorModel
- Specified by:
getColorModel
in interfaceRenderedImage
-
getSampleModel
- Specified by:
getSampleModel
in interfaceRenderedImage
-
getWidth
public int getWidth()- Specified by:
getWidth
in interfaceRenderedImage
-
getHeight
public int getHeight()- Specified by:
getHeight
in interfaceRenderedImage
-
getMinX
public int getMinX()- Specified by:
getMinX
in interfaceRenderedImage
-
getMinY
public int getMinY()- Specified by:
getMinY
in interfaceRenderedImage
-
getNumXTiles
public int getNumXTiles()- Specified by:
getNumXTiles
in interfaceRenderedImage
-
getNumYTiles
public int getNumYTiles()- Specified by:
getNumYTiles
in interfaceRenderedImage
-
getMinTileX
public int getMinTileX()- Specified by:
getMinTileX
in interfaceRenderedImage
-
getMinTileY
public int getMinTileY()- Specified by:
getMinTileY
in interfaceRenderedImage
-
getTileWidth
public int getTileWidth()- Specified by:
getTileWidth
in interfaceRenderedImage
-
getTileHeight
public int getTileHeight()- Specified by:
getTileHeight
in interfaceRenderedImage
-
getTileGridXOffset
public int getTileGridXOffset()- Specified by:
getTileGridXOffset
in interfaceRenderedImage
-
getTileGridYOffset
public int getTileGridYOffset()- Specified by:
getTileGridYOffset
in interfaceRenderedImage
-
getTile
- Specified by:
getTile
in interfaceRenderedImage
-
getData
- Specified by:
getData
in interfaceRenderedImage
-
getData
- Specified by:
getData
in interfaceRenderedImage
-
copyData
- Specified by:
copyData
in interfaceRenderedImage
-