| Package | Description |
|---|---|
| org.openstreetmap.josm.data.imagery |
Provides the classes for JOSM imagery sources, coupled with
JMapViewer classes. |
| org.openstreetmap.josm.data.osm |
Provides the classes for OSM data:
Primitives:
Node,
Way,
Relation
Users
Tags
Changesets
Utilities classes
|
| org.openstreetmap.josm.tools |
Provides the classes for various utilities and tools called from all other packages.
|
| Modifier and Type | Field and Description |
|---|---|
private double |
OffsetBookmark.dx |
private double |
OffsetBookmark.dy |
| Modifier and Type | Field and Description |
|---|---|
boolean |
Filter.FilterPreferenceEntry.enable
Enabled status.
|
boolean |
Filter.FilterPreferenceEntry.hiding
If this option is activated, the chosen objects are completely hidden.
|
boolean |
Filter.FilterPreferenceEntry.inverted
Normally, the specified objects are hidden and the rest is shown.
|
java.lang.String |
Filter.FilterPreferenceEntry.mode
Mode selector which defines how a filter is combined with the previous one:
replace: replace selection
add: add to selection
remove: remove from selection
in_selection: find in selection
|
java.lang.String |
Filter.FilterPreferenceEntry.version |
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
PlatformHookWindows.FontEntry.file
File name.
|
java.lang.String |
PlatformHookWindows.FontEntry.name
Platform font name.
|