Uses of Class
de.erichseifert.gral.plots.Plot

Packages that use Plot
de.erichseifert.gral.plots Plot related classes like axis and plot area management. 
 

Uses of Plot in de.erichseifert.gral.plots
 

Subclasses of Plot in de.erichseifert.gral.plots
 class BarPlot
          Class that displays data in a bar plot.
 class PiePlot
          Class that displays data in a pie plot.
 class XYPlot
          Class that displays data in an two dimensional coordinate system.
 

Methods in de.erichseifert.gral.plots that return Plot
 Plot PlotNavigator.getPlot()
          Returns the plot stored in this instance.
 

Constructors in de.erichseifert.gral.plots with parameters of type Plot
PlotNavigator(Plot plot)
          Creates a new PlotZoomer object that is responsible for the specified plot.
 



Copyright © 2009-2010. All Rights Reserved.