comparison flys-artifacts/src/main/java/de/intevation/flys/jfree/StickyAxisAnnotation.java @ 2999:703be13ffa74

Cosmetics and ommitted fix. flys-artifacts/trunk@4554 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 29 May 2012 15:01:28 +0000
parents 5016609663e2
children 5642a83420f2
comparison
equal deleted inserted replaced
2998:4b6fb6d91192 2999:703be13ffa74
16 Logger.getLogger(StickyAxisAnnotation.class); 16 Logger.getLogger(StickyAxisAnnotation.class);
17 17
18 /** Simplified view on axes. */ 18 /** Simplified view on axes. */
19 public static enum SimpleAxis { 19 public static enum SimpleAxis {
20 X_AXIS, /** Usually "horizontal". */ 20 X_AXIS, /** Usually "horizontal". */
21 Y_AXIS /** Usually "vertical". */ 21 Y_AXIS, /** Usually "vertical". */
22 Y_AXIS2
22 } 23 }
23 24
24 /** The "symbolic" integer representing which axis to stick to. */ 25 /** The "symbolic" integer representing which axis to stick to. */
25 protected int axisSymbol; 26 protected int axisSymbol;
26 27

http://dive4elements.wald.intevation.org