Uses of Class
org.geotools.styling.GraphicImpl
-
Packages that use GraphicImpl Package Description org.geotools.styling Allows for symbolization of geospatial data. -
-
Uses of GraphicImpl in org.geotools.styling
Methods in org.geotools.styling that return GraphicImpl Modifier and Type Method Description GraphicImpl
StyleFactoryImpl2. graphic(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchor, Displacement disp)
GraphicImpl
StyleFactoryImpl2. graphicFill(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement)
GraphicImpl
StyleFactoryImpl2. graphicLegend(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement)
GraphicImpl
StyleFactoryImpl2. graphicStroke(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement, Expression initialGap, Expression gap)
-