Class Dimension2DImpl
- java.lang.Object
-
- java.awt.geom.Dimension2D
-
- net.sourceforge.jeuclid.elements.support.Dimension2DImpl
-
- All Implemented Interfaces:
java.lang.Cloneable
public class Dimension2DImpl extends java.awt.geom.Dimension2D- Version:
- $Revision: 8afef6dd0d58 $
-
-
Constructor Summary
Constructors Constructor Description Dimension2DImpl(float w, float h)Default Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetHeight()doublegetWidth()voidsetSize(double w, double h)
-
-
-
Method Detail
-
getHeight
public double getHeight()
- Specified by:
getHeightin classjava.awt.geom.Dimension2D
-
getWidth
public double getWidth()
- Specified by:
getWidthin classjava.awt.geom.Dimension2D
-
setSize
public void setSize(double w, double h)- Specified by:
setSizein classjava.awt.geom.Dimension2D
-
-