Several visual elements may specify a border. The border definition has a special syntax.
A simple integer specifies a solid x-Pixel border in the default color.
TYPE:[argument1=value1,argument2=value2]
If the border type has a simple value argument the argument can simply be specified with out brackets:
TYPE:simpleValue
The line border type is a simple line.
Name | Description |
---|---|
lineSize (simple value) | The line size in pixels (might get scaled) |
color | Line color in hex notation |
A draw2d group border
Name | Description |
---|---|
text (simple value) | The text of the group border |
textColor | The color of the text |
A draw2d title border
Name | Description |
---|---|
text (simple value) | The text of the group border |
textColor | The color of the text |
backgroundColor | The color of the background |
A margin border
Name | Description |
---|---|
inset (simple value) | The inset of the margin border |
COMPOUND:[TYPE:a|TYPE:b]