A C D E G I J L M N R S Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addNotify() - Method in class nl.bebr.mapviewer.swing.JXMapViewer
- addObject(Object) - Method in class nl.bebr.mapviewer.swing.MapViewerLookup
- attach() - Method in class nl.bebr.mapviewer.swing.ZoomPanel
C
- convertGeoPositionToPoint(GeoPosition) - Method in class nl.bebr.mapviewer.swing.JXMapViewer
- convertPointToGeoPosition(Point2D) - Method in class nl.bebr.mapviewer.swing.JXMapViewer
D
- decorateActiveInfoItem(JMenuItem) - Method in class nl.bebr.mapviewer.swing.MapTypeSelectionPanelSwing
- detach() - Method in class nl.bebr.mapviewer.swing.ZoomPanel
- disableZoom() - Method in class nl.bebr.mapviewer.swing.JXMapViewer
- drawMapTiles(Graphics, int, Rectangle) - Method in class nl.bebr.mapviewer.swing.JXMapViewer
-
Draw the map tiles.
E
- enableZoom() - Method in class nl.bebr.mapviewer.swing.JXMapViewer
G
- getAddressLocation() - Method in class nl.bebr.mapviewer.swing.JXMapViewer
-
Gets the current address location of the map.
- getCenter() - Method in class nl.bebr.mapviewer.swing.JXMapViewer
-
Gets center of the map in pixel coordinates
- getCenterPosition() - Method in class nl.bebr.mapviewer.swing.JXMapViewer
-
Gets center position of the map
- getInstance() - Static method in class nl.bebr.mapviewer.swing.MapViewerLookup
- getLoadingImage() - Method in class nl.bebr.mapviewer.swing.JXMapViewer
-
A property for an image which will be display when an image is still loading.
- getOverlayPainter() - Method in class nl.bebr.mapviewer.swing.JXMapViewer
-
Gets the current map overlay
- getScreenCoordinates() - Method in class nl.bebr.mapviewer.swing.JXMapViewer
- getTileFactory() - Method in class nl.bebr.mapviewer.swing.JXMapViewer
- getViewportBounds() - Method in class nl.bebr.mapviewer.swing.JXMapViewer
- getZoom() - Method in class nl.bebr.mapviewer.swing.JXMapViewer
I
- initInputListeners() - Method in class nl.bebr.mapviewer.swing.JXMapViewer
- isDesignTime() - Method in class nl.bebr.mapviewer.swing.JXMapViewer
-
Indicates whether the component is being used at design time, such as in a visual editor like NetBeans' Matisse
- isDoubleClickZoomEnabled() - Method in class nl.bebr.mapviewer.swing.JXMapViewer
- isRecenterOnClickEnabled() - Method in class nl.bebr.mapviewer.swing.JXMapViewer
-
Indicates if the map should recenter itself on mouse clicks.
- isTypeSelectionEnabled() - Method in class nl.bebr.mapviewer.swing.JXMapViewer
- isZoomEnabled() - Method in class nl.bebr.mapviewer.swing.JXMapViewer
J
- JXMapViewer - Class in nl.bebr.mapviewer.swing
-
A tile oriented map component that can easily be used with tile sources on the web like Google and Yahoo maps, satellite data such as NASA imagery, and also with file based sources like pre-processed NASA images.
- JXMapViewer() - Constructor for class nl.bebr.mapviewer.swing.JXMapViewer
-
Create a new JXMapViewer.
L
- lookup(Class<T>) - Method in class nl.bebr.mapviewer.swing.MapViewerLookup
M
- MapTypeSelectionPanelSwing - Class in nl.bebr.mapviewer.swing
- MapTypeSelectionPanelSwing() - Constructor for class nl.bebr.mapviewer.swing.MapTypeSelectionPanelSwing
- MapViewerLookup - Class in nl.bebr.mapviewer.swing
- markZoomArea(Point, Point) - Method in class nl.bebr.mapviewer.swing.JXMapViewer
-
Paints zoom selection area rectangle
- MAX_ZOOM - Static variable in class nl.bebr.mapviewer.swing.JXMapViewer
- MIN_ZOOM - Static variable in class nl.bebr.mapviewer.swing.JXMapViewer
N
- nl.bebr.mapviewer.swing - package nl.bebr.mapviewer.swing
R
- removeNotify() - Method in class nl.bebr.mapviewer.swing.JXMapViewer
- removeObject(Object) - Method in class nl.bebr.mapviewer.swing.MapViewerLookup
S
- selectTileInfo(TileFactoryInfo) - Method in class nl.bebr.mapviewer.swing.MapTypeSelectionPanelSwing
- setActiveTileFactoryInfo(TileFactoryInfo) - Method in class nl.bebr.mapviewer.swing.MapTypeSelectionPanelSwing
- setAddressLocation(GeoPosition) - Method in class nl.bebr.mapviewer.swing.JXMapViewer
-
Set
GeoPositionaddress of the center of the map - setCenter(Point2D) - Method in class nl.bebr.mapviewer.swing.JXMapViewer
-
Sets the new center of the map in pixel coordinates.
- setCenterPosition(GeoPosition) - Method in class nl.bebr.mapviewer.swing.JXMapViewer
-
Sets center position of the map
- setDesignTime(boolean) - Method in class nl.bebr.mapviewer.swing.JXMapViewer
-
Indicate that the component is being used at design time, such as in a visual editor like NetBeans' Matisse
- setDoubleClickZoomEnabled(boolean) - Method in class nl.bebr.mapviewer.swing.JXMapViewer
- setHorizontalWrapped(boolean) - Method in class nl.bebr.mapviewer.swing.JXMapViewer
- setItems(TileFactoryInfo[]) - Method in class nl.bebr.mapviewer.swing.MapTypeSelectionPanelSwing
- setLoadingImage(Image) - Method in class nl.bebr.mapviewer.swing.JXMapViewer
-
A property for an image which will be display when an image is still loading.
- setOnSelectionChange(TileFactoryInfoSelectionEventHandler) - Method in class nl.bebr.mapviewer.swing.MapTypeSelectionPanelSwing
- setOverlayPainter(Painter<JXMapViewer>) - Method in class nl.bebr.mapviewer.swing.JXMapViewer
-
Sets the map overlay.
- setRecenterOnClickEnabled(boolean) - Method in class nl.bebr.mapviewer.swing.JXMapViewer
-
Sets whether the map should recenter itself on mouse clicks (middle mouse clicks?)
- setRestrictOutsidePanning(boolean) - Method in class nl.bebr.mapviewer.swing.JXMapViewer
- setTileFactory(TileFactory<BufferedImage, Tile<BufferedImage>>) - Method in class nl.bebr.mapviewer.swing.JXMapViewer
-
Set
TileFactory - setTypeSelectionEnabled(boolean, TileFactoryInfo...) - Method in class nl.bebr.mapviewer.swing.JXMapViewer
- setZoom(int) - Method in class nl.bebr.mapviewer.swing.JXMapViewer
-
Set zoom level
- setZoomEnabled(boolean) - Method in class nl.bebr.mapviewer.swing.JXMapViewer
- setZoomFromGeoPosition(GeoPosition, GeoPosition) - Method in class nl.bebr.mapviewer.swing.JXMapViewer
Z
- ZOOM - Static variable in class nl.bebr.mapviewer.swing.JXMapViewer
- ZoomPanel - Class in nl.bebr.mapviewer.swing
- ZoomPanel(JXMapViewer) - Constructor for class nl.bebr.mapviewer.swing.ZoomPanel
- zoomToArea(Point, Point) - Method in class nl.bebr.mapviewer.swing.JXMapViewer
-
Zoom the map to specified area
All Classes All Packages