Package | Description |
---|---|
de.erichseifert.gral.navigation |
Classes for navigational operations on plots.
|
Modifier and Type | Method and Description |
---|---|
void |
NavigationListener.centerChanged(NavigationEvent<PointND<? extends Number>> event)
A method that gets called after the center of an object in the
PlotNavigator has changed. |
void |
AbstractNavigator.centerChanged(NavigationEvent<PointND<? extends Number>> event)
A method that gets called after the center of an object in a connected
PlotNavigator has changed. |
protected void |
AbstractNavigator.fireCenterChanged(NavigationEvent<PointND<? extends Number>> event)
Notifies all navigation listeners that the center of one or more
components have been changed.
|
protected void |
AbstractNavigator.fireZoomChanged(NavigationEvent<Double> event)
Notifies all navigation listeners that the zoom level of all components
has been changed.
|
void |
NavigationListener.zoomChanged(NavigationEvent<Double> event)
A method that gets called after the zoom level of an object in the
PlotNavigator has changed. |
void |
AbstractNavigator.zoomChanged(NavigationEvent<Double> event)
A method that gets called after the zoom level of an object in a
connected
PlotNavigator has changed. |
Copyright © 2009-2013. All Rights Reserved.