Uses of Class
org.jfree.chart.needle.MeterNeedle
Package
Description
A range of objects that can be used to represent the needle on a
CompassPlot
.Plot classes and related interfaces.
-
Uses of MeterNeedle in org.jfree.chart.needle
Modifier and TypeClassDescriptionclass
A needle in the shape of an arrow.class
A needle that is represented by a line.class
A needle that is represented by a long line.class
A needle that is drawn as a pin shape.class
A needle that is drawn as a pin shape.class
A needle for use with theCompassPlot
class.class
A needle in the shape of a pointer, for use with theCompassPlot
class.class
A needle in the shape of a ship, for use with theCompassPlot
class.class
A needle that indicates wind direction, for use with theCompassPlot
class. -
Uses of MeterNeedle in org.jfree.chart.plot
Modifier and TypeMethodDescriptionvoid
CompassPlot.addDataset
(ValueDataset dataset, MeterNeedle needle) Adds a dataset to the compass.void
CompassPlot.setSeriesNeedle
(int index, MeterNeedle needle) Sets the needle for a series and sends aPlotChangeEvent
to all registered listeners.