(int top, int bottom, int left, int right)
| 1515 | /// |
| 1516 | /// - `right`: number of margin using the current unit |
| 1517 | public void setMargin(int top, int bottom, int left, int right) { |
| 1518 | setMargin((float) top, (float) bottom, (float) left, (float) right); |
| 1519 | } |
| 1520 | |
| 1521 | /// Sets the Style Margin |
| 1522 | /// |