cz.cuni.amis.utils
Class Dimension2D_Double
java.lang.Object
java.awt.geom.Dimension2D
cz.cuni.amis.utils.Dimension2D_Double
- All Implemented Interfaces:
- Serializable, Cloneable
public class Dimension2D_Double
- extends Dimension2D
- implements Serializable
WHY Dimension2D hasn't default Float and Double implementation?
- Author:
- Radim Vansa
- See Also:
- Serialized Form
Field Summary |
protected double |
height
|
protected double |
width
|
width
protected double width
height
protected double height
Dimension2D_Double
public Dimension2D_Double()
Dimension2D_Double
public Dimension2D_Double(double w,
double h)
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
Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.