Example usage for org.jfree.chart.annotations XYAnnotation interface-usage

List of usage examples for org.jfree.chart.annotations XYAnnotation interface-usage

Introduction

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

Usage

From source file inflor.core.gates.ui.XYGateAnnotation.java

public interface XYGateAnnotation extends XYAnnotation {

    abstract String getSubsetName();

    abstract String getRangeAxisName();

From source file de.berlios.statcvs.xml.chart.SymbolicNameAnnotation.java

/**
 * SymbolicNameAnnotation
 * 
 * Provides symbolic name annotations for XYPlots with java.util.Date
 * objects on the domain axis.
 * 

From source file ucar.unidata.idv.control.chart.ChartAnnotation.java

/**
 * Class ChartAnnotation is an abstract class for the annotations
 * on charts
 *
 *
 * @author IDV Development Team