Uses of Class
org.jfree.chart.needle.MeterNeedle
-
Packages that use MeterNeedle Package Description org.jfree.chart.needle A range of objects that can be used to represent the needle on aCompassPlot.org.jfree.chart.plot Plot classes and related interfaces. -
-
Uses of MeterNeedle in org.jfree.chart.needle
Subclasses of MeterNeedle in org.jfree.chart.needle Modifier and Type Class Description classArrowNeedleA needle in the shape of an arrow.classLineNeedleA needle that is represented by a line.classLongNeedleA needle that is represented by a long line.classMiddlePinNeedleA needle that is drawn as a pin shape.classPinNeedleA needle that is drawn as a pin shape.classPlumNeedleA needle for use with theCompassPlotclass.classPointerNeedleA needle in the shape of a pointer, for use with theCompassPlotclass.classShipNeedleA needle in the shape of a ship, for use with theCompassPlotclass.classWindNeedleA needle that indicates wind direction, for use with theCompassPlotclass. -
Uses of MeterNeedle in org.jfree.chart.plot
Fields in org.jfree.chart.plot declared as MeterNeedle Modifier and Type Field Description private MeterNeedle[]CompassPlot. seriesNeedleAn array of needles.Methods in org.jfree.chart.plot with parameters of type MeterNeedle Modifier and Type Method Description voidCompassPlot. addDataset(ValueDataset dataset, MeterNeedle needle)Adds a dataset to the compass.voidCompassPlot. setSeriesNeedle(int index, MeterNeedle needle)Sets the needle for a series and sends aPlotChangeEventto all registered listeners.
-