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 | |
Environment |
Environment is a data object to provide access to various "global" parameters.
|
Keyword | |
MapPaintMenu |
The View -> Map Paint Styles menu
|
MapPaintMenu.MapPaintAction | |
MapPaintStyles |
This class manages the ElemStyles instance.
|
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 |
An interval of the form "lower < x <= upper" where 0 <= lower < upper.
|
StyleCache |
Caches styles for a single primitive.
|
StyleElementList |
List of
StyleElement s, 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
|