Interface RotateScaleOp

All Superinterfaces:
ImageOp, Op<BufferedImage>, RotateOp, ScaleOp
All Known Implementing Classes:
RotateScaleOpBitmapImpl, RotateScaleOpSVGImpl

public interface RotateScaleOp extends RotateOp, ScaleOp
An ImageOp which both rotates and scales its source.
Since:
3.1.0
Author:
Joel Uckelman