| Package | Description |
|---|---|
| de.micromata.opengis.kml.v_2_2_0 |
| Modifier and Type | Field and Description |
|---|---|
protected LineStyle |
Style.lineStyle
|
| Modifier and Type | Method and Description |
|---|---|
LineStyle |
LineStyle.addToColorStyleObjectExtension(AbstractObject colorStyleObjectExtension) |
LineStyle |
LineStyle.addToColorStyleSimpleExtension(Object colorStyleSimpleExtension) |
LineStyle |
LineStyle.addToLineStyleObjectExtension(AbstractObject lineStyleObjectExtension)
add a value to the lineStyleObjectExtension property collection
|
LineStyle |
LineStyle.addToLineStyleSimpleExtension(Object lineStyleSimpleExtension)
add a value to the lineStyleSimpleExtension property collection
|
LineStyle |
LineStyle.addToObjectSimpleExtension(Object objectSimpleExtension) |
LineStyle |
LineStyle.addToSubStyleObjectExtension(AbstractObject subStyleObjectExtension) |
LineStyle |
LineStyle.addToSubStyleSimpleExtension(Object subStyleSimpleExtension) |
LineStyle |
LineStyle.clone() |
LineStyle |
Style.createAndSetLineStyle()
Creates a new instance of
LineStyle and set it to lineStyle. |
static LineStyle |
KmlFactory.createLineStyle()
Create an instance of
LineStyle |
LineStyle |
Style.getLineStyle() |
LineStyle |
LineStyle.withColor(String color) |
LineStyle |
LineStyle.withColorMode(ColorMode colorMode) |
LineStyle |
LineStyle.withColorStyleObjectExtension(List<AbstractObject> colorStyleObjectExtension) |
LineStyle |
LineStyle.withColorStyleSimpleExtension(List<Object> colorStyleSimpleExtension) |
LineStyle |
LineStyle.withId(String id) |
LineStyle |
LineStyle.withLineStyleObjectExtension(List<AbstractObject> lineStyleObjectExtension)
fluent setter
|
LineStyle |
LineStyle.withLineStyleSimpleExtension(List<Object> lineStyleSimpleExtension)
fluent setter
|
LineStyle |
LineStyle.withObjectSimpleExtension(List<Object> objectSimpleExtension) |
LineStyle |
LineStyle.withSubStyleObjectExtension(List<AbstractObject> subStyleObjectExtension) |
LineStyle |
LineStyle.withSubStyleSimpleExtension(List<Object> subStyleSimpleExtension) |
LineStyle |
LineStyle.withTargetId(String targetId) |
LineStyle |
LineStyle.withWidth(double width)
fluent setter
|
| Modifier and Type | Method and Description |
|---|---|
void |
Style.setLineStyle(LineStyle value) |
Style |
Style.withLineStyle(LineStyle lineStyle)
fluent setter
|
Copyright © 2014 Micromata GmbH. All rights reserved.