java.lang.Object
net.anwiba.commons.image.operation.ImageCropOperation
- All Implemented Interfaces:
IImageOperation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaggregate(IObjectList<IImageOperation> operations) booleanfloatfloatgetWidth()floatgetX()floatgetY()inthashCode()
-
Constructor Details
-
ImageCropOperation
public ImageCropOperation(float x, float y, float width, float height)
-
-
Method Details
-
getX
public float getX() -
getY
public float getY() -
getWidth
public float getWidth() -
getHeight
public float getHeight() -
aggregate
public static IOptional<ImageCropOperation,RuntimeException> aggregate(IObjectList<IImageOperation> operations) -
hashCode
public int hashCode() -
equals
-
getBounds
-