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

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

Introduction

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

The text is from its open source code.

Constructor

DialCap()
Creates a new instance of StandardDialBackground.

Method

PaintgetFillPaint()
Returns the paint used to fill the cap.
PaintgetOutlinePaint()
Returns the paint used to draw the outline of the cap.
StrokegetOutlineStroke()
Returns the stroke used to draw the outline of the cap.
doublegetRadius()
Returns the radius of the cap, as a percentage of the dial's framing rectangle.
voidsetFillPaint(Paint paint)
Sets the paint for the cap background and sends a DialLayerChangeEvent to all registered listeners.
voidsetOutlinePaint(Paint paint)
Sets the paint used to draw the outline of the cap and sends a DialLayerChangeEvent to all registered listeners.
voidsetOutlineStroke(Stroke stroke)
Sets the stroke used to draw the outline of the cap and sends a DialLayerChangeEvent to all registered listeners.
voidsetRadius(double radius)
Sets the radius of the cap, as a percentage of the dial's framing rectangle, and sends a DialLayerChangeEvent to all registered listeners.