Java org.jfree.chart.annotations XYLineAnnotation fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart.annotations XYLineAnnotation fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.chart.annotations XYLineAnnotation.

The text is from its open source code.

Subclass

org.jfree.chart.annotations.XYLineAnnotation has subclasses.
Click this link to see all its subclasses.

Constructor

XYLineAnnotation(double x1, double y1, double x2, double y2)
Creates a new annotation that draws a line from (x1, y1) to (x2, y2) where the coordinates are measured in data space (that is, against the plot's axes).
XYLineAnnotation(double x1, double y1, double x2, double y2, Stroke stroke, Paint paint)
Creates a new annotation that draws a line from (x1, y1) to (x2, y2) where the coordinates are measured in data space (that is, against the plot's axes).