Uses of Class
de.erichseifert.gral.AbstractDrawable

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

Uses of AbstractDrawable in de.erichseifert.gral
 

Subclasses of AbstractDrawable in de.erichseifert.gral
 class DrawableContainer
          Implementation of Container that is a Drawable itself.
 class Legend
          Abstract class that serves as a basic for any legend in a plot.
 class PlotArea
          Abstract class that represents a canvas for the plot which will be drawn.
 

Uses of AbstractDrawable in de.erichseifert.gral.plots
 

Subclasses of AbstractDrawable in de.erichseifert.gral.plots
 class BarPlot
          Class that displays data in a bar plot.
 class Label
          Class that draws a label to a specific location.
 class PiePlot
          Class that displays data in a pie plot.
static class PiePlot.PiePlotArea2D
          Class that represents the drawing area of a PiePlot.
 class Plot
          Abstract class that displays data in a plot.
 class XYPlot
          Class that displays data in an two dimensional coordinate system.
static class XYPlot.XYLegend
          Class that displays a legend in an XYPlot.
static class XYPlot.XYPlotArea2D
          Class that represents the drawing area of an XYPlot.
 



Copyright © 2009-2010. All Rights Reserved.