com.atlassian.jira.avatar
Class Selection

java.lang.Object
  extended by com.atlassian.jira.avatar.Selection

public final class Selection
extends java.lang.Object

Represents an absolute subrectangle of an image.

Since:
v4.0

Constructor Summary
Selection(int topLeftX, int topLeftY, int width, int height)
           
 
Method Summary
 int getBottomRightX()
           
 int getBottomRightY()
           
 int getHeight()
           
 int getTopLeftX()
           
 int getTopLeftY()
           
 int getWidth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Selection

public Selection(int topLeftX,
                 int topLeftY,
                 int width,
                 int height)
Method Detail

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-2010 Atlassian. All Rights Reserved.