Marginpublic interface Margin The margin interface is a parent used to define left, right, top and bottom margins.
This allows much of the code to be generic when it comes to handling margins.
NOTE: This source wass automatically generated. |
Methods Summary |
---|
public double | getMargin()Get the margin field for the Margin.
| public void | setMargin(double field_1_margin)Set the margin field for the Margin.
|
|