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 | Method and Description |
---|---|
NavigationDirection |
Navigator.getDirection()
Returns the current direction of the components that will be taken into
account for zooming and panning.
|
NavigationDirection |
AbstractNavigator.getDirection()
Returns the current direction of the components that will be taken into
account for zooming and panning.
|
Modifier and Type | Method and Description |
---|---|
void |
Navigator.setDirection(NavigationDirection direction)
Sets the direction of the components that will be taken into account for
zooming and panning.
|
void |
AbstractNavigator.setDirection(NavigationDirection direction)
Sets the direction of the components that will be taken into account for
zooming and panning.
|
Modifier and Type | Class and Description |
---|---|
static class |
XYPlot.XYNavigationDirection
Constants which determine the direction of zoom and pan actions.
|
Modifier and Type | Method and Description |
---|---|
void |
XYPlot.XYPlotNavigator.setDirection(NavigationDirection direction) |
Copyright © 2009-2013. All Rights Reserved.