Uses of Interface
org.geotools.api.style.GraphicFill
-
Packages that use GraphicFill 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 GraphicFill in org.geotools.api.style
Methods in org.geotools.api.style that return GraphicFill Modifier and Type Method Description GraphicFill
StyleFactory. graphicFill(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement)
Methods in org.geotools.api.style with parameters of type GraphicFill Modifier and Type Method Description Fill
StyleFactory. fill(GraphicFill fill, Expression color, Expression opacity)
Create fill.Stroke
StyleFactory. stroke(GraphicFill fill, Expression color, Expression opacity, Expression width, Expression join, Expression cap, float[] dashes, Expression offset)
Object
TraversingStyleVisitor. visit(GraphicFill graphicFill, Object data)
Called when accept is called on a graphic fill -
Uses of GraphicFill in org.geotools.styling
Classes in org.geotools.styling that implement GraphicFill Modifier and Type Class Description class
GraphicImpl
Direct implementation of Graphic.static class
GraphicImpl.ConstantGraphic
Methods in org.geotools.styling that return GraphicFill Modifier and Type Method Description GraphicFill
StyleFactoryImpl. graphicFill(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement)
Methods in org.geotools.styling with parameters of type GraphicFill Modifier and Type Method Description Fill
StyleFactoryImpl. fill(GraphicFill fill, Expression color, Expression opacity)
FillImpl
StyleFactoryImpl2. fill(GraphicFill graphicFill, Expression color, Expression opacity)
Stroke
StyleFactoryImpl. stroke(GraphicFill fill, Expression color, Expression opacity, Expression width, Expression join, Expression cap, float[] dashes, Expression offset)
Stroke
StyleFactoryImpl2. stroke(GraphicFill fill, Expression color, Expression opacity, Expression width, Expression join, Expression cap, float[] dashes, Expression offset)
-