java.lang.Object
java.awt.geom.Dimension2D
com.github.weisj.jsvg.geometry.size.FloatSize
- All Implemented Interfaces:
Cloneable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.awt.geom.Dimension2D
clone, setSize
-
Field Details
-
width
public float width -
height
public float height
-
-
Constructor Details
-
FloatSize
-
FloatSize
public FloatSize(float width, float height)
-
-
Method Details
-
getWidth
public double getWidth()- Specified by:
getWidth
in classDimension2D
-
getHeight
public double getHeight()- Specified by:
getHeight
in classDimension2D
-
setSize
public void setSize(double width, double height) - Specified by:
setSize
in classDimension2D
-
toString
-
equals
-
hashCode
public int hashCode()
-