Changed Methods |
double getHeight()
|
Documentation changed from old to new. |
Returns the height of this dimension in double precision. |
Dimension getSize()
|
Documentation changed from old to new. |
Gets the size of this Dimension object. |
double getWidth()
|
Documentation changed from old to new. |
Returns the width of this dimension in double precision. |
int hashCode()
|
Documentation changed from old to new. |
Returns the hash code for this Dimension . |
String toString()
|
Documentation changed from old to new. |
Returns a string representation of the values of this Dimension object's height and width fields. |
void setSize(double, double)
|
Documentation changed from old to new. |
Sets the size of this Dimension object to the specified width and height in double precision. |
void setSize(int, int)
|
Documentation changed from old to new. |
Sets the size of this Dimension object to the specified width and height. |
void setSize(Dimension )
|
Documentation changed from old to new. |
Sets the size of this Dimension object to the specified size. |