Package | Description |
---|---|
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.legends |
Classes for rendering different kind of legends.
|
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.plots.settings |
Classes for managing user-defined settings.
|
Modifier and Type | Method and Description |
---|---|
void |
PiePlot.settingChanged(SettingChangeEvent event) |
void |
AbstractPlot.settingChanged(SettingChangeEvent event)
Invoked if a setting has changed.
|
void |
PlotArea.settingChanged(SettingChangeEvent event)
Invoked if a setting has changed.
|
void |
StylableDrawable.settingChanged(SettingChangeEvent event)
Invoked if a setting has changed.
|
void |
Label.settingChanged(SettingChangeEvent event)
Invoked if a setting has changed.
|
void |
StylableContainer.settingChanged(SettingChangeEvent event)
Invoked if a setting has changed.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractAreaRenderer.settingChanged(SettingChangeEvent event)
Invoked if a setting has changed.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractAxisRenderer2D.settingChanged(SettingChangeEvent event)
Invoked if a setting has changed.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractLegend.settingChanged(SettingChangeEvent event)
Invoked if a setting has changed.
|
void |
ValueLegend.settingChanged(SettingChangeEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractLineRenderer2D.settingChanged(SettingChangeEvent event)
Invoked if a setting has changed.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractPointRenderer.settingChanged(SettingChangeEvent event)
Invoked if a setting has changed.
|
Modifier and Type | Method and Description |
---|---|
void |
SettingsListener.settingChanged(SettingChangeEvent event)
Invoked if a setting has changed.
|
Copyright © 2009-2013. All Rights Reserved.