40
ESL User Manual
A.4 Adding Rectangles
A (filled) rectangle can be added to the template using the following format:
<Object>
<Rectangle>
<X>0</X>
<Y>0</Y>
<Width>200</Width>
<Height>32</Height>
<Color>0</Color>
</Rectangle>
</Object>
•
<Condition>
(optional) Displaying conditions
•
<Color>
Color (0=Black; 1=White)
•
<X> <Y> <Width> <Height> Specify the position and size of the rectangle
A non-filled rectangle can be added by simply drawing two rectangles on top of each other in
opposite colors.
A.5 Adding Lines
A line can be added to the template using the following format:
<Object>
<Line>
<X1>0</X1>
<Y1>77</Y1>
<X2>200</X2>
<Y2>77</Y2>
<Size>1</Size>
<Color>0</Color>
</Line>
</Object>
•
<Condition>
(optional) Displaying conditions
•
<Color>
Color (0=Black; 1=White)
•
<X1> <Y1> <X2> <Y2> Specify start/end coordinates
•
<Size>
Thickness of the line