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

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

Introduction

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

The text is from its open source code.

Constructor

StandardDialFrame()
Creates a new instance of StandardDialFrame.

Method

voidsetBackgroundPaint(Paint paint)
Sets the background paint and sends a DialLayerChangeEvent to all registered listeners.
voidsetForegroundPaint(Paint paint)
Sets the foreground paint and sends a DialLayerChangeEvent to all registered listeners.
voidsetRadius(double radius)
Sets the radius and sends a DialLayerChangeEvent to all registered listeners.
voidsetStroke(Stroke stroke)
Sets the stroke and sends a DialLayerChangeEvent to all registered listeners.
voidsetVisible(boolean visible)
Sets the flag that determines whether or not this layer is drawn by the plot, and sends a DialLayerChangeEvent to all registered listeners.