public class Bounds extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
height |
protected int |
width |
| Modifier and Type | Method and Description |
|---|---|
Bounds |
clone() |
static Bounds |
get(String... lines) |
static Bounds |
get(TextCell... tcells) |
int |
getHeight() |
int |
getWidth() |
public Bounds(int w,
int h)
public Bounds(Bounds s)
Copyright © 2018. All rights reserved.