| 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.actions |
The main package in which all core-code (so at the moment all code) resides.
|
| org.openstreetmap.josm.plugins.streetside.cubemap | |
| org.openstreetmap.josm.plugins.streetside.gui |
The GUI components that are special to the mapillary plugin.
|
| org.openstreetmap.josm.plugins.streetside.gui.imageinfo |
| Modifier and Type | Class and Description |
|---|---|
class |
StreetsideLayer
This class represents the layer shown in JOSM.
|
| Modifier and Type | Field and Description |
|---|---|
private List<StreetsideDataListener> |
StreetsideData.listeners
Listeners of the class.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static StreetsideDataListener[] |
StreetsidePlugin.getStreetsideDataListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
StreetsideData.addListener(StreetsideDataListener lis)
Adds a new listener.
|
void |
StreetsideData.removeListener(StreetsideDataListener lis)
Removes a listener.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StreetsideWalkAction
Walks forward at a given interval.
|
class |
StreetsideZoomAction
Zooms to the currently selected image.
|
class |
WalkThread
Thread containing the walk process.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CubemapBuilder |
| Modifier and Type | Class and Description |
|---|---|
class |
StreetsideMainDialog
Toggle dialog that shows an image and some buttons.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImageInfoPanel |
class |
StreetsideViewerPanel |