Uses of Class
org.jfree.chart.plot.SeriesRenderingOrder
-
Packages that use SeriesRenderingOrder Package Description org.jfree.chart.plot Plot classes and related interfaces. -
-
Uses of SeriesRenderingOrder in org.jfree.chart.plot
Methods in org.jfree.chart.plot that return SeriesRenderingOrder Modifier and Type Method Description SeriesRenderingOrderXYPlot. getSeriesRenderingOrder()Returns the series rendering order.static SeriesRenderingOrderSeriesRenderingOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static SeriesRenderingOrder[]SeriesRenderingOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jfree.chart.plot with parameters of type SeriesRenderingOrder Modifier and Type Method Description voidXYPlot. setSeriesRenderingOrder(SeriesRenderingOrder order)Sets the series order and sends aPlotChangeEventto all registered listeners.
-