Example usage for Java java.awt.geom Dimension2D fields, constructors, methods, implement or subclass
The text is from its open source code.
double | getHeight() Returns the height of this Dimension in double precision. |
double | getWidth() Returns the width of this Dimension in double precision. |
void | setSize(double width, double height) Sets the size of this Dimension object to the specified width and height. |