Interface StyleKeys
-
- All Known Subinterfaces:
Instruction
- All Known Implementing Classes:
AreaElement
,AreaIconElement
,BoxTextElement
,DefaultStyles
,Instruction.AssignmentInstruction
,LineElement
,MultiCascade
,NodeElement
,RepeatImageElement
,StyleElement
,TextElement
,TextLabel
public interface StyleKeys
Interface defining string constants (MapCSS property keys). For the implementation of the@supports
feature, the list of supported keys is loaded from this interface using reflection.
-
-
Field Summary
Fields Modifier and Type Field Description static String
COLOR
MapCSS color property keystatic String
DASHES
MapCSS dashes property keystatic String
DASHES_BACKGROUND_COLOR
MapCSS dashes-background-color property keystatic String
DASHES_BACKGROUND_OPACITY
MapCSS dashes-background-opacity property keystatic String
DASHES_OFFSET
MapCSS dashes-offset property keystatic String
FILL_COLOR
MapCSS fill-color property keystatic String
FILL_EXTENT
MapCSS fill-extent property keystatic String
FILL_EXTENT_THRESHOLD
MapCSS fill-extent-threshold property keystatic String
FILL_IMAGE
MapCSS fill-image property keystatic String
FILL_OPACITY
MapCSS fill-opacity property keystatic String
FONT_FAMILY
MapCSS font-family property keystatic String
FONT_SIZE
MapCSS font-size property keystatic String
FONT_STYLE
MapCSS font-style property keystatic String
FONT_WEIGHT
MapCSS font-weight property keystatic String
ICON_HEIGHT
MapCSS icon-height property keystatic String
ICON_IMAGE
MapCSS icon-image property keystatic String
ICON_OFFSET_X
MapCSS icon-offset-x property keystatic String
ICON_OFFSET_Y
MapCSS icon-offset-y property keystatic String
ICON_OPACITY
MapCSS icon-opacity property keystatic String
ICON_POSITION
Position of icons on area.static String
ICON_ROTATION
MapCSS icon-rotation property keystatic String
ICON_WIDTH
MapCSS icon-width property keystatic String
LINECAP
MapCSS linecap property keystatic String
LINEJOIN
MapCSS linejoin property keystatic String
MAJOR_Z_INDEX
MapCSS major-z-index property keystatic String
MITERLIMIT
MapCSS miterlimit property keystatic String
MODIFIER
MapCSS modifier property keystatic String
OBJECT_Z_INDEX
MapCSS object-z-index property keystatic String
OFFSET
MapCSS offset property keystatic String
OPACITY
MapCSS opacity property keystatic String
REAL_WIDTH
MapCSS real-width property keystatic String
REPEAT_IMAGE
MapCSS repeat-image property keystatic String
REPEAT_IMAGE_ALIGN
MapCSS repeat-image-align property keystatic String
REPEAT_IMAGE_HEIGHT
MapCSS repeat-image-height property keystatic String
REPEAT_IMAGE_OFFSET
MapCSS repeat-image-offset property keystatic String
REPEAT_IMAGE_OPACITY
MapCSS repeat-image-opacity property keystatic String
REPEAT_IMAGE_PHASE
MapCSS repeat-image-phase property keystatic String
REPEAT_IMAGE_SPACING
MapCSS repeat-image-spacing property keystatic String
REPEAT_IMAGE_WIDTH
MapCSS repeat-image-width property keystatic String
TEXT
MapCSS text property keystatic String
TEXT_ANCHOR_HORIZONTAL
MapCSS text-anchor-horizontal property keystatic String
TEXT_ANCHOR_VERTICAL
MapCSS text-anchor-vertical property keystatic String
TEXT_COLOR
MapCSS text-color property keystatic String
TEXT_HALO_COLOR
MapCSS text-halo-color property keystatic String
TEXT_HALO_OPACITY
MapCSS text-halo-opacity property keystatic String
TEXT_HALO_RADIUS
MapCSS text-halo-radius property keystatic String
TEXT_OFFSET
MapCSS text-offset property keystatic String
TEXT_OFFSET_X
MapCSS text-offset-x property keystatic String
TEXT_OFFSET_Y
MapCSS text-offset-y property keystatic String
TEXT_OPACITY
MapCSS text-opacity property keystatic String
TEXT_POSITION
MapCSS text-position property keystatic String
TEXT_ROTATION
MapCSS text-rotation property keystatic String
WAY_DIRECTION_ARROWS
MapCSS way-direction-arrows property keystatic String
WIDTH
MapCSS width property keystatic String
Z_INDEX
MapCSS z-index property key
-
-
-
Field Detail
-
COLOR
static final String COLOR
MapCSS color property key- See Also:
- Constant Field Values
-
DASHES
static final String DASHES
MapCSS dashes property key- See Also:
- Constant Field Values
-
DASHES_BACKGROUND_COLOR
static final String DASHES_BACKGROUND_COLOR
MapCSS dashes-background-color property key- See Also:
- Constant Field Values
-
DASHES_BACKGROUND_OPACITY
static final String DASHES_BACKGROUND_OPACITY
MapCSS dashes-background-opacity property key- See Also:
- Constant Field Values
-
DASHES_OFFSET
static final String DASHES_OFFSET
MapCSS dashes-offset property key- See Also:
- Constant Field Values
-
FILL_COLOR
static final String FILL_COLOR
MapCSS fill-color property key- See Also:
- Constant Field Values
-
FILL_EXTENT
static final String FILL_EXTENT
MapCSS fill-extent property key- See Also:
- Constant Field Values
-
FILL_EXTENT_THRESHOLD
static final String FILL_EXTENT_THRESHOLD
MapCSS fill-extent-threshold property key- See Also:
- Constant Field Values
-
FILL_IMAGE
static final String FILL_IMAGE
MapCSS fill-image property key- See Also:
- Constant Field Values
-
FILL_OPACITY
static final String FILL_OPACITY
MapCSS fill-opacity property key- See Also:
- Constant Field Values
-
FONT_FAMILY
static final String FONT_FAMILY
MapCSS font-family property key- See Also:
- Constant Field Values
-
FONT_SIZE
static final String FONT_SIZE
MapCSS font-size property key- See Also:
- Constant Field Values
-
FONT_STYLE
static final String FONT_STYLE
MapCSS font-style property key- See Also:
- Constant Field Values
-
FONT_WEIGHT
static final String FONT_WEIGHT
MapCSS font-weight property key- See Also:
- Constant Field Values
-
ICON_IMAGE
static final String ICON_IMAGE
MapCSS icon-image property key- See Also:
- Constant Field Values
-
ICON_HEIGHT
static final String ICON_HEIGHT
MapCSS icon-height property key- See Also:
- Constant Field Values
-
ICON_OFFSET_X
static final String ICON_OFFSET_X
MapCSS icon-offset-x property key- See Also:
- Constant Field Values
-
ICON_OFFSET_Y
static final String ICON_OFFSET_Y
MapCSS icon-offset-y property key- See Also:
- Constant Field Values
-
ICON_OPACITY
static final String ICON_OPACITY
MapCSS icon-opacity property key- See Also:
- Constant Field Values
-
ICON_ROTATION
static final String ICON_ROTATION
MapCSS icon-rotation property key- See Also:
- Constant Field Values
-
TEXT_ROTATION
static final String TEXT_ROTATION
MapCSS text-rotation property key- See Also:
- Constant Field Values
-
ICON_WIDTH
static final String ICON_WIDTH
MapCSS icon-width property key- See Also:
- Constant Field Values
-
ICON_POSITION
static final String ICON_POSITION
Position of icons on area.- See Also:
- Constant Field Values
-
LINECAP
static final String LINECAP
MapCSS linecap property key- See Also:
- Constant Field Values
-
LINEJOIN
static final String LINEJOIN
MapCSS linejoin property key- See Also:
- Constant Field Values
-
MAJOR_Z_INDEX
static final String MAJOR_Z_INDEX
MapCSS major-z-index property key- See Also:
- Constant Field Values
-
MITERLIMIT
static final String MITERLIMIT
MapCSS miterlimit property key- See Also:
- Constant Field Values
-
MODIFIER
static final String MODIFIER
MapCSS modifier property key- See Also:
- Constant Field Values
-
OBJECT_Z_INDEX
static final String OBJECT_Z_INDEX
MapCSS object-z-index property key- See Also:
- Constant Field Values
-
OFFSET
static final String OFFSET
MapCSS offset property key- See Also:
- Constant Field Values
-
OPACITY
static final String OPACITY
MapCSS opacity property key- See Also:
- Constant Field Values
-
REAL_WIDTH
static final String REAL_WIDTH
MapCSS real-width property key- See Also:
- Constant Field Values
-
REPEAT_IMAGE
static final String REPEAT_IMAGE
MapCSS repeat-image property key- See Also:
- Constant Field Values
-
REPEAT_IMAGE_ALIGN
static final String REPEAT_IMAGE_ALIGN
MapCSS repeat-image-align property key- See Also:
- Constant Field Values
-
REPEAT_IMAGE_HEIGHT
static final String REPEAT_IMAGE_HEIGHT
MapCSS repeat-image-height property key- See Also:
- Constant Field Values
-
REPEAT_IMAGE_OFFSET
static final String REPEAT_IMAGE_OFFSET
MapCSS repeat-image-offset property key- See Also:
- Constant Field Values
-
REPEAT_IMAGE_OPACITY
static final String REPEAT_IMAGE_OPACITY
MapCSS repeat-image-opacity property key- See Also:
- Constant Field Values
-
REPEAT_IMAGE_PHASE
static final String REPEAT_IMAGE_PHASE
MapCSS repeat-image-phase property key- See Also:
- Constant Field Values
-
REPEAT_IMAGE_SPACING
static final String REPEAT_IMAGE_SPACING
MapCSS repeat-image-spacing property key- See Also:
- Constant Field Values
-
REPEAT_IMAGE_WIDTH
static final String REPEAT_IMAGE_WIDTH
MapCSS repeat-image-width property key- See Also:
- Constant Field Values
-
TEXT
static final String TEXT
MapCSS text property key- See Also:
- Constant Field Values
-
TEXT_ANCHOR_HORIZONTAL
static final String TEXT_ANCHOR_HORIZONTAL
MapCSS text-anchor-horizontal property key- See Also:
- Constant Field Values
-
TEXT_ANCHOR_VERTICAL
static final String TEXT_ANCHOR_VERTICAL
MapCSS text-anchor-vertical property key- See Also:
- Constant Field Values
-
TEXT_COLOR
static final String TEXT_COLOR
MapCSS text-color property key- See Also:
- Constant Field Values
-
TEXT_HALO_COLOR
static final String TEXT_HALO_COLOR
MapCSS text-halo-color property key- See Also:
- Constant Field Values
-
TEXT_HALO_OPACITY
static final String TEXT_HALO_OPACITY
MapCSS text-halo-opacity property key- See Also:
- Constant Field Values
-
TEXT_HALO_RADIUS
static final String TEXT_HALO_RADIUS
MapCSS text-halo-radius property key- See Also:
- Constant Field Values
-
TEXT_OFFSET
static final String TEXT_OFFSET
MapCSS text-offset property key- See Also:
- Constant Field Values
-
TEXT_OFFSET_X
static final String TEXT_OFFSET_X
MapCSS text-offset-x property key- See Also:
- Constant Field Values
-
TEXT_OFFSET_Y
static final String TEXT_OFFSET_Y
MapCSS text-offset-y property key- See Also:
- Constant Field Values
-
TEXT_OPACITY
static final String TEXT_OPACITY
MapCSS text-opacity property key- See Also:
- Constant Field Values
-
TEXT_POSITION
static final String TEXT_POSITION
MapCSS text-position property key- See Also:
- Constant Field Values
-
WAY_DIRECTION_ARROWS
static final String WAY_DIRECTION_ARROWS
MapCSS way-direction-arrows property key- See Also:
- Constant Field Values
-
WIDTH
static final String WIDTH
MapCSS width property key- See Also:
- Constant Field Values
-
Z_INDEX
static final String Z_INDEX
MapCSS z-index property key- See Also:
- Constant Field Values
-
-