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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

XYPolygonAnnotation(double[] polygon, Stroke stroke, Paint outlinePaint, Paint fillPaint)
Creates a new annotation.
XYPolygonAnnotation(double[] polygon)
Creates a new annotation (where, by default, the polygon is drawn with a black outline).
XYPolygonAnnotation(double[] polygon, Stroke stroke, Paint outlinePaint)
Creates a new annotation where the box is drawn as an outline using the specified stroke and outlinePaint.

Method

voidsetToolTipText(String text)
Sets the tool tip text for the annotation.