(int top, int bottom, int left, int right)
| 1439 | /// |
| 1440 | /// - #setPaddingUnit(byte...) |
| 1441 | public void setPadding(int top, int bottom, int left, int right) { |
| 1442 | this.setPadding((float) top, (float) bottom, (float) left, (float) right); |
| 1443 | } |
| 1444 | |
| 1445 | /// Sets the Style Padding. Units are specified by `#setPaddingUnit(byte...)` |
| 1446 | /// |