Mercurial > dive4elements > river
changeset 3089:7e4c8590067a
Added themes specific to MINFO SQ relation charts.
flys-artifacts/trunk@4688 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 18 Jun 2012 11:31:39 +0000 |
parents | 960307cf2adc |
children | 22def36d37b7 |
files | flys-artifacts/ChangeLog flys-artifacts/doc/conf/themes.xml |
diffstat | 2 files changed, 99 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Mon Jun 18 11:21:30 2012 +0000 +++ b/flys-artifacts/ChangeLog Mon Jun 18 11:31:39 2012 +0000 @@ -1,3 +1,8 @@ +2012-06-18 Ingo Weinzierl <ingo@intevation.de> + + * doc/conf/themes.xml: Added themes for SQ relation charts + ('sq_a_measurement', sq_a_outlier' and 'sq_a_curve'). + 2012-06-18 Raimund Renkert <raimund.renkert@intevation.de> * src/main/java/de/intevation/flys/exports/fixings/FixChartGenerator.java:
--- a/flys-artifacts/doc/conf/themes.xml Mon Jun 18 11:21:30 2012 +0000 +++ b/flys-artifacts/doc/conf/themes.xml Mon Jun 18 11:31:39 2012 +0000 @@ -899,6 +899,38 @@ </inherits> </theme> + <!-- + SQ Relation + --> + <theme name="SQMeasurements"> + <inherits> + <inherit from="ColorPoints"/> + </inherits> + <fields> + <field name="showlines" type="boolean" display="Linie anzeigen" default="false" hidden="true"/> + <field name="pointcolor" type="Color" default="Color.BLACK"/> + </fields> + </theme> + + <theme name="SQOutliers"> + <inherits> + <inherit from="ColorPoints"/> + </inherits> + <fields> + <field name="showlines" type="boolean" display="Linie anzeigen" default="false" hidden="true"/> + <field name="pointcolor" type="Color" default="Color.RED"/> + </fields> + </theme> + + <theme name="SQCurve"> + <inherits> + <inherit from="HiddenColorLines"/> + </inherits> + <fields> + <field name="linecolor" type="Color" default="Color.BLUE"/> + </fields> + </theme> + </themegroup> <themegroup name="default-2"> @@ -1756,6 +1788,30 @@ </inherits> </theme> + <!-- + SQ Relation + --> + <theme name="SQMeasurements"> + <inherits> + <inherit from="ColorPoints"/> + </inherits> + </theme> + + <theme name="SQOutliers"> + <inherits> + <inherit from="ColorPoints"/> + </inherits> + </theme> + + <theme name="SQCurve"> + <inherits> + <inherit from="HiddenColorLines"/> + </inherits> + <fields> + <field name="linecolor" type="Color" default="Color.BLUE"/> + </fields> + </theme> + </themegroup> <!-- Virtual themes are following now! @@ -1809,6 +1865,14 @@ </fields> </theme> + <theme name="ColorPoints" type="virtual"> + <fields> + <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" default="true"/> + <field name="pointsize" type="int" display="Punktdicke" default="5"/> + <field name="pointcolor" type="Color" display="Punktfarbe" default="Color.BLACK"/> + </fields> + </theme> + <theme name="MinMaxPoints" type="virtual"> <fields> <field name="showminimum" type="boolean" display="Minimum anzeigen" default="false" hints="h"/> @@ -2019,8 +2083,35 @@ <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/> </fields> </theme> + + + <!-- + SQ Relation + --> + <theme name="SQMeasurements"> + <inherits> + <inherit from="ColorPoints"/> + </inherits> + </theme> + + <theme name="SQOutliers"> + <inherits> + <inherit from="ColorPoints"/> + </inherits> + </theme> + + <theme name="SQCurve"> + <inherits> + <inherit from="HiddenColorLines"/> + </inherits> + <fields> + <field name="linecolor" type="Color" default="Color.BLUE"/> + </fields> + </theme> + </themegroup> + <!-- Mappings are following now. A mapping maps between a name of a facet and a theme. @@ -2148,6 +2239,9 @@ <mapping from="bedheight_middle.single" to="MiddleBedHeightSingle"/> <mapping from="bedheight_middle.epoch" to="MiddleBedHeightEpoch"/> <mapping from="relativepoint" to="RelativePoint"/> + <mapping from="sq_a_measurement" to="SQMeasurements"/> + <mapping from="sq_a_outlier" to="SQOutliers"/> + <mapping from="sq_a_curve" to="SQCurve"/> </mappings> </themes>