Ignore:
Timestamp:
2013-03-24T12:58:45+01:00 (11 years ago)
Author:
bastiK
Message:

mapcss: new map element 'repeat-image' similar to 'pattern-image', but more flexible

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/mappaint/StyleKeys.java

    r5376 r5801  
    44public interface StyleKeys {
    55
    6     public static final String COLOR = "color";
    7     public static final String DASHES = "dashes";
    8     public static final String DASHES_BACKGROUND_COLOR = "dashes-background-color";
    9     public static final String DASHES_BACKGROUND_OPACITY = "dashes-background-opacity";
    10     public static final String DASHES_OFFSET = "dashes-offset";
    11     public static final String FILL_COLOR = "fill-color";
    12     public static final String FILL_IMAGE = "fill-image";
    13     public static final String FILL_OPACITY = "fill-opacity";
    14     public static final String ICON_IMAGE = "icon-image";
    15     public static final String MODIFIER = "modifier";
    16     public static final String OBJECT_Z_INDEX = "object-z-index";
    17     public static final String OFFSET = "offset";
    18     public static final String OPACITY = "opacity";
    19     public static final String REAL_WIDTH = "real-width";
    20     public static final String TEXT_POSITION = "text-position";
    21     public static final String TEXT = "text";
    22     public static final String WIDTH = "width";
    23     public static final String Z_INDEX = "z-index";
     6    String COLOR = "color";
     7    String DASHES = "dashes";
     8    String DASHES_BACKGROUND_COLOR = "dashes-background-color";
     9    String DASHES_BACKGROUND_OPACITY = "dashes-background-opacity";
     10    String DASHES_OFFSET = "dashes-offset";
     11    String FILL_COLOR = "fill-color";
     12    String FILL_IMAGE = "fill-image";
     13    String FILL_OPACITY = "fill-opacity";
     14    String ICON_IMAGE = "icon-image";
     15    String MODIFIER = "modifier";
     16    String OBJECT_Z_INDEX = "object-z-index";
     17    String OFFSET = "offset";
     18    String OPACITY = "opacity";
     19    String REAL_WIDTH = "real-width";
     20    String TEXT_POSITION = "text-position";
     21    String TEXT = "text";
     22    String WIDTH = "width";
     23    String Z_INDEX = "z-index";
     24    String REPEAT_IMAGE = "repeat-image";
     25    String REPEAT_IMAGE_OFFSET = "repeat-image-offset";
     26    String REPEAT_IMAGE_SPACING = "repeat-image-spacing";
     27    String REPEAT_IMAGE_ALIGN = "repeat-image-align";
    2428}
Note: See TracChangeset for help on using the changeset viewer.