Interface RotateOp

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

public interface RotateOp extends ImageOp
An ImageOp which rotates its source about its center.
Since:
3.1.0
Author:
Joel Uckelman
  • Method Details