Mercurial > dive4elements > river
view flys-artifacts/doc/conf/themes.xml @ 355:d97982627596
Bugfixes: Adapted a broken method call of TransitionEngine.isStateReachable() and added the outputs of a current state to the DESCRIBE.
flys-artifacts/trunk@1762 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 28 Apr 2011 11:20:11 +0000 |
parents | eca7892bf8ff |
children | 8422ffc1f2f9 |
line wrap: on
line source
<themes> <!-- Concrete themes are following now! --> <theme name="DischargeCurve"> <inherits> <inherit from="HiddenColorLines"/> </inherits> </theme> <!-- Virtual themes are following now! --> <theme name="Lines" type="virtual"> <fields> <field name="showlines" type="boolean" display="Linie anzeigen" default="true"/> <field name="linesize" type="int" display="Liniendicke" default="1"/> <field name="linetype" type="Dash" display="Linienart" default="new Dash()"/> </fields> </theme> <theme name="ColorLines" type="virtual"> <inherits> <inherit from="Lines"/> </inherits> <fields> <field name="linecolor" type="Color" display="Linienfarbe" default="Color.BLACK"/> </fields> </theme> <theme name="HiddenColorLines" type="virtual"> <inherits> <inherit from="ColorLines"/> </inherits> <fields> <field name="showlines" type="boolean" display="Linie anzeigen" default="true" hints="h"/> <field name="linesize" type="int" display="Liniendicke" default="1" hints="h"/> <field name="linetype" type="Dash" display="Linienart" default="new Dash()" hints="h"/> </fields> </theme> <!-- Mappings are following now. A mapping maps between a name of a facet and a theme. --> <mappings> <mapping from="discharge_curve.curve" to="DischargeCurve"/> </mappings> </themes>