public class Box extends Options
| Modifier and Type | Field and Description |
|---|---|
Integer |
bottom |
Integer |
left |
Integer |
right |
Integer |
top |
| Constructor and Description |
|---|
Box(Integer left,
Integer right,
Integer top,
Integer bottom) |
Copyright © 2018 Fujion Framework. All rights reserved.