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

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

Introduction

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

The text is from its open source code.

Subclass

org.jfree.chart.plot.dial.DialValueIndicator has subclasses.
Click this link to see all its subclasses.

Constructor

DialValueIndicator(int datasetIndex)
Creates a new instance of DialValueIndicator.
DialValueIndicator()
Creates a new instance of DialValueIndicator.

Method

doublegetAngle()
Returns the angle for the anchor point.
doublegetRadius()
Returns the radius.
voidsetAngle(double angle)
Sets the angle for the anchor point and sends a DialLayerChangeEvent to all registered listeners.
voidsetBackgroundPaint(Paint paint)
Sets the background paint and sends a DialLayerChangeEvent to all registered listeners.
voidsetFont(Font font)
Sets the font and sends a DialLayerChangeEvent to all registered listeners.
voidsetInsets(RectangleInsets insets)
Sets the insets and sends a DialLayerChangeEvent to all registered listeners.
voidsetNumberFormat(NumberFormat formatter)
Sets the formatter used to format the value and sends a DialLayerChangeEvent to all registered listeners.
voidsetOutlinePaint(Paint paint)
Sets the outline paint and sends a DialLayerChangeEvent to all registered listeners.
voidsetOutlineStroke(Stroke stroke)
Sets the outline stroke and sends a DialLayerChangeEvent to all registered listeners.
voidsetPaint(Paint paint)
Sets the paint and sends a DialLayerChangeEvent to all registered listeners.
voidsetRadius(double radius)
Sets the radius and sends a DialLayerChangeEvent to all registered listeners.
voidsetTemplateValue(Number value)
Sets the template value and sends a DialLayerChangeEvent to all registered listeners.
voidsetTextAnchor(TextAnchor anchor)
Sets the text anchor and sends a DialLayerChangeEvent to all registered listeners.
voidsetValueAnchor(RectangleAnchor anchor)
Sets the value anchor and sends a DialLayerChangeEvent to all registered listeners.