Package org.jfree.chart.plot
Class PlotUtilities
- java.lang.Object
-
- org.jfree.chart.plot.PlotUtilities
-
public class PlotUtilities extends java.lang.Object
Some utility methods related to the plot classes.- Since:
- 1.0.7
-
-
Constructor Summary
Constructors Constructor Description PlotUtilities()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisEmptyOrNull(XYPlot plot)Returnstrueif all the datasets belonging to the specified plot are empty ornull, andfalseotherwise.
-
-
-
Constructor Detail
-
PlotUtilities
public PlotUtilities()
-
-
Method Detail
-
isEmptyOrNull
public static boolean isEmptyOrNull(XYPlot plot)
Returnstrueif all the datasets belonging to the specified plot are empty ornull, andfalseotherwise.- Parameters:
plot- the plot (nullpermitted).- Returns:
- A boolean.
- Since:
- 1.0.7
-
-