Borders

Several visual elements may specify a border. The border definition has a special syntax.

Simple

A simple integer specifies a solid x-Pixel border in the default color.

Type

A specific border can be created by prefixing the border type. 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

LINE:

The line border type is a simple line.

NameDescription
lineSize (simple value) The line size in pixels (might get scaled)
color Line color in hex notation

GROUP:

A draw2d group border

NameDescription
text (simple value) The text of the group border
textColor The color of the text

GROUP:

A draw2d title border

NameDescription
text (simple value) The text of the group border
textColor The color of the text
backgroundColor The color of the background

MARGIN:

A margin border

NameDescription
inset (simple value) The inset of the margin border

Compound

A compound border can be created by adding multiple border definitions in the following syntax: COMPOUND:[TYPE:a|TYPE:b]