margin
Specifies the margin (in points) around the Painter element.
Type
java.awt.Insets, or integer array
Example
margin = new java.awt.Insets(1, 1, 1, 1);
or
margin = [1, 1, 1, 1];
| << layout | © 1996-2013 InetSoft Technology Corporation (v11.5) | rotation >> |