Uses of Interface
org.geotools.api.style.GraphicLegend
-
Packages that use GraphicLegend Package Description org.geotools.api.style The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayalorg.geotools.brewer.styling.builder org.geotools.renderer.lite A simple renderer implementation.org.geotools.styling Allows for symbolization of geospatial data. -
-
Uses of GraphicLegend in org.geotools.api.style
Methods in org.geotools.api.style that return GraphicLegend Modifier and Type Method Description GraphicLegend
Rule. getLegend()
GraphicLegend
StyleFactory. graphicLegend(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement)
Methods in org.geotools.api.style with parameters of type GraphicLegend Modifier and Type Method Description Rule
StyleFactory. rule(String name, Description description, GraphicLegend legend, double min, double max, List<Symbolizer> symbolizers, Filter filter)
Create a rule from the provided definition.void
Rule. setLegend(GraphicLegend legend)
Object
TraversingStyleVisitor. visit(GraphicLegend graphicLegend, Object data)
Called when accept is called on a legend graphic -
Uses of GraphicLegend in org.geotools.brewer.styling.builder
Methods in org.geotools.brewer.styling.builder that return GraphicLegend Modifier and Type Method Description GraphicLegend
GraphicLegendBuilder. build()
Methods in org.geotools.brewer.styling.builder with parameters of type GraphicLegend Modifier and Type Method Description GraphicLegendBuilder
GraphicLegendBuilder. reset(GraphicLegend graphic)
-
Uses of GraphicLegend in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite with parameters of type GraphicLegend Modifier and Type Method Description void
StyledShapePainter. paint(Graphics2D graphics, LiteShape2 shape, GraphicLegend legend, double symbolScale, boolean isLabelObstacle)
Paints a GraphicLegend in the supplied graphics -
Uses of GraphicLegend in org.geotools.styling
Classes in org.geotools.styling that implement GraphicLegend Modifier and Type Class Description class
GraphicImpl
Direct implementation of Graphic.Methods in org.geotools.styling that return GraphicLegend Modifier and Type Method Description GraphicLegend
RuleImpl. getLegend()
GraphicLegend
StyleFactoryImpl. graphicLegend(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement)
Methods in org.geotools.styling with parameters of type GraphicLegend Modifier and Type Method Description Rule
StyleFactoryImpl. rule(String name, Description description, GraphicLegend legend, double min, double max, List<Symbolizer> symbolizers, Filter filter)
RuleImpl
StyleFactoryImpl2. rule(String name, Description description, GraphicLegend legend, double min, double max, List<Symbolizer> symbolizers, Filter filter)
void
RuleImpl. setLegend(GraphicLegend legend)
-