|
||||
This class encapsulates a size containing a width and a height.
| Constructor Summary | |
|---|---|
GDimension(width, height)
|
|
| Method Summary | |
|---|---|
getHeight()
GDimension. |
|
getWidth()
GDimension. |
|
| Constructor Detail |
|---|
GDimension(width, height)Usage: | dim = GDimension(width, height) | ||||
Parameters: |
|
| Method Detail |
|---|
getHeight()GDimension.
Usage: | height = dim.getHeight() |
Returns: | The height of this GDimension
|
getWidth()GDimension.
Usage: | width = dim.getWidth() |
Returns: | The width of this GDimension
|
|
||||