com.atlassian.jira.avatar
Class Selection
java.lang.Object
com.atlassian.jira.avatar.Selection
@PublicApi
public final class Selection
- extends Object
Represents an absolute subrectangle of an image.
- Since:
- v4.0
Constructor Summary |
Selection(int topLeftX,
int topLeftY,
int width,
int height)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Selection
public Selection(int topLeftX,
int topLeftY,
int width,
int height)
getTopLeftX
public int getTopLeftX()
getTopLeftY
public int getTopLeftY()
getBottomRightX
public int getBottomRightX()
getBottomRightY
public int getBottomRightY()
getWidth
public int getWidth()
getHeight
public int getHeight()
Copyright © 2002-2012 Atlassian. All Rights Reserved.