phelps.awt.geom
public class Dimension2D_Double extends Dimension2D
double
dimensions.
Dimension2D should provides a way with inner classes like Point2D, but doesn't.Version: $Revision: 1.1 $ $Date: 2003/09/29 14:23:15 $
Field Summary | |
---|---|
double | height |
double | width |
Constructor Summary | |
---|---|
Dimension2D_Double() | |
Dimension2D_Double(double width, double height) |
Method Summary | |
---|---|
double | getHeight() |
double | getWidth() |
void | setSize(double width, double height) |
String | toString() |