comparison flys-artifacts/src/main/java/de/intevation/flys/jfree/FLYSAnnotation.java @ 2768:1ddfb54e5db6

Added accidentally omitted file. flys-artifacts/trunk@4507 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 24 May 2012 13:54:37 +0000
parents a79d5cd26083
children 0f7abd95c6e2
comparison
equal deleted inserted replaced
2767:1cb072d0978d 2768:1ddfb54e5db6
92 } 92 }
93 93
94 public Document getTheme() { 94 public Document getTheme() {
95 return theme; 95 return theme;
96 } 96 }
97
98 /**
99 * Set sticky axis of all axisTextAnnotations
100 * to the X axis if it is currently Y, and vice versa.
101 * @return this
102 */
103 public FLYSAnnotation flipStickyAxis() {
104 for (StickyAxisAnnotation saa: axisTextAnnotations) {
105 saa.flipStickyAxis();
106 }
107 return this;
108 }
97 } 109 }
98 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 110 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org