| Package | Description |
|---|---|
| org.openstreetmap.josm.actions |
Provides the classes for JOSM user actions.
|
| org.openstreetmap.josm.data.imagery |
Provides the classes for JOSM imagery sources, coupled with
JMapViewer classes. |
| org.openstreetmap.josm.gui.layer |
Provides classes for handling the different kinds of map layers.
|
| org.openstreetmap.josm.gui.layer.imagery |
Provides classes for handling imagery background layers.
|
| org.openstreetmap.josm.gui.preferences.imagery |
Provides classes for handling imagery preferences.
|
| Modifier and Type | Field and Description |
|---|---|
private OffsetBookmark |
ImageryAdjustAction.old |
private OffsetBookmark |
ImageryAdjustAction.tempOffset |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.List<OffsetBookmark> |
OffsetBookmark.allBookmarks |
| Modifier and Type | Method and Description |
|---|---|
static OffsetBookmark |
OffsetBookmark.fromPropertiesMap(java.util.Map<java.lang.String,java.lang.String> properties)
Creates an offset bookmark from a properties map.
|
static OffsetBookmark |
OffsetBookmark.getBookmarkByIndex(int index)
Returns the bookmark at the given index.
|
static OffsetBookmark |
OffsetBookmark.getBookmarkByName(ImageryLayer layer,
java.lang.String name)
Gets a bookmark that is usable on the given layer by it's name.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<OffsetBookmark> |
OffsetBookmark.getBookmarks()
Returns all bookmarks.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
OffsetBookmark.addBookmark(OffsetBookmark ob)
Adds a bookmark.
|
static boolean |
OffsetBookmark.removeBookmark(OffsetBookmark ob)
Removes a bookmark.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static void |
OffsetBookmark.sanitizeBookmarks(java.util.List<OffsetBookmark> bookmarks) |
| Modifier and Type | Field and Description |
|---|---|
private OffsetBookmark |
AbstractTileSourceLayer.OffsetMenuBookmarkEntry.bookmark |
| Constructor and Description |
|---|
OffsetMenuBookmarkEntry(OffsetBookmark bookmark) |
| Modifier and Type | Field and Description |
|---|---|
private OffsetBookmark |
TileSourceDisplaySettings.offsetBookmark |
private OffsetBookmark |
TileSourceDisplaySettings.previousOffsetBookmark |
| Modifier and Type | Method and Description |
|---|---|
OffsetBookmark |
TileSourceDisplaySettings.getOffsetBookmark()
Gets the offset bookmark in use.
|
OffsetBookmark |
TileSourceDisplaySettings.getPreviousOffsetBookmark()
Gets the offset bookmark previously in use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TileSourceDisplaySettings.setOffsetBookmark(OffsetBookmark offsetBookmark)
Sets an offset bookmark to use.
|
| Modifier and Type | Method and Description |
|---|---|
private static OffsetBookmark |
ImageryPreference.OffsetBookmarksPanel.OffsetsBookmarksModel.getRow(int row) |
| Modifier and Type | Method and Description |
|---|---|
private void |
ImageryPreference.OffsetBookmarksPanel.OffsetsBookmarksModel.addRow(OffsetBookmark i) |