Package com.stimulsoft.report.maps.gis
Class StiGisRect
java.lang.Object
com.stimulsoft.report.maps.gis.StiGisRect
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStiGisRect(int x, int y, int width, int height) StiGisRect(StiGisPoint location, StiGisSize size) -
Method Summary
Modifier and TypeMethodDescriptionbooleancontains(int x, int y) booleancontains(StiGisPoint pt) booleancontains(StiGisRect rect) booleanintintintgetLeft()intgetRight()getSize()intgetTop()intgetWidth()intgetX()intgetY()inthashCode()voidinflate(int width, int height) booleanisEmpty()voidoffset(int x, int y) voidstatic booleanopEquals(StiGisRect left, StiGisRect right) static booleanopNotEquals(StiGisRect left, StiGisRect right) voidsetHeight(int value) voidsetLocation(StiGisPoint value) voidsetSize(StiGisSize value) voidsetWidth(int value) voidsetX(int value) voidsetY(int value) toString()
-
Field Details
-
empty
-
-
Constructor Details
-
StiGisRect
public StiGisRect() -
StiGisRect
public StiGisRect(int x, int y, int width, int height) -
StiGisRect
-
-
Method Details
-
getLocation
-
setLocation
-
getRightBottom
-
getRightTop
-
getLeftBottom
-
getSize
-
setSize
-
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
-
hashCode
public int hashCode() -
toString
-
opEquals
-
opNotEquals
-
contains
public boolean contains(int x, int y) -
contains
-
contains
-
inflate
public void inflate(int width, int height) -
offsetNegative
-
offset
public void offset(int x, int y)
-