Class ImageCropOperation
- java.lang.Object
-
- net.anwiba.commons.image.operation.ImageCropOperation
-
- All Implemented Interfaces:
IImageOperation
public class ImageCropOperation extends java.lang.Object implements IImageOperation
-
-
Constructor Summary
Constructors Constructor Description ImageCropOperation(float x, float y, float width, float height)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IOptional<ImageCropOperation,java.lang.RuntimeException>aggregate(IObjectList<IImageOperation> operations)booleanequals(java.lang.Object obj)java.awt.RectanglegetBounds()floatgetHeight()floatgetWidth()floatgetX()floatgetY()inthashCode()
-
-
-
Method Detail
-
getX
public float getX()
-
getY
public float getY()
-
getWidth
public float getWidth()
-
getHeight
public float getHeight()
-
aggregate
public static IOptional<ImageCropOperation,java.lang.RuntimeException> aggregate(IObjectList<IImageOperation> operations)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
getBounds
public java.awt.Rectangle getBounds()
-
-