|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@XmlElement(value="LineSymbolizer") public interface LineSymbolizer
Gives directions for how to draw lines on a map.
| Method Summary | |
|---|---|
Object |
accept(StyleVisitor visitor,
Object extraData)
Calls the visit method of a StyleVisitor |
Expression |
getPerpendicularOffset()
PerpendicularOffset allows to draw lines in parallel to the original geometry. |
Stroke |
getStroke()
Returns the object containing all the information necessary to draw styled lines. |
| Methods inherited from interface Symbolizer |
|---|
getDescription, getGeometryPropertyName, getName, getUnitOfMeasure |
| Method Detail |
|---|
@XmlElement(value="Stroke") Stroke getStroke()
@XmlElement(value="PerpendicularOffset") Expression getPerpendicularOffset()
Object accept(StyleVisitor visitor,
Object extraData)
accept in interface Symbolizervisitor - the style visitor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||