Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/themes.xml @ 2072:4cdd9c4896f6
#393 Added a new Renderer and Options in Themes that allow displaying minimum and maximum of a chart series.
flys-artifacts/trunk@3581 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 04 Jan 2012 12:24:35 +0000 |
parents | b18f056c244e |
children | 41037d51c8b6 |
comparison
equal
deleted
inserted
replaced
2071:fd95bfbb2ec2 | 2072:4cdd9c4896f6 |
---|---|
2 | 2 |
3 <!-- Concrete themes are following now! --> | 3 <!-- Concrete themes are following now! --> |
4 <theme name="DischargeCurve"> | 4 <theme name="DischargeCurve"> |
5 <inherits> | 5 <inherits> |
6 <inherit from="HiddenColorLines"/> | 6 <inherit from="HiddenColorLines"/> |
7 <inherit from="MinMaxPoints"/> | |
7 </inherits> | 8 </inherits> |
8 <fields> | 9 <fields> |
9 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 153"/> | 10 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 153"/> |
10 <field name="linesize" type="int" display="Liniendicke" default="2" hints="h"/> | 11 <field name="linesize" type="int" display="Liniendicke" default="2" hints="h"/> |
11 </fields> | 12 </fields> |
15 Discharge Longitudinal Section | 16 Discharge Longitudinal Section |
16 --> | 17 --> |
17 <theme name="LongitudinalSectionW"> | 18 <theme name="LongitudinalSectionW"> |
18 <inherits> | 19 <inherits> |
19 <inherit from="HiddenColorLines"/> | 20 <inherit from="HiddenColorLines"/> |
21 <inherit from="MinMaxPoints"/> | |
20 </inherits> | 22 </inherits> |
21 <fields> | 23 <fields> |
22 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> | 24 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> |
23 </fields> | 25 </fields> |
24 </theme> | 26 </theme> |
326 --> | 328 --> |
327 | 329 |
328 <theme name="LongitudinalSectionQ"> | 330 <theme name="LongitudinalSectionQ"> |
329 <inherits> | 331 <inherits> |
330 <inherit from="HiddenColorLines"/> | 332 <inherit from="HiddenColorLines"/> |
333 <inherit from="MinMaxPoints"/> | |
331 </inherits> | 334 </inherits> |
332 <fields> | 335 <fields> |
333 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> | 336 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> |
334 </fields> | 337 </fields> |
335 </theme> | 338 </theme> |
501 Computed Discharge Curves | 504 Computed Discharge Curves |
502 --> | 505 --> |
503 <theme name="ComputedDischargeCurve"> | 506 <theme name="ComputedDischargeCurve"> |
504 <inherits> | 507 <inherits> |
505 <inherit from="HiddenColorLines"/> | 508 <inherit from="HiddenColorLines"/> |
509 <inherit from="MinMaxPoints"/> | |
506 </inherits> | 510 </inherits> |
507 <fields> | 511 <fields> |
508 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 153"/> | 512 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 153"/> |
509 <field name="linesize" type="int" display="Liniendicke" default="2" hints="h"/> | 513 <field name="linesize" type="int" display="Liniendicke" default="2" hints="h"/> |
510 </fields> | 514 </fields> |
511 </theme> | 515 </theme> |
512 | 516 |
513 <theme name="ComputedDischargeCurveQ"> | 517 <theme name="ComputedDischargeCurveQ"> |
514 <inherits> | 518 <inherits> |
515 <inherit from="HiddenColorLines"/> | 519 <inherit from="HiddenColorLines"/> |
520 <inherit from="MinMaxPoints"/> | |
516 <inherit from="Text"/> | 521 <inherit from="Text"/> |
517 </inherits> | 522 </inherits> |
518 <fields> | 523 <fields> |
519 <field name="linecolor" type="Color" display="Farbe" default="200, 0, 15"/> | 524 <field name="linecolor" type="Color" display="Farbe" default="200, 0, 15"/> |
520 </fields> | 525 </fields> |
521 </theme> | 526 </theme> |
522 | 527 |
523 <theme name="ComputedDischargeCurveW"> | 528 <theme name="ComputedDischargeCurveW"> |
524 <inherits> | 529 <inherits> |
525 <inherit from="HiddenColorLines"/> | 530 <inherit from="HiddenColorLines"/> |
531 <inherit from="MinMaxPoints"/> | |
526 <inherit from="Text"/> | 532 <inherit from="Text"/> |
527 </inherits> | 533 </inherits> |
528 <fields> | 534 <fields> |
529 <field name="linecolor" type="Color" display="Farbe" default="0, 215, 0"/> | 535 <field name="linecolor" type="Color" display="Farbe" default="0, 215, 0"/> |
530 </fields> | 536 </fields> |
534 Cross Sections | 540 Cross Sections |
535 --> | 541 --> |
536 <theme name="CrossSection"> | 542 <theme name="CrossSection"> |
537 <inherits> | 543 <inherits> |
538 <inherit from="HiddenColorLines"/> | 544 <inherit from="HiddenColorLines"/> |
545 <inherit from="MinMaxPoints"/> | |
539 </inherits> | 546 </inherits> |
540 <fields> | 547 <fields> |
541 <field name="linecolor" type="Color" display="Linienfarbe" default="0,0,0"/> | 548 <field name="linecolor" type="Color" display="Linienfarbe" default="0,0,0"/> |
542 <field name="linesize" type="int" display="Liniendicke" default="1" hints="h"/> | 549 <field name="linesize" type="int" display="Liniendicke" default="1" hints="h"/> |
543 </fields> | 550 </fields> |
558 Duration Curves | 565 Duration Curves |
559 --> | 566 --> |
560 <theme name="DurationCurveW"> | 567 <theme name="DurationCurveW"> |
561 <inherits> | 568 <inherits> |
562 <inherit from="HiddenColorLines"/> | 569 <inherit from="HiddenColorLines"/> |
570 <inherit from="MinMaxPoints"/> | |
563 </inherits> | 571 </inherits> |
564 <fields> | 572 <fields> |
565 <field name="linecolor" type="Color" display="Linienfarbe" default="0,51,204"/> | 573 <field name="linecolor" type="Color" display="Linienfarbe" default="0,51,204"/> |
566 <field name="linesize" type="int" display="Liniendicke" default="2" hints="h"/> | 574 <field name="linesize" type="int" display="Liniendicke" default="2" hints="h"/> |
567 </fields> | 575 </fields> |
568 </theme> | 576 </theme> |
569 | 577 |
570 <theme name="DurationCurveQ"> | 578 <theme name="DurationCurveQ"> |
571 <inherits> | 579 <inherits> |
572 <inherit from="HiddenColorLines"/> | 580 <inherit from="HiddenColorLines"/> |
581 <inherit from="MinMaxPoints"/> | |
573 </inherits> | 582 </inherits> |
574 <fields> | 583 <fields> |
575 <field name="linecolor" type="Color" display="Linienfarbe" default="0,204,0"/> | 584 <field name="linecolor" type="Color" display="Linienfarbe" default="0,204,0"/> |
576 <field name="linesize" type="int" display="Liniendicke" default="2" hints="h"/> | 585 <field name="linesize" type="int" display="Liniendicke" default="2" hints="h"/> |
577 </fields> | 586 </fields> |
579 | 588 |
580 <!-- Differences --> | 589 <!-- Differences --> |
581 <theme name="Differences"> | 590 <theme name="Differences"> |
582 <inherits> | 591 <inherits> |
583 <inherit from="HiddenColorLines"/> | 592 <inherit from="HiddenColorLines"/> |
593 <inherit from="MinMaxPoints"/> | |
584 </inherits> | 594 </inherits> |
585 <fields> | 595 <fields> |
586 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> | 596 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> |
587 </fields> | 597 </fields> |
588 </theme> | 598 </theme> |
589 | 599 |
590 | 600 |
591 <!-- General --> | 601 <!-- General --> |
592 <theme name="WKms"> | 602 <theme name="WKms"> |
593 <inherits><inherit from="HiddenColorLines"/></inherits> | 603 <inherits> |
604 <inherit from="HiddenColorLines"/> | |
605 <inherit from="MinMaxPoints"/> | |
606 </inherits> | |
594 <fields> | 607 <fields> |
595 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> | 608 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> |
596 </fields> | 609 </fields> |
597 </theme> | 610 </theme> |
598 | 611 |
599 <theme name="WQKms"> | 612 <theme name="WQKms"> |
600 <inherits><inherit from="HiddenColorLines"/></inherits> | 613 <inherits> |
601 <fields> | 614 <inherit from="HiddenColorLines"/> |
615 <inherit from="MinMaxPoints"/> | |
616 </inherits> | |
617 <fields> | |
602 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> | 618 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> |
603 </fields> | 619 </fields> |
604 </theme> | 620 </theme> |
605 | 621 |
606 <theme name="WQPoints"> | 622 <theme name="WQPoints"> |
616 Discharge Longitudinal Section | 632 Discharge Longitudinal Section |
617 --> | 633 --> |
618 <theme name="DischargeLongitudinalSectionW"> | 634 <theme name="DischargeLongitudinalSectionW"> |
619 <inherits> | 635 <inherits> |
620 <inherit from="HiddenColorLines"/> | 636 <inherit from="HiddenColorLines"/> |
637 <inherit from="MinMaxPoints"/> | |
621 </inherits> | 638 </inherits> |
622 <fields> | 639 <fields> |
623 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> | 640 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> |
624 </fields> | 641 </fields> |
625 </theme> | 642 </theme> |
626 | 643 |
627 | 644 |
628 <theme name="DischargeLongitudinalSectionC"> | 645 <theme name="DischargeLongitudinalSectionC"> |
629 <inherits> | 646 <inherits> |
630 <inherit from="HiddenColorLines"/> | 647 <inherit from="HiddenColorLines"/> |
648 <inherit from="MinMaxPoints"/> | |
631 </inherits> | 649 </inherits> |
632 <fields> | 650 <fields> |
633 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0 , 0"/> | 651 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0 , 0"/> |
634 </fields> | 652 </fields> |
635 </theme> | 653 </theme> |
636 | 654 |
637 <theme name="DischargeLongitudinalSectionQ"> | 655 <theme name="DischargeLongitudinalSectionQ"> |
638 <inherits> | 656 <inherits> |
639 <inherit from="HiddenColorLines"/> | 657 <inherit from="HiddenColorLines"/> |
658 <inherit from="MinMaxPoints"/> | |
640 </inherits> | 659 </inherits> |
641 <fields> | 660 <fields> |
642 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> | 661 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> |
643 </fields> | 662 </fields> |
644 </theme> | 663 </theme> |
701 <fields> | 720 <fields> |
702 <field name="showlines" type="boolean" display="Linie anzeigen" default="true" hints="h"/> | 721 <field name="showlines" type="boolean" display="Linie anzeigen" default="true" hints="h"/> |
703 <field name="linesize" type="int" display="Liniendicke" default="1" hints="h"/> | 722 <field name="linesize" type="int" display="Liniendicke" default="1" hints="h"/> |
704 <field name="linetype" type="Dash" display="Linienart" default="10" hints="h"/> | 723 <field name="linetype" type="Dash" display="Linienart" default="10" hints="h"/> |
705 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" default="false" hints="h"/> | 724 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" default="false" hints="h"/> |
725 </fields> | |
726 </theme> | |
727 | |
728 <theme name="MinMaxPoints" type="virtual"> | |
729 <fields> | |
730 <field name="showminimum" type="boolean" display="Minimum anzeigen" default="false" hints="h"/> | |
731 <field name="showmaximum" type="boolean" display="Minimum anzeigen" default="false" hints="h"/> | |
706 </fields> | 732 </fields> |
707 </theme> | 733 </theme> |
708 | 734 |
709 <theme name="Text" type="virtual"> | 735 <theme name="Text" type="virtual"> |
710 <fields> | 736 <fields> |