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 Link icon

    • getRect Link icon

      Rectangle getRect()
    • getX0 Link icon

      int getX0()
    • getY0 Link icon

      int getY0()
    • getX1 Link icon

      int getX1()
    • getY1 Link icon

      int getY1()