Interface ScaleOp

All Superinterfaces:
ImageOp, Op<BufferedImage>
All Known Subinterfaces:
RotateScaleOp
All Known Implementing Classes:
RotateScaleOpBitmapImpl, RotateScaleOpSVGImpl, ScaleOpBitmapImpl, ScaleOpTiledBitmapImpl

public interface ScaleOp extends ImageOp
An ImageOp which scales its source.
Since:
3.1.0
Author:
Joel Uckelman
  • Method Details