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 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()