Class StiGisRect

java.lang.Object
com.stimulsoft.report.maps.gis.StiGisRect

public final class StiGisRect extends Object
  • Field Details

  • Constructor Details

    • StiGisRect

      public StiGisRect()
    • StiGisRect

      public StiGisRect(int x, int y, int width, int height)
    • StiGisRect

      public StiGisRect(StiGisPoint location, StiGisSize size)
  • Method Details

    • getLocation

      public StiGisPoint getLocation()
    • setLocation

      public void setLocation(StiGisPoint value)
    • getRightBottom

      public StiGisPoint getRightBottom()
    • getRightTop

      public StiGisPoint getRightTop()
    • getLeftBottom

      public StiGisPoint getLeftBottom()
    • getSize

      public StiGisSize getSize()
    • setSize

      public void setSize(StiGisSize value)
    • getX

      public int getX()
    • setX

      public void setX(int value)
    • getY

      public int getY()
    • setY

      public void setY(int value)
    • getWidth

      public int getWidth()
    • setWidth

      public void setWidth(int value)
    • getHeight

      public int getHeight()
    • setHeight

      public void setHeight(int value)
    • getLeft

      public int getLeft()
    • getTop

      public int getTop()
    • getRight

      public int getRight()
    • getBottom

      public int getBottom()
    • isEmpty

      public boolean isEmpty()
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • opEquals

      public static boolean opEquals(StiGisRect left, StiGisRect right)
    • opNotEquals

      public static boolean opNotEquals(StiGisRect left, StiGisRect right)
    • contains

      public boolean contains(int x, int y)
    • contains

      public boolean contains(StiGisPoint pt)
    • contains

      public boolean contains(StiGisRect rect)
    • inflate

      public void inflate(int width, int height)
    • offsetNegative

      public void offsetNegative(StiGisPoint pos)
    • offset

      public void offset(int x, int y)