@XmlElement(value="GraphicStroke") public interface GraphicStroke extends Graphic
Modifier and Type | Method and Description |
---|---|
Object |
accept(StyleVisitor visitor,
Object extraData)
Calls the visit method of a StyleVisitor
|
Expression |
getGap()
Gap gives the distance between two graphics.
|
Expression |
getInitialGap()
InitialGap specifies how far away the first graphic will be drawn relative to the start of
the rendering line
|
getAnchorPoint, getDisplacement, getOpacity, getRotation, getSize, graphicalSymbols
@XmlElement(value="InitialGap") Expression getInitialGap()
@XmlElement(value="Gap") Expression getGap()
@Extension Object accept(StyleVisitor visitor, Object extraData)
Copyright © 1996–2019 Geotools. All rights reserved.