Uses of Interface
org.geotools.api.style.GraphicStroke
- 
Packages that use GraphicStroke Package Description org.geotools.api.style The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayalorg.geotools.styling Allows for symbolization of geospatial data.
- 
- 
Uses of GraphicStroke in org.geotools.api.styleMethods in org.geotools.api.style that return GraphicStroke Modifier and Type Method Description GraphicStrokeStyleFactory. graphicStroke(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement, Expression initialGap, Expression gap)Methods in org.geotools.api.style with parameters of type GraphicStroke Modifier and Type Method Description StrokeStyleFactory. stroke(GraphicStroke stroke, Expression color, Expression opacity, Expression width, Expression join, Expression cap, float[] dashes, Expression offset)ObjectTraversingStyleVisitor. visit(GraphicStroke graphicStroke, Object data)Called when accept is called on a graphic stroke
- 
Uses of GraphicStroke in org.geotools.stylingClasses in org.geotools.styling that implement GraphicStroke Modifier and Type Class Description classGraphicImplDirect implementation of Graphic.static classGraphicImpl.ConstantGraphicMethods in org.geotools.styling that return GraphicStroke Modifier and Type Method Description GraphicStrokeStyleFactoryImpl. graphicStroke(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement, Expression initialGap, Expression gap)Methods in org.geotools.styling with parameters of type GraphicStroke Modifier and Type Method Description StrokeStyleFactoryImpl. stroke(GraphicStroke stroke, Expression color, Expression opacity, Expression width, Expression join, Expression cap, float[] dashes, Expression offset)StrokeStyleFactoryImpl2. stroke(GraphicStroke stroke, Expression color, Expression opacity, Expression width, Expression join, Expression cap, float[] dashes, Expression offset)
 
-