Package | Description |
---|---|
org.openstreetmap.josm.plugins.streetside |
The main package in which all core-code (so at the moment all code) resides.
|
org.openstreetmap.josm.plugins.streetside.mode |
The different modes that the
StreetsideLayer can be in. |
Modifier and Type | Field and Description |
---|---|
AbstractMode |
StreetsideLayer.mode
Mode of the layer.
|
Modifier and Type | Method and Description |
---|---|
void |
StreetsideLayer.setMode(AbstractMode mode)
Changes the mode the the given one.
|
Modifier and Type | Class and Description |
---|---|
class |
JoinMode
In this mode the user can join pictures to make sequences or unjoin them.
|
class |
SelectMode
Handles the input event related with the layer.
|