See: Description
| Interface | Description |
|---|---|
| MapPaintStyles.MapPaintSylesUpdateListener |
MapPaintSylesUpdateListener & related code
(get informed when the list of MapPaint StyleSources changes)
|
| StyleKeys | |
| StyleSetting |
Setting to customize a MapPaint style.
|
| Class | Description |
|---|---|
| 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.MapPaintStyleLoader | |
| MapPaintStyles.TagKeyReference |
Value holder for a reference to a tag name.
|
| MultiCascade |
Several layers / cascades, e.g.
|
| Range |
A scale interval of the form "lower < x <= upper" where 0 <= lower < upper.
|
| StyleCache |
Caches styles for a single primitive.
|
| StyleElementList |
List of
StyleElements, immutable. |
| StyleSetting.BooleanStyleSetting |
A style setting for boolean value (yes / no).
|
| StyleSource |
A mappaint style (abstract class).
|
| Exception | Description |
|---|---|
| DividedScale.RangeViolatedError |
This exception type is for debugging #8997 and can later be replaced by AssertionError
|