See: Description
| Interface | Description |
|---|---|
| OSMLayer.AmenityStatisticsUpdateListener |
Interface for listener who wants to know when amenity display statistics
are recomputed.
|
| Class | Description |
|---|---|
| GuiOsmConstants |
This class is a container for various public constants used by other classes
in the .gui.osm package.
|
| GuiOsmConstants.CheckedTexturePaint |
A class implementing a TexturePaint where the texture is a checked pattern in two colors.
|
| GuiOsmConstants.FileTexturePaint |
A TexturePaint object with an associated file path where the image was loaded from.
|
| LayerSelectorTool |
This class provides a UI for editing which map features can be seen on a map.
|
| LineEditor |
TableCellEditor for line drawing stroke styles, so the user can select which style to use.
|
| LocateAmenityDialog |
Display the Locate Amenity dialog, and handle user input to it.
|
| LOSExtraDrawer |
Extra drawing tool for LineOfSightPane to add detected obstructions sitting on the
ground along the line of sight.
|
| OSMLayer |
This class implements a rendering Layer for OpenMap that draws street maps
on the MapBean based on the binary tiled map data extracted from the
OpenStreetMap database.
|
| POIVisibilityPanel |
A JPanel containing the editing controls for all types and categories of OSM amenities.
|
| StrokeEnumRenderer |
ListCellRenderer for line drawing stroke styles, so the user can select which style to use.
|
| WayAnalyzer |
This class implements a debugging tool for analyzing YAAC-encoded OSM Ways.
|
| WayParams |
This class contains the current graphical rendering settings for a WayType.
|
| WaySelectionPanel |
A JPanel for editing the rendering attributes of OpenStreetMap Ways.
|
| WaySelectionTableModel |
Table model to pair WayType names with simple enabling checkboxes.
|
| Enum | Description |
|---|---|
| GuiOsmConstants.StrokeEnum |
Enumeration identifying different types of stroke styles used for rendering.
|