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

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

Introduction

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

The text is from its open source code.

Subclass

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

Field

floatDEFAULT_CIRCLE_SIZE
The default circle size.

Constructor

MeterPlot(ValueDataset dataset)
Creates a new plot that displays the value from the supplied dataset.
MeterPlot()
Creates a new plot with a default range of 0 to 100 and no value to display.

Method

voidaddInterval(MeterInterval interval)
Adds an interval and sends a PlotChangeEvent to all registered listeners.
ValueDatasetgetDataset()
Returns the dataset for the plot.
PaintgetDialBackgroundPaint()
Returns the paint for the dial background.
DialShapegetDialShape()
Returns the dial shape.
ListgetIntervals()
Returns an unmodifiable list of the intervals for the plot.
intgetMeterAngle()
Returns the meter angle in degrees.
PaintgetNeedlePaint()
Returns the paint for the needle.
RangegetRange()
Returns the overall range for the dial.
FontgetTickLabelFont()
Returns the tick label font.
NumberFormatgetTickLabelFormat()
Returns the tick label format.
PaintgetTickPaint()
Returns the paint used to draw the ticks around the dial.
doublegetTickSize()
Returns the tick size (the interval between ticks on the dial).
StringgetUnits()
Returns a string describing the units for the dial.
FontgetValueFont()
Returns the font for the value label.
PaintgetValuePaint()
Returns the paint for the value label.
voidsetBackgroundImageAlpha(float alpha)
Sets the alpha transparency used when drawing the background image.
voidsetBackgroundPaint(Paint paint)
Sets the background color of the plot area and sends a PlotChangeEvent to all registered listeners.
voidsetDialBackgroundPaint(Paint paint)
Sets the paint used to fill the dial background.
voidsetDialOutlinePaint(Paint paint)
Sets the dial outline paint and sends a PlotChangeEvent to all registered listeners.
voidsetDialShape(DialShape shape)
Sets the dial shape and sends a PlotChangeEvent to all registered listeners.
voidsetInsets(RectangleInsets insets)
Sets the insets for the plot and sends a PlotChangeEvent to all registered listeners.
voidsetMeterAngle(int angle)
Sets the angle (in degrees) for the whole range of the dial and sends a PlotChangeEvent to all registered listeners.
voidsetNeedlePaint(Paint paint)
Sets the paint used to display the needle and sends a PlotChangeEvent to all registered listeners.
voidsetNoDataMessageFont(Font font)
Sets the font used to display the 'no data' message and sends a PlotChangeEvent to all registered listeners.
voidsetRange(Range range)
Sets the range for the dial and sends a PlotChangeEvent to all registered listeners.
voidsetTickLabelFont(Font font)
Sets the tick label font and sends a PlotChangeEvent to all registered listeners.
voidsetTickLabelFormat(NumberFormat format)
Sets the format for the tick labels and sends a PlotChangeEvent to all registered listeners.
voidsetTickLabelPaint(Paint paint)
Sets the tick label paint and sends a PlotChangeEvent to all registered listeners.
voidsetTickLabelsVisible(boolean visible)
Sets the flag that controls whether or not the tick labels are visible and sends a PlotChangeEvent to all registered listeners.
voidsetTickPaint(Paint paint)
Sets the paint used to draw the tick labels around the dial and sends a PlotChangeEvent to all registered listeners.
voidsetTickSize(double size)
Sets the tick size and sends a PlotChangeEvent to all registered listeners.
voidsetUnits(String units)
Sets the units for the dial and sends a PlotChangeEvent to all registered listeners.
voidsetValueFont(Font font)
Sets the font used to display the value label and sends a PlotChangeEvent to all registered listeners.
voidsetValuePaint(Paint paint)
Sets the paint used to display the value label and sends a PlotChangeEvent to all registered listeners.