Color Range Style

Overview

Thermometer pointer, as you can understand it from its name, indicates a mercurial thermometer. In addition to the width of your thermometer bar you can configure your thermometer's bulb properties.

Available Settings

Full XML List:

XML Syntax
Plain code
01 <thermometer_pointer_style bulb_radius="" width="" bulb_padding="">
02   <fill />
03   <hatch_fill />
04   <border />
05   <effects />
06   <bulb>
07     <fill />
08     <hatch_fill />
09     <border />
10     <effects />
11   </bulb>
12   <states>
13     <normal />
14     <hover />
15     <pushed />
16     <selected_normal />
17     <selected_hover />
18   </states>
19 </thermometer_pointer_style>

Description

width node defines the thermometer's size, and bulb_radius and bulb_padding are responsible for the behaviour of the bulb. While radius setting is evident, buld_padding defines the distance between bulb and your scale bar. In thermometer_pointer_style node there a number of nodes defining your scale view and the view of your bulb.

to top

States Supported

This style supports the following states: normal, hover, pushed, selected_normal, selected_hover.

to top