comparison flys-artifacts/src/main/java/de/intevation/flys/jfree/CollisionFreeXYTextAnnotationEntity.java @ 2318:0b8c04c7f762

Avoid that annotations like the ones used for hyks prevent manual point text annotation rendering. flys-artifacts/trunk@3999 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 09 Feb 2012 13:45:26 +0000
parents
children 79d1db7797e6
comparison
equal deleted inserted replaced
2317:9b5541dcc01f 2318:0b8c04c7f762
1 package de.intevation.flys.jfree;
2
3 import java.awt.Shape;
4
5 import org.jfree.chart.entity.XYAnnotationEntity;
6
7
8 public class CollisionFreeXYTextAnnotationEntity
9 extends XYAnnotationEntity {
10 public CollisionFreeXYTextAnnotationEntity(
11 Shape hotspot,
12 int rendererIndex,
13 String toolTip,
14 String url
15 ) {
16 super(hotspot, rendererIndex, toolTip, url);
17 }
18 }
19 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org