Package com.atlassian.jira.avatar
Class Selection
java.lang.Object
com.atlassian.jira.avatar.Selection
Represents an absolute subrectangle of an image.
- Since:
- v4.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Selection
public Selection(int topLeftX, int topLeftY, int width, int height)
-
-
Method Details
-
getTopLeftX
public int getTopLeftX() -
getTopLeftY
public int getTopLeftY() -
getBottomRightX
public int getBottomRightX() -
getBottomRightY
public int getBottomRightY() -
getWidth
public int getWidth() -
getHeight
public int getHeight()
-