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

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

Introduction

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

Usage

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

@SuppressWarnings("serial")
public class PolygonGateAnnotation extends XYPolygonAnnotation implements XYGateAnnotation {

    double[] polygonPoints;
    private String subsetName;
    private String rangeAxisName;