Package VASSAL.tools.imageop
Interface ScaleOp
- All Superinterfaces:
ImageOp,Op<BufferedImage>
- All Known Subinterfaces:
RotateScaleOp
- All Known Implementing Classes:
FixedScaleOpBitmapImpl,FixedScaleOpTiledBitmapImpl,RotateScaleOpBitmapImpl,RotateScaleOpSVGImpl,ScaleOpBitmapImpl,ScaleOpTiledBitmapImpl
An
ImageOp which scales its source.- Since:
- 3.1.0
- Author:
- Joel Uckelman
-
Method Summary
Methods inherited from interface VASSAL.tools.imageop.ImageOp
eval, getFutureImage, getFutureTile, getFutureTile, getHeight, getImage, getImage, getNumXTiles, getNumYTiles, getSize, getTile, getTile, getTileHeight, getTileIndices, getTileOp, getTileOp, getTileSize, getTileWidth, getWidthMethods inherited from interface VASSAL.tools.opcache.Op
getSources, newKey, update
-
Method Details
-
getScale
double getScale() -
getHints
RenderingHints getHints()
-