Java org.jfree.chart.plot.dial DialTextAnnotation fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart.plot.dial DialTextAnnotation fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.chart.plot.dial DialTextAnnotation.

The text is from its open source code.

Constructor

DialTextAnnotation(String label)
Creates a new instance of DialTextAnnotation.

Method

voidsetAnchor(TextAnchor anchor)
Sets the text anchor point and sends a DialLayerChangeEvent to all registered listeners.
voidsetAngle(double angle)
Sets the angle used to calculate the anchor point and sends a DialLayerChangeEvent to all registered listeners.
voidsetFont(Font font)
Sets the font used to display the label and sends a DialLayerChangeEvent to all registered listeners.
voidsetPaint(Paint paint)
Sets the paint used to display the label and sends a DialLayerChangeEvent to all registered listeners.
voidsetRadius(double radius)
Sets the radius used to calculate the anchor point and sends a DialLayerChangeEvent to all registered listeners.