Package | Description |
---|---|
org.openstreetmap.josm.gui.mappaint |
Drawing system allowing to display and render OSM map data in a user-friendly and customizable way, through map styles.
Two implementations are provided: XML: this was the system used by default JOSM map style for a long time. |
org.openstreetmap.josm.gui.mappaint.mapcss |
Drawing system based on MapCSS map styles.
|
org.openstreetmap.josm.gui.preferences |
Provides generic classes for handling JOSM preferences.
|
org.openstreetmap.josm.io | |
org.openstreetmap.josm.io.imagery |
Modifier and Type | Method and Description |
---|---|
abstract CachedFile |
StyleSource.getCachedFile()
Returns a new
CachedFile to the local file containing style source (can be a text file or an archive). |
Modifier and Type | Method and Description |
---|---|
CachedFile |
MapCSSStyleSource.getCachedFile() |
Modifier and Type | Field and Description |
---|---|
private CachedFile |
SourceEditor.SourceLoader.cachedFile |
Modifier and Type | Method and Description |
---|---|
CachedFile |
CachedFile.setCachingStrategy(CachedFile.CachingStrategy cachingStrategy)
Set the caching strategy.
|
CachedFile |
CachedFile.setDestDir(java.lang.String destDir)
Set the destination directory for the cache file.
|
CachedFile |
CachedFile.setHttpAccept(java.lang.String httpAccept)
Set the accepted MIME types sent in the HTTP Accept header.
|
CachedFile |
CachedFile.setHttpHeaders(java.util.Map<java.lang.String,java.lang.String> headers)
Sets the http headers.
|
CachedFile |
CachedFile.setMaxAge(long maxAge)
Set maximum age of cache file.
|
CachedFile |
CachedFile.setName(java.lang.String name)
Set the name of the resource.
|
Modifier and Type | Field and Description |
---|---|
private CachedFile |
ImageryReader.cachedFile |