public class

PlotUtilities

extends Object
java.lang.Object
   ↳ org.jfree.chart.plot.PlotUtilities

Class Overview

Some utility methods related to the plot classes.

Summary

Public Constructors
PlotUtilities()
Public Methods
static boolean isEmptyOrNull(XYPlot plot)
Returns true if all the datasets belonging to the specified plot are empty or null, and false otherwise.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public PlotUtilities ()

Public Methods

public static boolean isEmptyOrNull (XYPlot plot)

Returns 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.