Class Dimension2D
- java.lang.Object
-
- java.awt.geom.Dimension2D
-
- com.epicbot.api.shared.util.paint.Dimension2D
-
- All Implemented Interfaces:
java.lang.Cloneable
public class Dimension2D extends java.awt.geom.Dimension2D
-
-
Constructor Summary
Constructors Constructor Description Dimension2D(double width, double height)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getHeight()
double
getWidth()
void
setSize(double width, double height)
-
-
-
Method Detail
-
getWidth
public double getWidth()
- Specified by:
getWidth
in classjava.awt.geom.Dimension2D
-
getHeight
public double getHeight()
- Specified by:
getHeight
in classjava.awt.geom.Dimension2D
-
setSize
public void setSize(double width, double height)
- Specified by:
setSize
in classjava.awt.geom.Dimension2D
-
-