Package | Description |
---|---|
org.jdesktop.swingx | |
org.jdesktop.swingx.input | |
org.jdesktop.swingx.mapviewer | |
org.jdesktop.swingx.mapviewer.util |
Modifier and Type | Method and Description |
---|---|
JXMapViewer |
JXMapKit.getMainMap()
Returns a reference to the main embedded JXMapViewer component
|
JXMapViewer |
JXMapKit.getMiniMap()
Returns a reference to the mini embedded JXMapViewer component
|
Modifier and Type | Method and Description |
---|---|
Painter<? super JXMapViewer> |
JXMapViewer.getOverlayPainter()
Gets the current map overlay
|
Modifier and Type | Method and Description |
---|---|
void |
JXMapViewer.setOverlayPainter(Painter<? super JXMapViewer> overlay)
Sets the map overlay.
|
Constructor and Description |
---|
CenterMapListener(JXMapViewer viewer) |
PanKeyListener(JXMapViewer viewer) |
PanMouseInputListener(JXMapViewer viewer) |
ZoomMouseWheelListenerCenter(JXMapViewer viewer) |
ZoomMouseWheelListenerCursor(JXMapViewer viewer) |
Modifier and Type | Method and Description |
---|---|
protected void |
WaypointPainter.doPaint(Graphics2D g,
JXMapViewer map,
int width,
int height) |
void |
WaypointRenderer.paintWaypoint(Graphics2D g,
JXMapViewer map,
W waypoint)
paint the specified waypoint on the specified map and graphics context
|
void |
DefaultWaypointRenderer.paintWaypoint(Graphics2D g,
JXMapViewer map,
Waypoint w) |
Modifier and Type | Method and Description |
---|---|
static GeoBounds |
GeoUtil.getMapBounds(JXMapViewer mapViewer)
Gets the map bounds.
|
Copyright © 2013. All Rights Reserved.