public class Dimension extends Object
Constructor and Description |
---|
Dimension() |
Dimension(int width,
int height) |
Modifier and Type | Method and Description |
---|---|
int |
getHeight() |
int |
getWidth() |
void |
setHeight(int height) |
void |
setWidth(int width) |
Copyright © 2024. All rights reserved.