it.stefanochizzolini.clown.util.math.geom
Class Dimension
java.lang.Object
java.awt.geom.Dimension2D
it.stefanochizzolini.clown.util.math.geom.Dimension
- All Implemented Interfaces:
- Cloneable
public final class Dimension
- extends Dimension2D
Double-precision 2D dimension.
- Author:
- Stefano Chizzolini (http://www.stefanochizzolini.it)
Constructor Summary |
Dimension(double width,
double height)
|
Dimension
public Dimension(double width,
double height)
getHeight
public double getHeight()
- Specified by:
getHeight
in class Dimension2D
getWidth
public double getWidth()
- Specified by:
getWidth
in class Dimension2D
setSize
public void setSize(double width,
double height)
- Specified by:
setSize
in class Dimension2D
Project home page
Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.