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

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

Introduction

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

The text is from its open source code.

Constructor

ArcDialFrame(double startAngle, double extent)
Creates a new instance of ArcDialFrame that spans the arc specified.

Method

voidsetForegroundPaint(Paint paint)
Sets the foreground paint and sends a DialLayerChangeEvent to all registered listeners.
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.
voidsetStroke(Stroke stroke)
Sets the stroke and sends a DialLayerChangeEvent to all registered listeners.