Uses of Interface
de.erichseifert.gral.Container

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

Uses of Container in de.erichseifert.gral
 

Classes in de.erichseifert.gral that implement Container
 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.
 

Methods in de.erichseifert.gral with parameters of type Container
 Dimension2D StackedLayout.getPreferredSize(Container container)
           
 Dimension2D EdgeLayout.getPreferredSize(Container container)
           
 Dimension2D Layout.getPreferredSize(Container container)
          Returns the preferred size of the specified Container using this Layout.
 void StackedLayout.layout(Container container)
           
 void EdgeLayout.layout(Container container)
           
 void Layout.layout(Container container)
          Arranges the components of this Container according to this Layout.
 

Uses of Container in de.erichseifert.gral.plots
 

Classes in de.erichseifert.gral.plots that implement Container
 class BarPlot
          Class that displays data in a bar plot.
 class PiePlot
          Class that displays data in a pie plot.
 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.
 



Copyright © 2009-2010. All Rights Reserved.