See: Description
| Interface | Description |
|---|---|
| MapPaintStyles.MapPaintSylesUpdateListener |
MapPaintSylesUpdateListener & related code
(get informed when the list of MapPaint StyleSources changes)
|
| StyleKeys |
Interface defining string constants (MapCSS property keys).
|
| StyleSetting |
Setting to customize a MapPaint style.
|
| StyleSettingGui |
GUI elements for a
StyleSetting class. |
| Class | Description |
|---|---|
| BooleanStyleSettingGui |
GUI elements for a
StyleSetting.BooleanStyleSetting class. |
| BooleanStyleSettingGui.BooleanStyleSettingCheckBoxMenuItem | |
| Cascade |
Simple map of properties with dynamic typing.
|
| DividedScale<T> |
Splits the range of possible scale values (0 < scale < +Infinity) into
multiple subranges, for each scale range it keeps a data object of a certain
type T (can be null).
|
| ElemStyles |
Generates a list of
StyleElements for a primitive, to
be drawn on the map. |
| Environment |
Environment is a data object to provide access to various "global" parameters.
|
| Keyword |
A MapCSS keyword.
|
| MapPaintMenu |
The View -> Map Paint Styles menu
|
| MapPaintMenu.MapPaintAction | |
| MapPaintStyles |
This class manages the list of available map paint styles and gives access to
the ElemStyles singleton.
|
| MapPaintStyles.IconReference |
IconReference is used to remember the associated style source for each icon URL.
|
| MapPaintStyles.TagKeyReference |
Value holder for a reference to a tag name.
|
| MultiCascade |
Several layers / cascades, e.g.
|
| PropertyStyleSettingGui<T> |
GUI elements for a
StyleSetting.PropertyStyleSetting class. |
| Range |
A scale interval of the form "lower < x <= upper" where 0 <= lower < upper.
|
| RenderingCLI |
Command line interface for rendering osm data to an image file.
|
| RenderingCLI.RenderingArea |
Data class to hold return values for
RenderingCLI.determineRenderingArea(DataSet). |
| RenderingHelper |
Class to render osm data to a file.
|
| RenderingHelper.StyleData |
Data class to save style settings along with the corresponding style URL.
|
| StyleCache |
Caches styles for a single primitive.
|
| StyleElementList |
List of
StyleElements, immutable. |
| StyleSetting.BooleanStyleSetting |
A style setting for boolean value (yes / no).
|
| StyleSetting.LabeledStyleSetting |
Superclass of style settings and groups.
|
| StyleSetting.PropertyStyleSetting<T> | |
| StyleSetting.StyleSettingGroup |
A style setting group.
|
| StyleSettingFactory |
Factory to create matching
StyleSetting instances. |
| StyleSettingGroupGui |
GUI elements for a
StyleSetting.StyleSettingGroup class. |
| StyleSource |
A mappaint style (abstract class).
|
| Enum | Description |
|---|---|
| RenderingCLI.Option |
| Exception | Description |
|---|---|
| DividedScale.RangeViolatedError |
This exception type is for debugging #8997 and can later be replaced by AssertionError
|