Package it.tidalwave.image.op
Class CropOp
- java.lang.Object
-
- it.tidalwave.image.op.Operation
-
- it.tidalwave.image.op.CropOp
-
public class CropOp extends Operation
- Author:
- Fabrizio Giudici
-
-
Constructor Summary
Constructors Constructor Description CropOp(int x, int y, int w, int h)
Crops this image, without allocating new memory for the data.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getH()
int
getW()
int
getX()
int
getY()
java.lang.String
toString()
-