comparison flys-artifacts/src/main/java/de/intevation/flys/jfree/ShapeRenderer.java @ 3173:0cf647fe2a96

FixA: Finished I18N for km chart service. flys-artifacts/trunk@4786 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 25 Jun 2012 16:28:26 +0000
parents 6d0567a8387d
children
comparison
equal deleted inserted replaced
3172:36806f6e23fb 3173:0cf647fe2a96
108 shape.hashCode() ^ 108 shape.hashCode() ^
109 paint.hashCode() ^ 109 paint.hashCode() ^
110 (filled ? 1231 : 1237); 110 (filled ? 1231 : 1237);
111 } 111 }
112 } // class Entry 112 } // class Entry
113
114 public interface LabelGenerator {
115 String createLabel(Entry entry);
116 } // interface EntryLabelGenerator
113 117
114 protected Entry [] entries; 118 protected Entry [] entries;
115 119
116 protected List<Rectangle2D> labelBoundingBoxes; 120 protected List<Rectangle2D> labelBoundingBoxes;
117 121

http://dive4elements.wald.intevation.org