Package | Description |
---|---|
de.erichseifert.gral.navigation |
Classes for navigational operations on plots.
|
de.erichseifert.gral.plots |
Plot related classes like axis and plot area management.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractNavigator
Abstract base class that can be used to control the zoom and panning of an
object.
|
Modifier and Type | Method and Description |
---|---|
Navigator |
Navigable.getNavigator()
Returns a navigator instance that can control the current object.
|
Navigator |
NavigationEvent.getSource()
Returns the navigator that has caused the change.
|
Modifier and Type | Method and Description |
---|---|
void |
Navigator.connect(Navigator navigator)
Couples the actions of the current and the specified navigator.
|
void |
AbstractNavigator.connect(Navigator navigator)
Couples the actions of the current and the specified navigator.
|
void |
Navigator.disconnect(Navigator navigator)
Decouples the actions of the current and the connected specified
navigator.
|
void |
AbstractNavigator.disconnect(Navigator navigator)
Decouples the actions of the current and the connected specified
navigator.
|
Constructor and Description |
---|
NavigationEvent(Navigator source,
T valueOld,
T valueNew)
Initializes a new instance.
|
Modifier and Type | Class and Description |
---|---|
static class |
PiePlot.PiePlotNavigator
Navigator implementation for pie plots.
|
class |
PlotNavigator
Abstract base class that can be used to control the zoom and panning of a
plot.
|
static class |
XYPlot.XYPlotNavigator
Navigator implementation for two-dimensional plots.
|
Modifier and Type | Method and Description |
---|---|
Navigator |
PiePlot.getNavigator()
Returns a navigator instance that can control the current object.
|
Navigator |
XYPlot.getNavigator()
Returns a navigator instance that can control the current object.
|
Copyright © 2009-2013. All Rights Reserved.