|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapPane | |
---|---|
org.geotools.swing | Simple Swing widgets for map display. |
org.geotools.swing.action | Swing Action classes to use with controls such as toolbar buttons. |
org.geotools.swing.control | A small collection of Swing controls including type-specific text fields and a list class with drag and drop item re-ordering. |
org.geotools.swing.event | Mouse events and listener classes to work with both window and map positions. |
org.geotools.swing.menu | Menu classes. |
org.geotools.swing.tool | Cursor tools for zooming and panning; subclass to implement additional mouse-driven tools. |
Uses of MapPane in org.geotools.swing |
---|
Classes in org.geotools.swing that implement MapPane | |
---|---|
class |
AbstractMapPane
Base class for Swing map panes. |
class |
JLayeredMapPane
This class is not usable yet ! |
class |
JMapPane
A lightweight map pane which uses a single renderer and backing image. |
Methods in org.geotools.swing with parameters of type MapPane | |
---|---|
void |
MapLayerTable.setMapPane(MapPane mapPane)
Set the map pane that this MapLayerTable will service. |
Constructors in org.geotools.swing with parameters of type MapPane | |
---|---|
MapLayerTable(MapPane mapPane)
Constructor. |
Uses of MapPane in org.geotools.swing.action |
---|
Methods in org.geotools.swing.action that return MapPane | |
---|---|
MapPane |
MapAction.getMapPane()
Get the map pane that this Action is working with |
Methods in org.geotools.swing.action with parameters of type MapPane | |
---|---|
protected void |
MapAction.init(MapPane mapPane,
String toolName,
String toolTip,
String iconImage)
Called by sub-classes to set the map pane field and initialize the control action properties |
Constructors in org.geotools.swing.action with parameters of type MapPane | |
---|---|
InfoAction(MapPane mapPane)
Constructor. |
|
InfoAction(MapPane mapPane,
boolean showToolName)
Constructor. |
|
NoToolAction(MapPane mapPane)
Constructor. |
|
NoToolAction(MapPane mapPane,
boolean showToolName)
Constructor. |
|
PanAction(MapPane mapPane)
Constructor. |
|
PanAction(MapPane mapPane,
boolean showToolName)
Constructor. |
|
ResetAction(MapPane mapPane)
Constructor. |
|
ResetAction(MapPane mapPane,
boolean showToolName)
Constructor. |
|
ZoomInAction(MapPane mapPane)
Constructor. |
|
ZoomInAction(MapPane mapPane,
boolean showToolName)
Constructor. |
|
ZoomOutAction(MapPane mapPane)
Constructor. |
|
ZoomOutAction(MapPane mapPane,
boolean showToolName)
Constructor. |
Uses of MapPane in org.geotools.swing.control |
---|
Methods in org.geotools.swing.control with parameters of type MapPane | |
---|---|
static JMapStatusBar |
JMapStatusBar.createDefaultStatusBar(MapPane mapPane)
Creates a new status bar, with the default set of items, linked to the given map pane. |
Constructors in org.geotools.swing.control with parameters of type MapPane | |
---|---|
JCoordsStatusBarItem(MapPane mapPane)
Creates a new item to display cursor position for the given map pane. |
|
JCRSStatusBarItem(MapPane mapPane)
Creates a new item to display CRS details of the associated map pane. |
|
JExtentStatusBarItem(MapPane mapPane)
Creates a new item to display the extent of the associated map pane. |
|
JRendererStatusBarItem(MapPane mapPane)
|
Uses of MapPane in org.geotools.swing.event |
---|
Methods in org.geotools.swing.event that return MapPane | |
---|---|
MapPane |
MapPaneEvent.getSource()
Gets the map pane which published this event. |
MapPane |
MapMouseEvent.getSource()
Gets the source map pane for this event. |
Constructors in org.geotools.swing.event with parameters of type MapPane | |
---|---|
DefaultMapMouseEventDispatcher(MapPane mapPane)
Creates a new manager instance to work with the specified map pane. |
|
MapMouseEvent(MapPane pane,
MouseEvent event)
Creates a new event instance. |
|
MapMouseEvent(MapPane pane,
MouseWheelEvent event)
Creates a new event instance for a mouse wheel event. |
|
MapPaneEvent(MapPane source,
MapPaneEvent.Type type)
Constructor for an event with no associated data |
|
MapPaneEvent(MapPane source,
MapPaneEvent.Type type,
Object data)
Constructor for an event with associated data. |
|
MapPaneKeyHandler(MapPane mapPane)
Creates a new instance with the default key bindings for actions. |
Uses of MapPane in org.geotools.swing.menu |
---|
Methods in org.geotools.swing.menu with parameters of type MapPane | |
---|---|
void |
JCRSPopupMenu.setMapPane(MapPane mapPane)
Sets the map pane. |
Constructors in org.geotools.swing.menu with parameters of type MapPane | |
---|---|
JCRSPopupMenu(MapPane mapPane)
Creates a CRS pop-up menu to work with the given map pane. |
Uses of MapPane in org.geotools.swing.tool |
---|
Methods in org.geotools.swing.tool that return MapPane | |
---|---|
MapPane |
CursorTool.getMapPane()
Get the map pane that this tool is servicing |
Methods in org.geotools.swing.tool with parameters of type MapPane | |
---|---|
void |
CursorTool.setMapPane(MapPane pane)
Set the map pane that this cursor tool is associated with |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |