public static class ConsoleUtil.Size extends Object
| Constructor and Description |
|---|
Size() |
Size(ConsoleUtil.Size size) |
Size(Integer width,
Integer height) |
Size(int width,
int height) |
| Modifier and Type | Method and Description |
|---|---|
ConsoleUtil.Size |
clone() |
boolean |
equals(Object o) |
Integer |
getHeight() |
Integer |
getWidth() |
String |
toString() |
public Size()
public Size(int width,
int height)
public Size(ConsoleUtil.Size size)
Copyright © 2016. All rights reserved.