public class Size extends Object
| Constructor | Description |
|---|---|
Size(int height,
int width) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Size target) |
|
int |
getHeight() |
|
int |
getWidth() |
|
int |
setHeight(int height) |
|
int |
setWidth(int width) |
public int getHeight()
public int setHeight(int height)
public int getWidth()
public int setWidth(int width)
public boolean equals(Size target)
Copyright © 2017–2018 TeamControlium Committers. All rights reserved.