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.
|
Class and Description |
---|
NavigationDirection
Marker interface for implementation specific navigation direction,
such as horizontal, vertical for two dimensional objects.
|
NavigationEvent
Data class that describes a navigational event, like zooming or panning.
|
NavigationListener
An interface for classes that want to be notified on navigation changes like
panning or zooming.
|
Navigator
An interface for translating navigational interactions, such as zooming
panning to control the associated
Navigable object. |
Class and Description |
---|
AbstractNavigator
Abstract base class that can be used to control the zoom and panning of an
object.
|
Navigable
Interface for classes that can provide a
Navigator which translates
navigational actions. |
NavigationDirection
Marker interface for implementation specific navigation direction,
such as horizontal, vertical for two dimensional objects.
|
NavigationListener
An interface for classes that want to be notified on navigation changes like
panning or zooming.
|
Navigator
An interface for translating navigational interactions, such as zooming
panning to control the associated
Navigable object. |
Copyright © 2009-2013. All Rights Reserved.