|
Header
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.chart.plot.PlotUtilities
public class PlotUtilities
Some utility methods related to the plot classes.
Constructor Summary | |
---|---|
PlotUtilities()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PlotUtilities()
Method Detail |
---|
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).
|
Footer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |