Package VASSAL.tools.imageop
Class ScaleOpTiledBitmapImpl
java.lang.Object
VASSAL.tools.opcache.AbstractOpImpl<BufferedImage>
VASSAL.tools.imageop.AbstractOpImpl
VASSAL.tools.imageop.AbstractTiledOpImpl
VASSAL.tools.imageop.ScaleOpBitmapImpl
VASSAL.tools.imageop.ScaleOpTiledBitmapImpl
- All Implemented Interfaces:
ImageOp
,ScaleOp
,Op<BufferedImage>
public class ScaleOpTiledBitmapImpl extends ScaleOpBitmapImpl
An
ImageOp
which scales its source and cobbles scaled tiles
from the tile cache.- Since:
- 3.2.0
- Author:
- Joel Uckelman
-
Field Summary
Fields inherited from class VASSAL.tools.imageop.ScaleOpBitmapImpl
defaultHints, hash, hints, scale, sop
Fields inherited from class VASSAL.tools.imageop.AbstractTiledOpImpl
numXTiles, numYTiles, tiles, tileSize
Fields inherited from class VASSAL.tools.imageop.AbstractOpImpl
cache, size
-
Constructor Summary
Constructors Constructor Description ScaleOpTiledBitmapImpl(ImageOp sop, double scale)
ScaleOpTiledBitmapImpl(ImageOp sop, double scale, RenderingHints hints)
-
Method Summary
Modifier and Type Method Description protected ImageOp
createTileOp(int tileX, int tileY)
boolean
equals(Object o)
Methods inherited from class VASSAL.tools.imageop.ScaleOpBitmapImpl
eval, fixSize, getHints, getScale, getSources, hashCode, toString
Methods inherited from class VASSAL.tools.imageop.AbstractTiledOpImpl
fixTileSize, getFutureTile, getNumXTiles, getNumYTiles, getTile, getTileHeight, getTileIndices, getTileOp, getTileSize, getTileWidth
Methods inherited from class VASSAL.tools.imageop.AbstractOpImpl
clearCache, getFutureImage, getFutureTile, getHeight, getImage, getImage, getSize, getSizeFromCache, getTile, getTileOp, getWidth
Methods inherited from class VASSAL.tools.opcache.AbstractOpImpl
get, get, getFuture, newKey, update
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface VASSAL.tools.imageop.ImageOp
getFutureImage, getFutureTile, getFutureTile, getHeight, getImage, getImage, getNumXTiles, getNumYTiles, getSize, getTile, getTile, getTileHeight, getTileIndices, getTileOp, getTileOp, getTileSize, getTileWidth, getWidth
-
Constructor Details
-
ScaleOpTiledBitmapImpl
-
ScaleOpTiledBitmapImpl
-
-
Method Details
-
createTileOp
- Overrides:
createTileOp
in classScaleOpBitmapImpl
-
equals
- Overrides:
equals
in classScaleOpBitmapImpl
-