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

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

Introduction

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

The text is from its open source code.

Constructor

XYTitleAnnotation(double x, double y, Title title, RectangleAnchor anchor)
Creates a new annotation to be displayed at the specified (x, y) location.
XYTitleAnnotation(double x, double y, Title title)
Creates a new annotation to be displayed at the specified (x, y) location.

Method

voidsetMaxWidth(double max)
Sets the maximum width and sends an AnnotationChangeEvent to all registered listeners.