|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JMapPane | |
---|---|
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.event | Mouse events and listener classes to work with both window and map positions. |
org.geotools.swing.tool | Cursor tools for zooming and panning; subclass to implement additional mouse-driven tools. |
Uses of JMapPane in org.geotools.swing |
---|
Methods in org.geotools.swing that return JMapPane | |
---|---|
JMapPane |
JMapFrame.getMapPane()
Provides access to the instance of JMapPane being used
by this frame. |
Methods in org.geotools.swing with parameters of type JMapPane | |
---|---|
void |
StatusBar.setMapPane(JMapPane newPane)
Register this status bar to receive mouse events from the given map pane |
void |
MapLayerTable.setMapPane(JMapPane pane)
Set the map pane that this MapLayerTable will service. |
Constructors in org.geotools.swing with parameters of type JMapPane | |
---|---|
MapLayerTable(JMapPane pane)
Constructor. |
|
StatusBar(JMapPane pane)
Constructor. |
Uses of JMapPane in org.geotools.swing.action |
---|
Methods in org.geotools.swing.action that return JMapPane | |
---|---|
JMapPane |
MapAction.getMapPane()
Get the map pane that this Action is working with |
Methods in org.geotools.swing.action with parameters of type JMapPane | |
---|---|
protected void |
MapAction.init(JMapPane 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 JMapPane | |
---|---|
InfoAction(JMapPane mapPane)
Constructor. |
|
InfoAction(JMapPane mapPane,
boolean showToolName)
Constructor. |
|
PanAction(JMapPane mapPane)
Constructor. |
|
PanAction(JMapPane mapPane,
boolean showToolName)
Constructor. |
|
ResetAction(JMapPane mapPane)
Constructor. |
|
ResetAction(JMapPane mapPane,
boolean showToolName)
Constructor. |
|
ZoomInAction(JMapPane mapPane)
Constructor. |
|
ZoomInAction(JMapPane mapPane,
boolean showToolName)
Constructor. |
|
ZoomOutAction(JMapPane mapPane)
Constructor. |
|
ZoomOutAction(JMapPane mapPane,
boolean showToolName)
Constructor. |
Uses of JMapPane in org.geotools.swing.event |
---|
Constructors in org.geotools.swing.event with parameters of type JMapPane | |
---|---|
MapMouseEvent(JMapPane pane,
MouseEvent event)
Constructor. |
|
MapMouseEvent(JMapPane pane,
MouseWheelEvent event)
Constructor for mouse wheel events. |
|
MapPaneEvent(JMapPane source,
MapPaneEvent.Type type)
Constructor |
Uses of JMapPane in org.geotools.swing.tool |
---|
Methods in org.geotools.swing.tool that return JMapPane | |
---|---|
JMapPane |
CursorTool.getMapPane()
Get the map pane that this tool is servicing |
Methods in org.geotools.swing.tool with parameters of type JMapPane | |
---|---|
void |
CursorTool.setMapPane(JMapPane pane)
Set the map pane that this cursor tool is associated with |
Constructors in org.geotools.swing.tool with parameters of type JMapPane | |
---|---|
MapToolManager(JMapPane pane)
Constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |