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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

StandardDialRange(double lower, double upper, Paint paint)
Creates a new instance of StandardDialRange.

Method

voidsetInnerRadius(double radius)
Sets the inner radius and sends a DialLayerChangeEvent to all registered listeners.
voidsetOuterRadius(double radius)
Sets the outer radius and sends a DialLayerChangeEvent to all registered listeners.
voidsetPaint(Paint paint)
Sets the paint used to highlight the range and sends a DialLayerChangeEvent to all registered listeners.
voidsetScaleIndex(int index)
Sets the scale index and sends a DialLayerChangeEvent to all registered listeners.