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

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

Introduction

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

The text is from its open source code.

Constructor

XYShapeAnnotation(Shape shape, Stroke stroke, Paint outlinePaint)
Creates a new annotation where the shape is drawn as an outline using the specified stroke and outlinePaint.
XYShapeAnnotation(Shape shape, Stroke stroke, Paint outlinePaint, Paint fillPaint)
Creates a new annotation.

Method

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