- java.lang.Object
-
- eu.hansolo.tilesfx.tools.CtxBounds
-
public class CtxBounds extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetCenterX()doublegetCenterY()doublegetHeight()doublegetMaxX()doublegetMaxY()doublegetMinX()doublegetMinY()doublegetWidth()doublegetX()doublegetY()voidset(double X, double Y, double WIDTH, double HEIGHT)voidset(CtxBounds BOUNDS)voidsetHeight(double HEIGHT)voidsetWidth(double WIDTH)voidsetX(double X)voidsetY(double Y)java.lang.StringtoString()
-
-
-
Method Detail
-
getX
public double getX()
-
setX
public void setX(double X)
-
getY
public double getY()
-
setY
public void setY(double Y)
-
getMinX
public double getMinX()
-
getMaxX
public double getMaxX()
-
getMinY
public double getMinY()
-
getMaxY
public double getMaxY()
-
getWidth
public double getWidth()
-
setWidth
public void setWidth(double WIDTH)
-
getHeight
public double getHeight()
-
setHeight
public void setHeight(double HEIGHT)
-
getCenterX
public double getCenterX()
-
getCenterY
public double getCenterY()
-
set
public void set(CtxBounds BOUNDS)
-
set
public void set(double X, double Y, double WIDTH, double HEIGHT)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-