RepeatImageElemStyle
@Deprecated public class LinePatternElemStyle extends ElemStyle
Modifier and Type | Field and Description |
---|---|
MapImage |
pattern
Deprecated.
|
ICON_KEYS, isModifier, major_z_index, object_z_index, REPEAT_IMAGE_KEYS, z_index
COLOR, DASHES, DASHES_BACKGROUND_COLOR, DASHES_BACKGROUND_OPACITY, DASHES_OFFSET, FILL_COLOR, FILL_IMAGE, FILL_OPACITY, ICON_HEIGHT_IDX, ICON_IMAGE, ICON_IMAGE_IDX, ICON_OPACITY_IDX, ICON_WIDTH_IDX, MODIFIER, OBJECT_Z_INDEX, OFFSET, OPACITY, REAL_WIDTH, REPEAT_IMAGE, REPEAT_IMAGE_ALIGN, REPEAT_IMAGE_OFFSET, REPEAT_IMAGE_PHASE, REPEAT_IMAGE_SPACING, TEXT, TEXT_POSITION, WIDTH, Z_INDEX
Constructor and Description |
---|
LinePatternElemStyle(Cascade c,
MapImage pattern)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static LinePatternElemStyle |
create(Environment env)
Deprecated.
|
boolean |
equals(Object obj)
Deprecated.
|
int |
hashCode()
Deprecated.
|
boolean |
isProperLineStyle()
Deprecated.
|
void |
paintPrimitive(OsmPrimitive primitive,
MapPaintSettings paintSettings,
StyledMapRenderer painter,
boolean selected,
boolean member)
Deprecated.
draws a primitive
|
String |
toString()
Deprecated.
|
public LinePatternElemStyle(Cascade c, MapImage pattern)
public static LinePatternElemStyle create(Environment env)
public void paintPrimitive(OsmPrimitive primitive, MapPaintSettings paintSettings, StyledMapRenderer painter, boolean selected, boolean member)
ElemStyle
paintPrimitive
in class ElemStyle
selected
- true, if primitive is selectedmember
- true, if primitive is not selected and member of a selected relationpublic boolean isProperLineStyle()
isProperLineStyle
in class ElemStyle