org.jfree.chart.plot
public class PlotUtilities extends Object
Since: 1.0.7
| Method Summary | |
|---|---|
| static boolean | isEmptyOrNull(XYPlot plot)
Returns true if all the datasets belonging to the specified
plot are empty or null, and false otherwise.
|
true if all the datasets belonging to the specified
plot are empty or null, and false otherwise.
Parameters: plot the plot (null permitted).
Returns: A boolean.
Since: 1.0.7