Interface CropOp

All Superinterfaces:
ImageOp, Op<BufferedImage>
All Known Implementing Classes:
CropOpBitmapImpl

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

    • getRect

      Rectangle getRect()
    • getX0

      int getX0()
    • getY0

      int getY0()
    • getX1

      int getX1()
    • getY1

      int getY1()