public interface NavigationListener
Navigator
Modifier and Type | Method and Description |
---|---|
void |
centerChanged(NavigationEvent<PointND<? extends Number>> event)
A method that gets called after the center of an object in the
PlotNavigator has changed. |
void |
zoomChanged(NavigationEvent<Double> event)
A method that gets called after the zoom level of an object in the
PlotNavigator has changed. |
void centerChanged(NavigationEvent<PointND<? extends Number>> event)
PlotNavigator
has changed.event
- An object describing the change event.void zoomChanged(NavigationEvent<Double> event)
PlotNavigator
has changed.event
- An object describing the change event.Copyright © 2009-2013. All Rights Reserved.