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 | Interface and Description |
---|---|
interface |
Navigator
An interface for translating navigational interactions, such as zooming
panning to control the associated
Navigable object. |
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 |
---|---|
void |
Navigator.addNavigationListener(NavigationListener l)
Adds the specified listener object that gets notified on changes to
navigation information like panning or zooming.
|
void |
AbstractNavigator.addNavigationListener(NavigationListener l)
Adds the specified listener object that gets notified on changes to
navigation information like panning or zooming.
|
void |
Navigator.removeNavigationListener(NavigationListener l)
Removes the specified listener object, i.e. it doesn't get notified on
changes to navigation information like panning or zooming.
|
void |
AbstractNavigator.removeNavigationListener(NavigationListener l)
Removes the specified listener object, i.e. it doesn't get notified on
changes to navigation information like panning or zooming.
|
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.
|
Copyright © 2009-2013. All Rights Reserved.