Package | Description |
---|---|
org.openstreetmap.josm.data.osm.visitor.paint |
Provides the classes for painting (rendering) OSM primitives on the map.
|
org.openstreetmap.josm.gui.mappaint.styleelement |
Style elements defining how a map paint style is rendered.
|
Modifier and Type | Method and Description |
---|---|
void |
StyledMapRenderer.drawRepeatImage(Way way,
MapImage pattern,
boolean disabled,
double offset,
double spacing,
double phase,
RepeatImageElement.LineImageAlignment align)
Draw an image along a way repeatedly.
|
Modifier and Type | Field and Description |
---|---|
RepeatImageElement.LineImageAlignment |
RepeatImageElement.align |
Modifier and Type | Method and Description |
---|---|
static RepeatImageElement.LineImageAlignment |
RepeatImageElement.LineImageAlignment.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RepeatImageElement.LineImageAlignment[] |
RepeatImageElement.LineImageAlignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
RepeatImageElement(Cascade c,
MapImage pattern,
float offset,
float spacing,
float phase,
RepeatImageElement.LineImageAlignment align) |