Package org.jfree.chart.plot
Class PlotUtilities
java.lang.Object
org.jfree.chart.plot.PlotUtilities
Some utility methods related to the plot classes.
- Since:
- 1.0.7
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisEmptyOrNull(XYPlot plot) Returnstrueif all the datasets belonging to the specified plot are empty ornull, andfalseotherwise.
-
Constructor Details
-
PlotUtilities
public PlotUtilities()
-
-
Method Details
-
isEmptyOrNull
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
-