comparison artifacts/src/main/java/org/dive4elements/river/jfree/StickyAxisAnnotation.java @ 8341:130160b8d245

Introduce annotations, which know to which axis they belong.
author Tom Gottfried <tom@intevation.de>
date Tue, 30 Sep 2014 11:50:43 +0200
parents 55c8519e49f1
children d950c6055102
comparison
equal deleted inserted replaced
8340:8679875f2c09 8341:130160b8d245
122 122
123 public int getAxisSymbol() { 123 public int getAxisSymbol() {
124 return this.axisSymbol; 124 return this.axisSymbol;
125 } 125 }
126 126
127 public void setAxisSymbol(int axis) {
128 this.axisSymbol = axis;
129 }
127 130
128 /** Set where to hit a curve (if any). */ 131 /** Set where to hit a curve (if any). */
129 public void setHitPoint(float pos) { 132 public void setHitPoint(float pos) {
130 this.hitPoint = pos; 133 this.hitPoint = pos;
131 } 134 }

http://dive4elements.wald.intevation.org