This is documentation of an archived release.
For documentation on the current version, please check Knowledge Base.
For documentation on the current version, please check Knowledge Base.
Orbit Legend File Editing
Filling lines with a color
The orbit engine (line style) allows rendering lines with a “fill” color. This is not a fill like an area object, but the line is rendered twice. First with a wide stroke, then with a narrow stroke and a different color.
Three parameters need to be set:
- Outline.FillVisibility : 0 or 1
- Outline.FillColor : a color
- Outline.FillFactor : a number between 0.0 and 1.0
Example:
#
# The legend 'Orbit Legend File'
#
Name=Legend
Model=1
LegendSetup=
ModelId=1
Renderer=
ClassName=com.eurotronics.orbit.core.render.ext.PathRenderer
ModifierSet=
Modifier=
Parameter=Visibility
DefaultValue=1
Modifier=
Parameter=Outline.Visibility
DefaultValue=1
Modifier=
Parameter=Outline.Color
DefaultValue=255.0.0.0
Modifier=
Parameter=Outline.Width
ValueType=UNSCALED
ValueUnit=POINT
DefaultValue=5.0
Modifier=
Parameter=Outline.FillVisibility
DefaultValue=1
Modifier=
Parameter=Outline.FillColor
DefaultValue=255.0.168.230
Modifier=
Parameter=Outline.FillFactor
ValueType=ABSOLUTE
DefaultValue=0.6
Modifier=
Parameter=Fill.Visibility
DefaultValue=0
NOTE: This is for manual editing of the olg files. The user interface cannot handle these parameters. So do not expect the legend editor to work.
Last modified:: 2023/04/14 11:02