|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SettingsListener | |
---|---|
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. |
de.erichseifert.gral.util | Common utility classes. |
Uses of SettingsListener in de.erichseifert.gral |
---|
Classes in de.erichseifert.gral that implement SettingsListener | |
---|---|
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 SettingsListener in de.erichseifert.gral.plots |
---|
Classes in de.erichseifert.gral.plots that implement SettingsListener | |
---|---|
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 SettingsListener in de.erichseifert.gral.plots.areas |
---|
Classes in de.erichseifert.gral.plots.areas that implement SettingsListener | |
---|---|
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 SettingsListener in de.erichseifert.gral.plots.axes |
---|
Classes in de.erichseifert.gral.plots.axes that implement SettingsListener | |
---|---|
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 SettingsListener in de.erichseifert.gral.plots.lines |
---|
Classes in de.erichseifert.gral.plots.lines that implement SettingsListener | |
---|---|
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 DataPoint s with a stair-like line. |
Uses of SettingsListener in de.erichseifert.gral.plots.points |
---|
Classes in de.erichseifert.gral.plots.points that implement SettingsListener | |
---|---|
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. |
Uses of SettingsListener in de.erichseifert.gral.util |
---|
Methods in de.erichseifert.gral.util that return types with arguments of type SettingsListener | |
---|---|
Set<SettingsListener> |
Settings.getSettingsListeners()
Returns an unmodifiable set containing all registered listeners. |
Methods in de.erichseifert.gral.util with parameters of type SettingsListener | |
---|---|
void |
Settings.addSettingsListener(SettingsListener l)
Adds a new listener which gets notified if settings have changed. |
void |
Settings.removeSettingsListener(SettingsListener l)
Removes the specified listener. |
Constructors in de.erichseifert.gral.util with parameters of type SettingsListener | |
---|---|
Settings(SettingsListener listener)
Creates an empty Settings object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |