See: Description
Interface | Description |
---|---|
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. |
Class | Description |
---|---|
AbstractNavigator |
Abstract base class that can be used to control the zoom and panning of an
object.
|
NavigationEvent<T> |
Data class that describes a navigational event, like zooming or panning.
|
Copyright © 2009-2013. All Rights Reserved.