comparison flys-backend/src/main/java/de/intevation/flys/model/FastAnnotations.java @ 3653:20d249e1589f

Added FastAnnotation.Annotation.toString() flys-backend/trunk@5182 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 09 Aug 2012 11:17:44 +0000
parents 2ae732e2c65c
children
comparison
equal deleted inserted replaced
3652:22d608ef25dc 3653:20d249e1589f
132 } 132 }
133 133
134 public double getBottom() { 134 public double getBottom() {
135 return bottom; 135 return bottom;
136 } 136 }
137
138 @Override
139 public String toString() {
140 return "[a=" + a + ";b=" + b +
141 ";pos=" + position + ";attr=" + attribute +
142 ";name=" + name + ";top=" + top +
143 ";bot=" + bottom + "]";
144 }
137 } // class Annotation 145 } // class Annotation
138 146
139 public interface Filter { 147 public interface Filter {
140 148
141 boolean accept(Annotation annotation); 149 boolean accept(Annotation annotation);

http://dive4elements.wald.intevation.org