Class 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
  • Constructor Details

    • ScaleOpTiledBitmapImpl

      public ScaleOpTiledBitmapImpl(ImageOp sop, double scale)
    • ScaleOpTiledBitmapImpl

      public ScaleOpTiledBitmapImpl(ImageOp sop, double scale, RenderingHints hints)
  • Method Details