public class PlotUtilities extends java.lang.Object
| Constructor and Description |
|---|
PlotUtilities() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isEmptyOrNull(XYPlot plot)
Returns
true if all the datasets belonging to the specified
plot are empty or null, and false otherwise. |
public PlotUtilities()
public static boolean isEmptyOrNull(XYPlot plot)
true if all the datasets belonging to the specified
plot are empty or null, and false otherwise.plot - the plot (null permitted).