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

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

Introduction

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

Usage

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

@SuppressWarnings("serial")
public class RectangleGateAnnotation extends XYBoxAnnotation implements XYGateAnnotation {

    double x0;
    double y0;
    double x1;