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 java.lang.String
COLOR
MapCSS color property keystatic java.lang.String
DASHES
MapCSS dashes property keystatic java.lang.String
DASHES_BACKGROUND_COLOR
MapCSS dashes-background-color property keystatic java.lang.String
DASHES_BACKGROUND_OPACITY
MapCSS dashes-background-opacity property keystatic java.lang.String
DASHES_OFFSET
MapCSS dashes-offset property keystatic java.lang.String
FILL_COLOR
MapCSS fill-color property keystatic java.lang.String
FILL_EXTENT
MapCSS fill-extent property keystatic java.lang.String
FILL_EXTENT_THRESHOLD
MapCSS fill-extent-threshold property keystatic java.lang.String
FILL_IMAGE
MapCSS fill-image property keystatic java.lang.String
FILL_OPACITY
MapCSS fill-opacity property keystatic java.lang.String
FONT_FAMILY
MapCSS font-family property keystatic java.lang.String
FONT_SIZE
MapCSS font-size property keystatic java.lang.String
FONT_STYLE
MapCSS font-style property keystatic java.lang.String
FONT_WEIGHT
MapCSS font-weight property keystatic java.lang.String
ICON_HEIGHT
MapCSS icon-height property keystatic java.lang.String
ICON_IMAGE
MapCSS icon-image property keystatic java.lang.String
ICON_OFFSET_X
MapCSS icon-offset-x property keystatic java.lang.String
ICON_OFFSET_Y
MapCSS icon-offset-y property keystatic java.lang.String
ICON_OPACITY
MapCSS icon-opacity property keystatic java.lang.String
ICON_POSITION
Position of icons on area.static java.lang.String
ICON_ROTATION
MapCSS icon-rotation property keystatic java.lang.String
ICON_WIDTH
MapCSS icon-width property keystatic java.lang.String
LINECAP
MapCSS linecap property keystatic java.lang.String
LINEJOIN
MapCSS linejoin property keystatic java.lang.String
MAJOR_Z_INDEX
MapCSS major-z-index property keystatic java.lang.String
MITERLIMIT
MapCSS miterlimit property keystatic java.lang.String
MODIFIER
MapCSS modifier property keystatic java.lang.String
OBJECT_Z_INDEX
MapCSS object-z-index property keystatic java.lang.String
OFFSET
MapCSS offset property keystatic java.lang.String
OPACITY
MapCSS opacity property keystatic java.lang.String
REAL_WIDTH
MapCSS real-width property keystatic java.lang.String
REPEAT_IMAGE
MapCSS repeat-image property keystatic java.lang.String
REPEAT_IMAGE_ALIGN
MapCSS repeat-image-align property keystatic java.lang.String
REPEAT_IMAGE_HEIGHT
MapCSS repeat-image-height property keystatic java.lang.String
REPEAT_IMAGE_OFFSET
MapCSS repeat-image-offset property keystatic java.lang.String
REPEAT_IMAGE_OPACITY
MapCSS repeat-image-opacity property keystatic java.lang.String
REPEAT_IMAGE_PHASE
MapCSS repeat-image-phase property keystatic java.lang.String
REPEAT_IMAGE_SPACING
MapCSS repeat-image-spacing property keystatic java.lang.String
REPEAT_IMAGE_WIDTH
MapCSS repeat-image-width property keystatic java.lang.String
TEXT
MapCSS text property keystatic java.lang.String
TEXT_ANCHOR_HORIZONTAL
MapCSS text-anchor-horizontal property keystatic java.lang.String
TEXT_ANCHOR_VERTICAL
MapCSS text-anchor-vertical property keystatic java.lang.String
TEXT_COLOR
MapCSS text-color property keystatic java.lang.String
TEXT_HALO_COLOR
MapCSS text-halo-color property keystatic java.lang.String
TEXT_HALO_OPACITY
MapCSS text-halo-opacity property keystatic java.lang.String
TEXT_HALO_RADIUS
MapCSS text-halo-radius property keystatic java.lang.String
TEXT_OFFSET
MapCSS text-offset property keystatic java.lang.String
TEXT_OFFSET_X
MapCSS text-offset-x property keystatic java.lang.String
TEXT_OFFSET_Y
MapCSS text-offset-y property keystatic java.lang.String
TEXT_OPACITY
MapCSS text-opacity property keystatic java.lang.String
TEXT_POSITION
MapCSS text-position property keystatic java.lang.String
TEXT_ROTATION
MapCSS text-rotation property keystatic java.lang.String
WAY_DIRECTION_ARROWS
MapCSS way-direction-arrows property keystatic java.lang.String
WIDTH
MapCSS width property keystatic java.lang.String
Z_INDEX
MapCSS z-index property key
-
-
-
Field Detail
-
COLOR
static final java.lang.String COLOR
MapCSS color property key- See Also:
- Constant Field Values
-
DASHES
static final java.lang.String DASHES
MapCSS dashes property key- See Also:
- Constant Field Values
-
DASHES_BACKGROUND_COLOR
static final java.lang.String DASHES_BACKGROUND_COLOR
MapCSS dashes-background-color property key- See Also:
- Constant Field Values
-
DASHES_BACKGROUND_OPACITY
static final java.lang.String DASHES_BACKGROUND_OPACITY
MapCSS dashes-background-opacity property key- See Also:
- Constant Field Values
-
DASHES_OFFSET
static final java.lang.String DASHES_OFFSET
MapCSS dashes-offset property key- See Also:
- Constant Field Values
-
FILL_COLOR
static final java.lang.String FILL_COLOR
MapCSS fill-color property key- See Also:
- Constant Field Values
-
FILL_EXTENT
static final java.lang.String FILL_EXTENT
MapCSS fill-extent property key- See Also:
- Constant Field Values
-
FILL_EXTENT_THRESHOLD
static final java.lang.String FILL_EXTENT_THRESHOLD
MapCSS fill-extent-threshold property key- See Also:
- Constant Field Values
-
FILL_IMAGE
static final java.lang.String FILL_IMAGE
MapCSS fill-image property key- See Also:
- Constant Field Values
-
FILL_OPACITY
static final java.lang.String FILL_OPACITY
MapCSS fill-opacity property key- See Also:
- Constant Field Values
-
FONT_FAMILY
static final java.lang.String FONT_FAMILY
MapCSS font-family property key- See Also:
- Constant Field Values
-
FONT_SIZE
static final java.lang.String FONT_SIZE
MapCSS font-size property key- See Also:
- Constant Field Values
-
FONT_STYLE
static final java.lang.String FONT_STYLE
MapCSS font-style property key- See Also:
- Constant Field Values
-
FONT_WEIGHT
static final java.lang.String FONT_WEIGHT
MapCSS font-weight property key- See Also:
- Constant Field Values
-
ICON_IMAGE
static final java.lang.String ICON_IMAGE
MapCSS icon-image property key- See Also:
- Constant Field Values
-
ICON_HEIGHT
static final java.lang.String ICON_HEIGHT
MapCSS icon-height property key- See Also:
- Constant Field Values
-
ICON_OFFSET_X
static final java.lang.String ICON_OFFSET_X
MapCSS icon-offset-x property key- See Also:
- Constant Field Values
-
ICON_OFFSET_Y
static final java.lang.String ICON_OFFSET_Y
MapCSS icon-offset-y property key- See Also:
- Constant Field Values
-
ICON_OPACITY
static final java.lang.String ICON_OPACITY
MapCSS icon-opacity property key- See Also:
- Constant Field Values
-
ICON_ROTATION
static final java.lang.String ICON_ROTATION
MapCSS icon-rotation property key- See Also:
- Constant Field Values
-
TEXT_ROTATION
static final java.lang.String TEXT_ROTATION
MapCSS text-rotation property key- See Also:
- Constant Field Values
-
ICON_WIDTH
static final java.lang.String ICON_WIDTH
MapCSS icon-width property key- See Also:
- Constant Field Values
-
ICON_POSITION
static final java.lang.String ICON_POSITION
Position of icons on area.- See Also:
- Constant Field Values
-
LINECAP
static final java.lang.String LINECAP
MapCSS linecap property key- See Also:
- Constant Field Values
-
LINEJOIN
static final java.lang.String LINEJOIN
MapCSS linejoin property key- See Also:
- Constant Field Values
-
MAJOR_Z_INDEX
static final java.lang.String MAJOR_Z_INDEX
MapCSS major-z-index property key- See Also:
- Constant Field Values
-
MITERLIMIT
static final java.lang.String MITERLIMIT
MapCSS miterlimit property key- See Also:
- Constant Field Values
-
MODIFIER
static final java.lang.String MODIFIER
MapCSS modifier property key- See Also:
- Constant Field Values
-
OBJECT_Z_INDEX
static final java.lang.String OBJECT_Z_INDEX
MapCSS object-z-index property key- See Also:
- Constant Field Values
-
OFFSET
static final java.lang.String OFFSET
MapCSS offset property key- See Also:
- Constant Field Values
-
OPACITY
static final java.lang.String OPACITY
MapCSS opacity property key- See Also:
- Constant Field Values
-
REAL_WIDTH
static final java.lang.String REAL_WIDTH
MapCSS real-width property key- See Also:
- Constant Field Values
-
REPEAT_IMAGE
static final java.lang.String REPEAT_IMAGE
MapCSS repeat-image property key- See Also:
- Constant Field Values
-
REPEAT_IMAGE_ALIGN
static final java.lang.String REPEAT_IMAGE_ALIGN
MapCSS repeat-image-align property key- See Also:
- Constant Field Values
-
REPEAT_IMAGE_HEIGHT
static final java.lang.String REPEAT_IMAGE_HEIGHT
MapCSS repeat-image-height property key- See Also:
- Constant Field Values
-
REPEAT_IMAGE_OFFSET
static final java.lang.String REPEAT_IMAGE_OFFSET
MapCSS repeat-image-offset property key- See Also:
- Constant Field Values
-
REPEAT_IMAGE_OPACITY
static final java.lang.String REPEAT_IMAGE_OPACITY
MapCSS repeat-image-opacity property key- See Also:
- Constant Field Values
-
REPEAT_IMAGE_PHASE
static final java.lang.String REPEAT_IMAGE_PHASE
MapCSS repeat-image-phase property key- See Also:
- Constant Field Values
-
REPEAT_IMAGE_SPACING
static final java.lang.String REPEAT_IMAGE_SPACING
MapCSS repeat-image-spacing property key- See Also:
- Constant Field Values
-
REPEAT_IMAGE_WIDTH
static final java.lang.String REPEAT_IMAGE_WIDTH
MapCSS repeat-image-width property key- See Also:
- Constant Field Values
-
TEXT
static final java.lang.String TEXT
MapCSS text property key- See Also:
- Constant Field Values
-
TEXT_ANCHOR_HORIZONTAL
static final java.lang.String TEXT_ANCHOR_HORIZONTAL
MapCSS text-anchor-horizontal property key- See Also:
- Constant Field Values
-
TEXT_ANCHOR_VERTICAL
static final java.lang.String TEXT_ANCHOR_VERTICAL
MapCSS text-anchor-vertical property key- See Also:
- Constant Field Values
-
TEXT_COLOR
static final java.lang.String TEXT_COLOR
MapCSS text-color property key- See Also:
- Constant Field Values
-
TEXT_HALO_COLOR
static final java.lang.String TEXT_HALO_COLOR
MapCSS text-halo-color property key- See Also:
- Constant Field Values
-
TEXT_HALO_OPACITY
static final java.lang.String TEXT_HALO_OPACITY
MapCSS text-halo-opacity property key- See Also:
- Constant Field Values
-
TEXT_HALO_RADIUS
static final java.lang.String TEXT_HALO_RADIUS
MapCSS text-halo-radius property key- See Also:
- Constant Field Values
-
TEXT_OFFSET
static final java.lang.String TEXT_OFFSET
MapCSS text-offset property key- See Also:
- Constant Field Values
-
TEXT_OFFSET_X
static final java.lang.String TEXT_OFFSET_X
MapCSS text-offset-x property key- See Also:
- Constant Field Values
-
TEXT_OFFSET_Y
static final java.lang.String TEXT_OFFSET_Y
MapCSS text-offset-y property key- See Also:
- Constant Field Values
-
TEXT_OPACITY
static final java.lang.String TEXT_OPACITY
MapCSS text-opacity property key- See Also:
- Constant Field Values
-
TEXT_POSITION
static final java.lang.String TEXT_POSITION
MapCSS text-position property key- See Also:
- Constant Field Values
-
WAY_DIRECTION_ARROWS
static final java.lang.String WAY_DIRECTION_ARROWS
MapCSS way-direction-arrows property key- See Also:
- Constant Field Values
-
WIDTH
static final java.lang.String WIDTH
MapCSS width property key- See Also:
- Constant Field Values
-
Z_INDEX
static final java.lang.String Z_INDEX
MapCSS z-index property key- See Also:
- Constant Field Values
-
-