Mercurial > dive4elements > river
comparison artifacts/doc/conf/themes/virtual.xml @ 7730:e1b831fe435a slt-simplify-cross-sections
Merged default into slt-simplify-cross-sections branch and updated package and class names.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Mon, 20 Jan 2014 14:04:20 +0100 |
parents | d0a59a2e902f |
children | be0220889e1f |
comparison
equal
deleted
inserted
replaced
5084:ca45dd039b54 | 7730:e1b831fe435a |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <themegroup name="virtual"> | |
3 <!-- Virtual themes are following now! DO NOT USE VIRTUAL THEMES FOR | |
4 FACETS! Please implement concrete themes! --> | |
5 <theme name="Lines" type="virtual"> | |
6 <fields> | |
7 <field name="showlines" type="boolean" display="Linie anzeigen" | |
8 default="true" /> | |
9 <field name="linesize" type="int" display="Liniendicke" | |
10 default="1" /> | |
11 <field name="linetype" type="Dash" display="Linienart" | |
12 default="10" /> | |
13 <field name="linecolor" type="Color" display="Linienfarbe" | |
14 default="0, 0, 0" /> | |
15 <field name="showlinelabel" type="boolean" | |
16 display="Beschriftung anzeigen" default="false" /> | |
17 </fields> | |
18 </theme> | |
19 | |
20 <theme name="Points" type="virtual"> | |
21 <fields> | |
22 <field name="showpoints" type="boolean" display="Punkte anzeigen" | |
23 default="true" /> | |
24 <field name="pointsize" type="int" display="Punktdicke" | |
25 default="5" /> | |
26 <field name="pointcolor" type="Color" display="Punktfarbe" | |
27 default="0, 0, 0" /> | |
28 <field name="showpointlabel" type="boolean" | |
29 display="Punktbeschriftung anzeigen" default="false"/> | |
30 </fields> | |
31 </theme> | |
32 | |
33 <theme name="ColorfulPoints" type="virtual"> | |
34 <fields> | |
35 <field name="showpoints" type="boolean" display="Punkte anzeigen" | |
36 default="true" /> | |
37 <field name="pointsize" type="int" display="Punktdicke" | |
38 default="5" /> | |
39 <field name="showpointlabel" type="boolean" | |
40 display="Punktbeschriftung anzeigen" default="false"/> | |
41 </fields> | |
42 </theme> | |
43 | |
44 <theme name="Label" type="virtual"> | |
45 <fields> | |
46 <field name="labelfontface" type="Font" | |
47 display="Beschriftung: Schriftart" default="arial" /> | |
48 <field name="labelfontcolor" type="Color" | |
49 display="Beschriftung: Schriftfarbe" default="0, 0, 0" /> | |
50 <field name="labelfontsize" type="int" | |
51 display="Beschriftung: Schriftgröße" default="10" /> | |
52 <field name="labelfontstyle" type="Style" | |
53 display="Beschriftung: Schriftstil" default="standard" /> | |
54 <field name="labelbgcolor" type="Color" | |
55 display="Beschriftung: Hintergrundfarbe" default="0, 0, 0" /> | |
56 <field name="labelshowbg" type="boolean" | |
57 display="Beschriftung: Hintergrund füllen" default="false" /> | |
58 </fields> | |
59 </theme> | |
60 | |
61 <theme name="Text" type="virtual"> | |
62 <fields> | |
63 <field name="font" type="Font" display="Schriftart" | |
64 default="arial" /> | |
65 <field name="textcolor" type="Color" display="Schriftfarbe" | |
66 default="0, 0, 0" /> | |
67 <field name="textsize" type="int" display="Schriftgröße" | |
68 default="10" /> | |
69 <field name="textstyle" type="Style" display="Schriftstil" | |
70 default="standard" /> | |
71 <field name="textbgcolor" type="Color" display="Texthintergrund" | |
72 default="255, 255, 255" /> | |
73 <field name="textorientation" type="boolean" display="Textausrichtung" | |
74 default="false" /> | |
75 <field name="textshowbg" type="boolean" | |
76 display="Hintergrund anzeigen" default="false" /> | |
77 </fields> | |
78 </theme> | |
79 | |
80 <theme name="Areas" type="virtual"> | |
81 <fields> | |
82 <field name="showarea" type="boolean" display="Flaeche anzeigen" | |
83 default="true" /> | |
84 <field name="showarealabel" type="boolean" | |
85 display="Flaechenbeschriftung anzeigen" default="false" /> | |
86 <field name="areabgcolor" type="Color" display="Fuellfarbe" | |
87 default="0, 100, 0" /> | |
88 <field name="areashowbg" type="boolean" | |
89 display="Hintergrund anzeigen" default="true" hidden="true" /> | |
90 <field name="areashowborder" type="boolean" | |
91 display="Flaechebegrenzungslinie anzeigen" default="false" /> | |
92 <field name="areabordercolor" type="Color" default="0, 0, 0" | |
93 display="Begrenzungslinienfarbe" /> | |
94 <field name="areatransparency" type="int" default="50" display="Transparenz" /> | |
95 </fields> | |
96 </theme> | |
97 | |
98 <theme name="MinMaxPoints" type="virtual"> | |
99 <fields> | |
100 <field name="showminimum" type="boolean" display="Minimum anzeigen" | |
101 default="false" hints="h" /> | |
102 <field name="showmaximum" type="boolean" display="Minimum anzeigen" | |
103 default="false" hints="h" /> | |
104 </fields> | |
105 </theme> | |
106 | |
107 <theme name="Map" type="virtual"> | |
108 <fields> | |
109 <field name="linecolor" type="color" display="Linienfarbe" | |
110 default="0, 0, 0" /> | |
111 <field name="linesize" type="int" display="Liniendicke" | |
112 default="1" hints="hidden" /> | |
113 <field name="backgroundcolor" type="Color" display="Hintergrund" | |
114 default="140, 200, 130" /> | |
115 </fields> | |
116 </theme> | |
117 | |
118 <theme name="Uesk" type="virtual"> | |
119 <fields> | |
120 <field name="startcolor" type="Color" | |
121 display="Farbverlauf Startfarbe" default="178, 201, 215" /> | |
122 <field name="endcolor" type="Color" | |
123 display="Farbverlauf Endfarbe" default="2, 27, 42" /> | |
124 <field name="numclasses" type="int" display="Anzahl Klassen" | |
125 default="5" /> | |
126 </fields> | |
127 </theme> | |
128 | |
129 <theme name="Symbol" type="virtual"> | |
130 <fields> | |
131 <field name="symbol" type="Symbol" display="Symbol" | |
132 default="point" /> | |
133 </fields> | |
134 </theme> | |
135 </themegroup> |