java.lang.Object
eu.hansolo.toolboxfx.geom.Dimension
-
Constructor Details
-
Dimension
public Dimension() -
Dimension
public Dimension(double width, double height)
-
-
Method Details
-
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() -
getCenter
-
set
public void set(double width, double height) -
set
-
equals
-
hashCode
public int hashCode() -
toString
-