Class Dimension2DImpl
java.lang.Object
java.awt.geom.Dimension2D
net.sourceforge.jeuclid.elements.support.Dimension2DImpl
- All Implemented Interfaces:
Cloneable
- Version:
- $Revision: 8afef6dd0d58 $
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.awt.geom.Dimension2D
clone, setSize
-
Constructor Details
-
Dimension2DImpl
public Dimension2DImpl(float w, float h) Default Constructor.- Parameters:
w- new width.h- new height.
-
-
Method Details
-
getHeight
public double getHeight()- Specified by:
getHeightin classDimension2D
-
getWidth
public double getWidth()- Specified by:
getWidthin classDimension2D
-
setSize
public void setSize(double w, double h) - Specified by:
setSizein classDimension2D
-