- AbstractBean - Class in org.jdesktop.beans
-
A convenience class from which to extend all non-visual AbstractBeans.
- AbstractBean() - Constructor for class org.jdesktop.beans.AbstractBean
-
Creates a new instance of AbstractBean
- AbstractBean(PropertyChangeSupport, VetoableChangeSupport) - Constructor for class org.jdesktop.beans.AbstractBean
-
Creates a new instance of AbstractBean, using the supplied PropertyChangeSupport and
VetoableChangeSupport delegates.
- AbstractPainter<T> - Class in org.jdesktop.swingx.painter
-
A convenient base class from which concrete
Painter
implementations may
extend.
- AbstractPainter() - Constructor for class org.jdesktop.swingx.painter.AbstractPainter
-
Creates a new instance of AbstractPainter.
- AbstractPainter(boolean) - Constructor for class org.jdesktop.swingx.painter.AbstractPainter
-
Creates a new instance of AbstractPainter.
- AbstractPainter.Interpolation - Enum in org.jdesktop.swingx.painter
-
An enum representing the possible interpolation values of Bicubic, Bilinear, and
Nearest Neighbor.
- AbstractSerializableBean - Class in org.jdesktop.beans
-
This subclass enhances AbstractBean
by implementing the
Serializable
interface.
- AbstractSerializableBean() - Constructor for class org.jdesktop.beans.AbstractSerializableBean
-
Creates a new instance of AbstractSerializableBean
.
- AbstractSerializableBean(PropertyChangeSupport, VetoableChangeSupport) - Constructor for class org.jdesktop.beans.AbstractSerializableBean
-
Creates a new instance of AbstractSerializableBean
, using the
supplied support delegates.
- AbstractTileFactory - Class in org.jdesktop.swingx.mapviewer
-
The AbstractTileFactory
provides
a basic implementation for the TileFactory.
- AbstractTileFactory(TileFactoryInfo) - Constructor for class org.jdesktop.swingx.mapviewer.AbstractTileFactory
-
Creates a new instance of DefaultTileFactory using the spcified TileFactoryInfo
- addPainter(Painter<T>) - Method in class org.jdesktop.swingx.painter.CompoundPainter
-
Adds a painter to the queue of painters
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.jdesktop.beans.AbstractBean
-
Add a PropertyChangeListener to the listener list.
- addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.jdesktop.beans.AbstractBean
-
Add a PropertyChangeListener for a specific property.
- addTileListener(TileListener) - Method in class org.jdesktop.swingx.mapviewer.TileFactory
-
Adds a tile listener
- addVetoableChangeListener(VetoableChangeListener) - Method in class org.jdesktop.beans.AbstractBean
-
Add a VetoableListener to the listener list.
- addVetoableChangeListener(String, VetoableChangeListener) - Method in class org.jdesktop.beans.AbstractBean
-
Add a VetoableChangeListener for a specific property.
- calculateZoomFrom(Set<GeoPosition>) - Method in class org.jdesktop.swingx.JXMapViewer
-
Calculates a zoom level so that all points in the specified set will be visible on screen.
- CenterMapListener - Class in org.jdesktop.swingx.input
-
Centers the map on the mouse cursor
if left is double-clicked or middle mouse
button is pressed.
- CenterMapListener(JXMapViewer) - Constructor for class org.jdesktop.swingx.input.CenterMapListener
-
- clear(Image) - Static method in class org.jdesktop.swingx.util.GraphicsUtilities
-
Clears the data from the image.
- clearCache() - Method in class org.jdesktop.swingx.painter.AbstractPainter
-
Call this method to clear the cacheable.
- clearCache() - Method in class org.jdesktop.swingx.painter.CompoundPainter
-
Clears the cache of this Painter
, and all child
Painters
.
- clearLocalCache() - Method in class org.jdesktop.swingx.painter.CompoundPainter
-
Clears the cache of this painter only, and not of any of the children.
- clone() - Method in class org.jdesktop.beans.AbstractBean
- CompoundPainter<T> - Class in org.jdesktop.swingx.painter
-
A
Painter
implementation composed of an array of
Painter
s.
- CompoundPainter() - Constructor for class org.jdesktop.swingx.painter.CompoundPainter
-
Creates a new instance of CompoundPainter
- CompoundPainter(Painter<T>...) - Constructor for class org.jdesktop.swingx.painter.CompoundPainter
-
Convenience constructor for creating a CompoundPainter for an array
of painters.
- CompoundPainter(List<? extends Painter<T>>) - Constructor for class org.jdesktop.swingx.painter.CompoundPainter
-
Convenience constructor for creating a CompoundPainter for a list
of painters.
- configureGraphics(Graphics2D) - Method in class org.jdesktop.swingx.painter.AbstractPainter
-
This method is called by the paint
method prior to
any drawing operations to configure the drawing surface.
- configureGraphics(Graphics2D) - Method in class org.jdesktop.swingx.painter.CompoundPainter
-
- convertGeoPositionToPoint(GeoPosition) - Method in class org.jdesktop.swingx.JXMapViewer
-
Converts the specified GeoPosition to a point in the JXMapViewer's local coordinate space.
- convertPointToGeoPosition(Point2D) - Method in class org.jdesktop.swingx.JXMapViewer
-
Converts the specified Point2D in the JXMapViewer's local coordinate space to a GeoPosition on the map.
- convertToBufferedImage(Image) - Static method in class org.jdesktop.swingx.util.GraphicsUtilities
-
Converts the specified image into a compatible buffered image.
- createColorModelCompatibleImage(BufferedImage) - Static method in class org.jdesktop.swingx.util.GraphicsUtilities
-
Returns a new BufferedImage
using the same color model
as the image passed as a parameter.
- createCompatibleImage(BufferedImage) - Static method in class org.jdesktop.swingx.util.GraphicsUtilities
-
Returns a new compatible image with the same width, height and
transparency as the image specified as a parameter.
- createCompatibleImage(BufferedImage, int, int) - Static method in class org.jdesktop.swingx.util.GraphicsUtilities
-
Returns a new compatible image of the specified width and height, and
the same transparency setting as the image specified as a parameter.
- createCompatibleImage(int, int) - Static method in class org.jdesktop.swingx.util.GraphicsUtilities
-
Returns a new opaque compatible image of the specified width and
height.
- createCompatibleTranslucentImage(int, int) - Static method in class org.jdesktop.swingx.util.GraphicsUtilities
-
Returns a new translucent compatible image of the specified width and
height.
- createThumbnail(BufferedImage, int) - Static method in class org.jdesktop.swingx.util.GraphicsUtilities
-
Returns a thumbnail of a source image.
- createThumbnail(BufferedImage, int, int) - Static method in class org.jdesktop.swingx.util.GraphicsUtilities
-
Returns a thumbnail of a source image.
- createThumbnailFast(BufferedImage, int) - Static method in class org.jdesktop.swingx.util.GraphicsUtilities
-
Returns a thumbnail of a source image.
- createThumbnailFast(BufferedImage, int, int) - Static method in class org.jdesktop.swingx.util.GraphicsUtilities
-
Returns a thumbnail of a source image.
- createTileRunner(Tile) - Method in class org.jdesktop.swingx.mapviewer.AbstractTileFactory
-
Subclasses can override this if they need custom TileRunners for some reason
- CylindricalProjectionTileFactory - Class in org.jdesktop.swingx.mapviewer.bmng
-
- CylindricalProjectionTileFactory() - Constructor for class org.jdesktop.swingx.mapviewer.bmng.CylindricalProjectionTileFactory
-
- CylindricalProjectionTileFactory(SLMapServerInfo) - Constructor for class org.jdesktop.swingx.mapviewer.bmng.CylindricalProjectionTileFactory
-
- generatePolygon(int, int, boolean) - Static method in class org.jdesktop.swingx.util.ShapeUtils
-
Generates a polygon with an inside radius of 0.
- generatePolygon(int, int, int, boolean) - Static method in class org.jdesktop.swingx.util.ShapeUtils
-
Generates a polygon
- generatePolygon(int, int, int) - Static method in class org.jdesktop.swingx.util.ShapeUtils
-
Generates a polygon
- generateShapeFromText(Font, char) - Static method in class org.jdesktop.swingx.util.ShapeUtils
-
- generateShapeFromText(Font, String) - Static method in class org.jdesktop.swingx.util.ShapeUtils
-
- GeoBounds - Class in org.jdesktop.swingx.mapviewer
-
The GeoBounds
class provides access the the North East and South West corners of the bounds and provides
an intersects method.
- GeoBounds(double, double, double, double) - Constructor for class org.jdesktop.swingx.mapviewer.GeoBounds
-
Constructor.
- GeoBounds(Set<GeoPosition>) - Constructor for class org.jdesktop.swingx.mapviewer.GeoBounds
-
Constructor.
- GeoPosition - Class in org.jdesktop.swingx.mapviewer
-
An immutable coordinate in the real (geographic) world,
composed of a latitude and a longitude.
- GeoPosition(double, double) - Constructor for class org.jdesktop.swingx.mapviewer.GeoPosition
-
Creates a new instance of GeoPosition from the specified
latitude and longitude.
- GeoPosition(double[]) - Constructor for class org.jdesktop.swingx.mapviewer.GeoPosition
-
Creates a new instance of GeoPosition from the specified
latitude and longitude as an array of two doubles, with the
latitude first.
- GeoPosition(int, int, int, int, int, int) - Constructor for class org.jdesktop.swingx.mapviewer.GeoPosition
-
Creates a new instance of GeoPosition from the specified
latitude and longitude.
- geoToPixel(GeoPosition, int) - Method in class org.jdesktop.swingx.mapviewer.bmng.CylindricalProjectionTileFactory
-
- geoToPixel(GeoPosition, int) - Method in class org.jdesktop.swingx.mapviewer.TileFactory
-
Convert a GeoPosition to a pixel position in the world bitmap a the specified zoom level.
- GeoUtil - Class in org.jdesktop.swingx.mapviewer.util
-
These are math utilities for converting between pixels, tiles, and geographic coordinates.
- GeoUtil() - Constructor for class org.jdesktop.swingx.mapviewer.util.GeoUtil
-
- get(URI, String, Map<String, List<String>>) - Method in class org.jdesktop.swingx.mapviewer.LocalResponseCache
-
- get(URI) - Method in class org.jdesktop.swingx.mapviewer.TileCache
-
Returns a buffered image for the requested URI from the cache.
- getAddressLocation() - Method in class org.jdesktop.swingx.JXMapKit
-
- getAddressLocation() - Method in class org.jdesktop.swingx.JXMapViewer
-
Gets the current address location of the map.
- getBaseURL() - Method in class org.jdesktop.swingx.mapviewer.TileFactoryInfo
-
- getBaseUrl() - Method in class org.jdesktop.swingx.mapviewer.wms.WMSService
-
- getBitmapCoordinate(GeoPosition, int, TileFactoryInfo) - Static method in class org.jdesktop.swingx.mapviewer.util.GeoUtil
-
Given a position (latitude/longitude pair) and a zoom level, return the appropriate point in pixels.
- getBitmapCoordinate(double, double, int, TileFactoryInfo) - Static method in class org.jdesktop.swingx.mapviewer.util.GeoUtil
-
Given a position (latitude/longitude pair) and a zoom level, return the appropriate point in pixels.
- getCenter() - Method in class org.jdesktop.swingx.JXMapViewer
-
Gets the current pixel center of the map.
- getCenterPosition() - Method in class org.jdesktop.swingx.JXMapKit
-
- getCenterPosition() - Method in class org.jdesktop.swingx.JXMapViewer
-
A property indicating the center position of the map
- getDefaultProvider() - Method in class org.jdesktop.swingx.JXMapKit
-
- getDefaultZoomLevel() - Method in class org.jdesktop.swingx.mapviewer.TileFactoryInfo
-
- getFilters() - Method in class org.jdesktop.swingx.painter.AbstractPainter
-
A defensive copy of the Effects to apply to the results
of the AbstractPainter's painting operation.
- getImage() - Method in class org.jdesktop.swingx.mapviewer.Tile
-
- getInfo() - Method in class org.jdesktop.swingx.mapviewer.TileFactory
-
Get the TileFactoryInfo describing this TileFactory
- getInterpolation() - Method in class org.jdesktop.swingx.painter.AbstractPainter
-
Gets the current interpolation setting.
- getLatitude() - Method in class org.jdesktop.swingx.mapviewer.GeoPosition
-
Get the latitude as decimal degrees
- getLayer() - Method in class org.jdesktop.swingx.mapviewer.wms.WMSService
-
- getLayers() - Method in class org.jdesktop.swingx.WMSTileFactoryInfo
-
- getLoadingImage() - Method in class org.jdesktop.swingx.JXMapViewer
-
A property for an image which will be display when an image is still loading.
- getLocalFile(URI) - Method in class org.jdesktop.swingx.mapviewer.LocalResponseCache
-
Returns the local File corresponding to the given remote URI.
- getLongitude() - Method in class org.jdesktop.swingx.mapviewer.GeoPosition
-
Get the longitude as decimal degrees
- getLongitudeDegreeWidthInPixels(int) - Method in class org.jdesktop.swingx.mapviewer.TileFactoryInfo
-
- getLongitudeRadianWidthInPixels(int) - Method in class org.jdesktop.swingx.mapviewer.TileFactoryInfo
-
- getMainMap() - Method in class org.jdesktop.swingx.JXMapKit
-
Returns a reference to the main embedded JXMapViewer component
- getMapBounds(JXMapViewer) - Static method in class org.jdesktop.swingx.mapviewer.util.GeoUtil
-
Gets the map bounds.
- getMapCenterInPixelsAtZoom(int) - Method in class org.jdesktop.swingx.mapviewer.TileFactoryInfo
-
- getMapSize(int) - Method in class org.jdesktop.swingx.mapviewer.bmng.CylindricalProjectionTileFactory
-
- getMapSize(int) - Method in class org.jdesktop.swingx.mapviewer.TileFactory
-
Returns a Dimension containing the width and height of the map, in tiles at the current zoom level.
- getMapSize(int, TileFactoryInfo) - Static method in class org.jdesktop.swingx.mapviewer.util.GeoUtil
-
- getMapWidthInTilesAtZoom(int) - Method in class org.jdesktop.swingx.mapviewer.bmng.SLMapServerInfo
-
- getMapWidthInTilesAtZoom(int) - Method in class org.jdesktop.swingx.mapviewer.TileFactoryInfo
-
- getMaximumZoomLevel() - Method in class org.jdesktop.swingx.mapviewer.TileFactoryInfo
-
- getMidpoint() - Method in class org.jdesktop.swingx.mapviewer.bmng.SLMapServerInfo
-
- getMiniMap() - Method in class org.jdesktop.swingx.JXMapKit
-
Returns a reference to the mini embedded JXMapViewer component
- getMinimumZoomLevel() - Method in class org.jdesktop.swingx.mapviewer.TileFactoryInfo
-
- getModeLabel() - Method in class org.jdesktop.swingx.VirtualEarthTileFactoryInfo
-
- getModeName() - Method in class org.jdesktop.swingx.VirtualEarthTileFactoryInfo
-
- getName() - Method in class org.jdesktop.swingx.mapviewer.TileFactoryInfo
-
The name of this info.
- getNorthWest() - Method in class org.jdesktop.swingx.mapviewer.GeoBounds
-
Gets the north west position.
- getOverlayPainter() - Method in class org.jdesktop.swingx.JXMapViewer
-
Gets the current map overlay
- getPainters() - Method in class org.jdesktop.swingx.painter.CompoundPainter
-
Gets the array of painters used by this CompoundPainter
- getPixels(BufferedImage, int, int, int, int, int[]) - Static method in class org.jdesktop.swingx.util.GraphicsUtilities
-
Returns an array of pixels, stored as integers, from a
BufferedImage
.
- getPosition() - Method in class org.jdesktop.swingx.mapviewer.DefaultWaypoint
-
- getPosition(Point2D, int, TileFactoryInfo) - Static method in class org.jdesktop.swingx.mapviewer.util.GeoUtil
-
Convert an on screen pixel coordinate and a zoom level to a geo position
- getPosition() - Method in interface org.jdesktop.swingx.mapviewer.Waypoint
-
Get the current GeoPosition of this Waypoint
- getPriority() - Method in class org.jdesktop.swingx.mapviewer.Tile
-
Gets the loading priority of this tile.
- getPropertyChangeListeners() - Method in class org.jdesktop.beans.AbstractBean
-
Returns an array of all the listeners that were added to the
PropertyChangeSupport object with addPropertyChangeListener().
- getPropertyChangeListeners(String) - Method in class org.jdesktop.beans.AbstractBean
-
Returns an array of all the listeners which have been associated
with the named property.
- getService() - Method in class org.jdesktop.swingx.mapviewer.AbstractTileFactory
-
Subclasses may override this method to provide their own executor services.
- getSouthEast() - Method in class org.jdesktop.swingx.mapviewer.GeoBounds
-
Gets the south east position.
- getSrs() - Method in class org.jdesktop.swingx.WMSTileFactoryInfo
-
- getStyles() - Method in class org.jdesktop.swingx.WMSTileFactoryInfo
-
- getTile(int, int, int) - Method in class org.jdesktop.swingx.mapviewer.AbstractTileFactory
-
Returns the tile that is located at the given tilePoint
for this zoom.
- getTile(int, int, int) - Method in class org.jdesktop.swingx.mapviewer.empty.EmptyTileFactory
-
Gets an instance of an empty tile for the given tile position and zoom on the world map.
- getTile(int, int, int) - Method in class org.jdesktop.swingx.mapviewer.TileFactory
-
Return the Tile at a given TilePoint and zoom level
- getTileBgColor() - Method in class org.jdesktop.swingx.WMSTileFactoryInfo
-
- getTileCache() - Method in class org.jdesktop.swingx.mapviewer.AbstractTileFactory
-
- getTileFactory() - Method in class org.jdesktop.swingx.JXMapViewer
-
Get the current factory
- getTileFormat() - Method in class org.jdesktop.swingx.WMSTileFactoryInfo
-
- getTileSize(int) - Method in class org.jdesktop.swingx.mapviewer.bmng.SLMapServerInfo
-
- getTileSize(int) - Method in class org.jdesktop.swingx.mapviewer.TileFactory
-
Gets the size of an edge of a tile in pixels at the current zoom level.
- getTileSize(int) - Method in class org.jdesktop.swingx.mapviewer.TileFactoryInfo
-
Get the tile size.
- getTileUrl(int, int, int) - Method in class org.jdesktop.swingx.mapviewer.bmng.SLMapServerInfo
-
- getTileUrl(int, int, int) - Method in class org.jdesktop.swingx.mapviewer.TileFactoryInfo
-
Returns the tile url for the specified tile at the specified zoom level.
- getTileUrl(int, int, int) - Method in class org.jdesktop.swingx.OSMTileFactoryInfo
-
- getTileUrl(int, int, int) - Method in class org.jdesktop.swingx.VirtualEarthTileFactoryInfo
-
- getTileUrl(int, int, int) - Method in class org.jdesktop.swingx.WMSTileFactoryInfo
-
- getTotalMapZoom() - Method in class org.jdesktop.swingx.mapviewer.TileFactoryInfo
-
- getTransform() - Method in class org.jdesktop.swingx.painter.CompoundPainter
-
Gets the current transform applied to all painters in this CompoundPainter.
- getURL() - Method in class org.jdesktop.swingx.mapviewer.Tile
-
Gets the URL of this tile.
- getVetoableChangeListeners() - Method in class org.jdesktop.beans.AbstractBean
-
Returns the list of VetoableChangeListeners.
- getVetoableChangeListeners(String) - Method in class org.jdesktop.beans.AbstractBean
-
Returns an array of all the listeners which have been associated
with the named property.
- getViewportBounds() - Method in class org.jdesktop.swingx.JXMapViewer
-
Returns the bounds of the viewport in pixels.
- getWaypoints() - Method in class org.jdesktop.swingx.mapviewer.WaypointPainter
-
Gets the current set of waypoints to paint
- getX() - Method in class org.jdesktop.swingx.mapviewer.Tile
-
- getY() - Method in class org.jdesktop.swingx.mapviewer.Tile
-
- getZoom() - Method in class org.jdesktop.swingx.JXMapViewer
-
Gets the current zoom level
- getZoom() - Method in class org.jdesktop.swingx.mapviewer.Tile
-
- getZoomInAction() - Method in class org.jdesktop.swingx.JXMapKit
-
Returns an action which can be attached to buttons or menu items to make the map zoom in
- getZoomInButton() - Method in class org.jdesktop.swingx.JXMapKit
-
returns a reference to the zoom in button
- getZoomOutAction() - Method in class org.jdesktop.swingx.JXMapKit
-
Returns an action which can be attached to buttons or menu items to make the map zoom out
- getZoomOutButton() - Method in class org.jdesktop.swingx.JXMapKit
-
returns a reference to the zoom out button
- getZoomSlider() - Method in class org.jdesktop.swingx.JXMapKit
-
returns a reference to the zoom slider
- GraphicsUtilities - Class in org.jdesktop.swingx.util
-
GraphicsUtilities
contains a set of tools to perform
common graphics operations easily.
- installResponseCache(String, File, boolean) - Static method in class org.jdesktop.swingx.mapviewer.LocalResponseCache
-
Sets this cache as default response cache
- intersects(GeoBounds) - Method in class org.jdesktop.swingx.mapviewer.GeoBounds
-
Determines if this bounds intersects the other bounds.
- isAddressLocationShown() - Method in class org.jdesktop.swingx.JXMapKit
-
- isAntialiasing() - Method in class org.jdesktop.swingx.painter.AbstractPainter
-
Returns if antialiasing is turned on or not.
- isCacheable() - Method in class org.jdesktop.swingx.painter.AbstractPainter
-
Gets whether this AbstractPainter
can be cached as an image.
- isCheckingDirtyChildPainters() - Method in class org.jdesktop.swingx.painter.CompoundPainter
-
Used by
CompoundPainter.isDirty()
to check if the child
Painter
s
should be checked for their
dirty
flag as part of
processing.
- isClipPreserved() - Method in class org.jdesktop.swingx.painter.CompoundPainter
-
Indicates if the clip produced by any painter is left set once it finishes painting.
- isDataProviderCreditShown() - Method in class org.jdesktop.swingx.JXMapKit
-
- isDesignTime() - Method in class org.jdesktop.swingx.JXMapViewer
-
Indicates whether the component is being used at design time, such as in a visual editor like NetBeans' Matisse
- isDirty() - Method in class org.jdesktop.swingx.painter.AbstractPainter
-
Ye olde dirty bit.
- isDirty() - Method in class org.jdesktop.swingx.painter.CompoundPainter
-
This CompoundPainter
is dirty if it, or (optionally)
any of its children, are dirty.
- isDrawTileBorders() - Method in class org.jdesktop.swingx.JXMapViewer
-
Indicates if the tile borders should be drawn.
- isHorizontalWrapped() - Method in class org.jdesktop.swingx.JXMapViewer
-
- isLoaded() - Method in class org.jdesktop.swingx.mapviewer.Tile
-
Indicates if this tile's underlying image has been successfully loaded yet.
- isLoading() - Method in class org.jdesktop.swingx.mapviewer.Tile
-
- isMiniMapVisible() - Method in class org.jdesktop.swingx.JXMapKit
-
Indicates if the mini-map is currently visible
- isNegativeYAllowed() - Method in class org.jdesktop.swingx.JXMapViewer
-
- isRestrictOutsidePanning() - Method in class org.jdesktop.swingx.JXMapViewer
-
- isValidTile(int, int, int, TileFactoryInfo) - Static method in class org.jdesktop.swingx.mapviewer.util.GeoUtil
-
- isVisible() - Method in class org.jdesktop.swingx.painter.AbstractPainter
-
Gets the visible property.
- isXr2l() - Method in class org.jdesktop.swingx.mapviewer.TileFactoryInfo
-
- isYt2b() - Method in class org.jdesktop.swingx.mapviewer.TileFactoryInfo
-
- isZoomButtonsVisible() - Method in class org.jdesktop.swingx.JXMapKit
-
Indicates if the zoom buttons are visible.
- isZoomSliderVisible() - Method in class org.jdesktop.swingx.JXMapKit
-
Indicates if the zoom slider is currently visible
- SATELLITE - Static variable in class org.jdesktop.swingx.VirtualEarthTileFactoryInfo
-
Use satellite map
- setAddressLocation(GeoPosition) - Method in class org.jdesktop.swingx.JXMapKit
-
- setAddressLocation(GeoPosition) - Method in class org.jdesktop.swingx.JXMapViewer
-
Gets the current address location of the map
- setAddressLocationShown(boolean) - Method in class org.jdesktop.swingx.JXMapKit
-
- setAntialiasing(boolean) - Method in class org.jdesktop.swingx.painter.AbstractPainter
-
Sets the antialiasing setting.
- setBaseUrl(String) - Method in class org.jdesktop.swingx.mapviewer.wms.WMSService
-
- setCacheable(boolean) - Method in class org.jdesktop.swingx.painter.AbstractPainter
-
Sets whether this AbstractPainter
can be cached as an image.
- setCenter(Point2D) - Method in class org.jdesktop.swingx.JXMapViewer
-
Sets the new center of the map in pixel coordinates.
- setCenterPosition(GeoPosition) - Method in class org.jdesktop.swingx.JXMapKit
-
- setCenterPosition(GeoPosition) - Method in class org.jdesktop.swingx.JXMapViewer
-
A property indicating the center position of the map
- setCheckingDirtyChildPainters(boolean) - Method in class org.jdesktop.swingx.painter.CompoundPainter
-
Set the flag used by
CompoundPainter.isDirty()
to check if the
child
Painter
s should be checked for their
dirty
flag as part of processing.
- setClipPreserved(boolean) - Method in class org.jdesktop.swingx.painter.CompoundPainter
-
Sets if the clip should be preserved.
- setDataProviderCreditShown(boolean) - Method in class org.jdesktop.swingx.JXMapKit
-
- setDefaultProvider(JXMapKit.DefaultProviders) - Method in class org.jdesktop.swingx.JXMapKit
-
- setDefaultZoomLevel(int) - Method in class org.jdesktop.swingx.mapviewer.TileFactoryInfo
-
- setDesignTime(boolean) - Method in class org.jdesktop.swingx.JXMapViewer
-
Indicate that the component is being used at design time, such as in a visual editor like NetBeans' Matisse
- setDirty(boolean) - Method in class org.jdesktop.swingx.painter.AbstractPainter
-
Sets the dirty bit.
- setDirty(boolean) - Method in class org.jdesktop.swingx.painter.CompoundPainter
-
- setDrawTileBorders(boolean) - Method in class org.jdesktop.swingx.JXMapViewer
-
Set if the tile borders should be drawn.
- setFilters(BufferedImageOp...) - Method in class org.jdesktop.swingx.painter.AbstractPainter
-
A convenience method for specifying the filters to use based on
BufferedImageOps.
- setHorizontalWrapped(boolean) - Method in class org.jdesktop.swingx.JXMapViewer
-
- setInterpolation(AbstractPainter.Interpolation) - Method in class org.jdesktop.swingx.painter.AbstractPainter
-
Sets a new value for the interpolation setting.
- setLayer(String) - Method in class org.jdesktop.swingx.mapviewer.wms.WMSService
-
- setLayers(String) - Method in class org.jdesktop.swingx.WMSTileFactoryInfo
-
- setLoading(boolean) - Method in class org.jdesktop.swingx.mapviewer.Tile
-
- setLoadingImage(Image) - Method in class org.jdesktop.swingx.JXMapViewer
-
A property for an image which will be display when an image is still loading.
- setMiniMapVisible(boolean) - Method in class org.jdesktop.swingx.JXMapKit
-
Sets if the mini-map should be visible
- setOverlayPainter(Painter<? super JXMapViewer>) - Method in class org.jdesktop.swingx.JXMapViewer
-
Sets the map overlay.
- setPainters(List<? extends Painter<T>>) - Method in class org.jdesktop.swingx.painter.CompoundPainter
-
Sets the array of Painters to use.
- setPainters(Painter<T>...) - Method in class org.jdesktop.swingx.painter.CompoundPainter
-
Sets the array of Painters to use.
- setPixels(BufferedImage, int, int, int, int, int[]) - Static method in class org.jdesktop.swingx.util.GraphicsUtilities
-
Writes a rectangular area of pixels in the destination
BufferedImage
.
- setPosition(GeoPosition) - Method in class org.jdesktop.swingx.mapviewer.DefaultWaypoint
-
Set a new GeoPosition for this Waypoint
- setPriority(Tile.Priority) - Method in class org.jdesktop.swingx.mapviewer.Tile
-
Set the loading priority of this tile.
- setRenderer(WaypointRenderer<W>) - Method in class org.jdesktop.swingx.mapviewer.WaypointPainter
-
Sets the waypoint renderer to use when painting waypoints
- setRestrictOutsidePanning(boolean) - Method in class org.jdesktop.swingx.JXMapViewer
-
- setSrs(String) - Method in class org.jdesktop.swingx.WMSTileFactoryInfo
-
- setStyles(String) - Method in class org.jdesktop.swingx.WMSTileFactoryInfo
-
- setThreadPoolSize(int) - Method in class org.jdesktop.swingx.mapviewer.AbstractTileFactory
-
Set the number of threads to use for loading the tiles.
- setTileBgColor(String) - Method in class org.jdesktop.swingx.WMSTileFactoryInfo
-
- setTileCache(TileCache) - Method in class org.jdesktop.swingx.mapviewer.AbstractTileFactory
-
- setTileFactory(TileFactory) - Method in class org.jdesktop.swingx.JXMapKit
-
Sets the tile factory for both embedded JXMapViewer components.
- setTileFactory(TileFactory) - Method in class org.jdesktop.swingx.JXMapViewer
-
Set the current tile factory (must not be null
)
- setTileFormat(String) - Method in class org.jdesktop.swingx.WMSTileFactoryInfo
-
- setTransform(AffineTransform) - Method in class org.jdesktop.swingx.painter.CompoundPainter
-
Set a transform to be applied to all painters contained in this CompoundPainter
- setUserID(String) - Method in class org.jdesktop.swingx.mapviewer.esri.ESRITileFactory
-
- setVisible(boolean) - Method in class org.jdesktop.swingx.painter.AbstractPainter
-
Sets the visible property.
- setWaypoints(Set<? extends W>) - Method in class org.jdesktop.swingx.mapviewer.WaypointPainter
-
Sets the current set of waypoints to paint
- setXr2l(boolean) - Method in class org.jdesktop.swingx.mapviewer.TileFactoryInfo
-
- setYt2b(boolean) - Method in class org.jdesktop.swingx.mapviewer.TileFactoryInfo
-
- setZoom(int) - Method in class org.jdesktop.swingx.JXMapKit
-
Set the current zoomlevel for the main map.
- setZoom(int) - Method in class org.jdesktop.swingx.JXMapViewer
-
Set the current zoom level
- setZoomButtonsVisible(boolean) - Method in class org.jdesktop.swingx.JXMapKit
-
Sets if the zoom buttons should be visible.
- setZoomSliderVisible(boolean) - Method in class org.jdesktop.swingx.JXMapKit
-
Sets if the zoom slider should be visible
- ShapeUtils - Class in org.jdesktop.swingx.util
-
- shouldUseCache() - Method in class org.jdesktop.swingx.painter.AbstractPainter
-
Returns true if the painter should use caching.
- shouldUseCache() - Method in class org.jdesktop.swingx.painter.CompoundPainter
-
- SLMapServerInfo - Class in org.jdesktop.swingx.mapviewer.bmng
-
A TileFactoryInfo subclass which knows how to connect to the SwingLabs map server.
- SLMapServerInfo() - Constructor for class org.jdesktop.swingx.mapviewer.bmng.SLMapServerInfo
-
Uses the default base URL
- SLMapServerInfo(String) - Constructor for class org.jdesktop.swingx.mapviewer.bmng.SLMapServerInfo
-
- startLoading(Tile) - Method in class org.jdesktop.swingx.mapviewer.AbstractTileFactory
-
- startLoading(Tile) - Method in class org.jdesktop.swingx.mapviewer.empty.EmptyTileFactory
-
Override this method to load the tile using, for example, an ExecutorService
.
- startLoading(Tile) - Method in class org.jdesktop.swingx.mapviewer.TileFactory
-
Override this method to load the tile using, for example, an ExecutorService
.