Uses of Interface
de.erichseifert.gral.util.SettingsStorage

Packages that use SettingsStorage
de.erichseifert.gral Main classes. 
de.erichseifert.gral.plots Plot related classes like axis and plot area management. 
de.erichseifert.gral.plots.areas Classes for drawing areas in plots. 
de.erichseifert.gral.plots.axes Classes for managing and drawing axes in plots. 
de.erichseifert.gral.plots.lines Classes for rendering data series connected by lines. 
de.erichseifert.gral.plots.points Classes for rendering point shapes in a plot. 
 

Uses of SettingsStorage in de.erichseifert.gral
 

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

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

Uses of SettingsStorage in de.erichseifert.gral.plots.areas
 

Subinterfaces of SettingsStorage in de.erichseifert.gral.plots.areas
 interface AreaRenderer
          Interface for renderers that display areas in plots.
 

Classes in de.erichseifert.gral.plots.areas that implement SettingsStorage
 class AbstractAreaRenderer
          Abstract class that renders an area in two-dimensional space.
 class DefaultAreaRenderer2D
          Default two-dimensional implementation of the AreaRenderer interface.
 class LineAreaRenderer2D
          Default two-dimensional implementation of the AreaRenderer interface that draws lines from data points to the main axis.
 

Uses of SettingsStorage in de.erichseifert.gral.plots.axes
 

Subinterfaces of SettingsStorage in de.erichseifert.gral.plots.axes
 interface AxisRenderer
          Interface for generic renderers of axes.
 

Classes in de.erichseifert.gral.plots.axes that implement SettingsStorage
 class AbstractAxisRenderer2D
          Abstract class that provides function for rendering axes in two-dimensional space.
 class LinearRenderer2D
          Class that renders axes with a linear scale in two dimensional space.
 class LogarithmicRenderer2D
          Class that renders axes with a logarithmic scale in two dimensional space.
 

Uses of SettingsStorage in de.erichseifert.gral.plots.lines
 

Subinterfaces of SettingsStorage in de.erichseifert.gral.plots.lines
 interface LineRenderer
          Interface that provides functions for rendering a line in 2-dimensional space.
 

Classes in de.erichseifert.gral.plots.lines that implement SettingsStorage
 class AbstractLineRenderer2D
          Abstract class that renders a line in two-dimensional space.
 class DefaultLineRenderer2D
          Class that connects DataPoints2D with a straight line.
 class DiscreteLineRenderer2D
          Class that connects DataPoints with a stair-like line.
 

Uses of SettingsStorage in de.erichseifert.gral.plots.points
 

Subinterfaces of SettingsStorage in de.erichseifert.gral.plots.points
 interface PointRenderer
          An interface providing functions for rendering points in a diagram.
 

Classes in de.erichseifert.gral.plots.points that implement SettingsStorage
 class AbstractPointRenderer
          Abstract class implementing functions for the administration of settings.
 class DefaultPointRenderer
          Class that creates Drawables for a row of data.
 class SizeablePointRenderer
          Class that provides Drawables, which are sized accordingly to the data.
 



Copyright © 2009-2010. All Rights Reserved.