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

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

Introduction

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

Usage

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

public class XYDotAnnotation extends AbstractXYAnnotation {

    private double x;
    private double y;
    private double size;
    private Paint color;

From source file net.sf.maltcms.chromaui.chromatogram2Dviewer.datastructures.annotations.AnnotationLayer.java

/**
 *
 * @author nilshoffmann
 */
public class AnnotationLayer extends AbstractXYAnnotation {

From source file com.epiq.bitshark.ui.FrequencyDomainMouseMarker.java

/**
 * Custom marker for the frequency domain graph
 * 
 * @author Epiq Solutions
 */
public class FrequencyDomainMouseMarker extends AbstractXYAnnotation {

From source file longMethod.jfreechart.draw.XYPolygonAnnotation.java

/**
 * A polygon annotation that can be placed on an {@link XYPlot}.  The
 * polygon coordinates are specified in data space.
 */
public class XYPolygonAnnotation extends AbstractXYAnnotation implements Cloneable, PublicCloneable, Serializable {

From source file net.sf.maltcms.chromaui.annotations.XYSelectableShapeAnnotation.java

/**
 *
 * @author Nils Hoffmann
 * @param <T>
 */
public class XYSelectableShapeAnnotation<T> extends AbstractXYAnnotation implements Serializable {

From source file org.jfree.experimental.chart.annotations.XYTitleAnnotation.java

/**
 * An annotation that allows any {@link Title} to be placed at a location on 
 * an {@link XYPlot}.
 */
public class XYTitleAnnotation extends AbstractXYAnnotation implements Cloneable, PublicCloneable, Serializable {

From source file vteaexploration.XYPolygonAnnotation.java

/**
 * A polygon annotation that can be placed on an {@link XYPlot}. The polygon
 * coordinates are specified in data space.
 */
public class XYPolygonAnnotation extends AbstractXYAnnotation implements Cloneable, PublicCloneable, Serializable {