Class FixedScaleOpTiledBitmapImpl

All Implemented Interfaces:
ImageOp, ScaleOp, Op<BufferedImage>

public class FixedScaleOpTiledBitmapImpl extends FixedScaleOpBitmapImpl
An ImageOp which scales its source.
Since:
3.1.0
Author:
Joel Uckelman
  • Constructor Details

    • FixedScaleOpTiledBitmapImpl

      public FixedScaleOpTiledBitmapImpl(ImageOp sop, double scale, int width, int height)
      Constructs an ImageOp which will scale the image produced by its source ImageOp.
      Parameters:
      sop - the source operation
      scale - the scale factor
    • FixedScaleOpTiledBitmapImpl

      public FixedScaleOpTiledBitmapImpl(ImageOp sop, double scale, int width, int height, RenderingHints hints)
      Constructs an ImageOp which will scale the image produced by its source ImageOp.
      Parameters:
      sop - the source operation
      scale - the scale factor
      hints - rendering hints
  • Method Details