Example usage for org.jfree.chart.annotations XYTextAnnotation subclass-usage

List of usage examples for org.jfree.chart.annotations XYTextAnnotation subclass-usage

Introduction

In this page you can find the example usage for org.jfree.chart.annotations XYTextAnnotation subclass-usage.

Usage

From source file org.openaltimeter.desktopapp.annotations.XYHeightAnnotation.java

@SuppressWarnings("serial")
public class XYHeightAnnotation extends XYTextAnnotation {

    private static int DOT_SIZE = 4;

    public XYHeightAnnotation(String text, double x, double y, Paint color) {

From source file gda.plots.SimpleXYAnnotation.java

/**
 * Provides a clickable TextAnnotation by extending the standard XYTextAnnotation. Note that it is called 'Simple' for
 * the usual 'related to SimplePlot' reason. It is actually more complicated than XYTextAnnotation.
 */
public class SimpleXYAnnotation extends XYTextAnnotation implements ChartMouseListener {
    private static final Logger logger = LoggerFactory.getLogger(SimpleXYAnnotation.class);