Uses of Class
org.jfree.chart.plot.compass.MeterNeedle
-
Packages that use MeterNeedle Package Description org.jfree.chart.plot.compass Theorg.jfree.chart.plot.CompassPlotclass and related code. -
-
Uses of MeterNeedle in org.jfree.chart.plot.compass
Subclasses of MeterNeedle in org.jfree.chart.plot.compass 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 theorg.jfree.chart.plot.CompassPlotclass.classPointerNeedleA needle in the shape of a pointer, for use with theorg.jfree.chart.plot.CompassPlotclass.classShipNeedleA needle in the shape of a ship, for use with theorg.jfree.chart.plot.CompassPlotclass.classWindNeedleA needle that indicates wind direction, for use with theorg.jfree.chart.plot.CompassPlotclass.Methods in org.jfree.chart.plot.compass 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.
-