Package de.erichseifert.gral

Main classes.

See:
          Description

Interface Summary
Container An interface that provides functions to store and layout Drawables.
Drawable Interface providing functions for a lightweight component that can be drawn on the screen.
DrawableConstants Interface that solely stores constants concerning Drawables.
Layout Interface that provides basic functions for arranging a layout.
 

Class Summary
AbstractDrawable Abstract implementation of the Drawable interface.
DrawableContainer Implementation of Container that is a Drawable itself.
DrawingContext Class that encapsulates an object for drawing and context information.
EdgeLayout Implementation of Layout that arranges a Container's components according to a certain grid.
Legend Abstract class that serves as a basic for any legend in a plot.
PlotArea Abstract class that represents a canvas for the plot which will be drawn.
StackedLayout Class that represents a layout manager which arranges its components lying upon another.
 

Enum Summary
DrawableConstants.Location Indicates the location of a Drawable.
DrawableConstants.Orientation Orientation of a Drawable.
DrawingContext.Quality Data type that describes the quality mode of drawing operations.
DrawingContext.Target Data type that describes the type of the drawing target.
 

Package de.erichseifert.gral Description

Main classes.



Copyright © 2009-2010. All Rights Reserved.