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.styleMethods in org.geotools.api.style that return GraphicLegend Modifier and Type Method Description GraphicLegendRule. getLegend()GraphicLegendStyleFactory. 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 RuleStyleFactory. rule(String name, Description description, GraphicLegend legend, double min, double max, List<Symbolizer> symbolizers, Filter filter)Create a rule from the provided definition.voidRule. setLegend(GraphicLegend legend)ObjectTraversingStyleVisitor. visit(GraphicLegend graphicLegend, Object data)Called when accept is called on a legend graphic
- 
Uses of GraphicLegend in org.geotools.brewer.styling.builderMethods in org.geotools.brewer.styling.builder that return GraphicLegend Modifier and Type Method Description GraphicLegendGraphicLegendBuilder. build()Methods in org.geotools.brewer.styling.builder with parameters of type GraphicLegend Modifier and Type Method Description GraphicLegendBuilderGraphicLegendBuilder. reset(GraphicLegend graphic)
- 
Uses of GraphicLegend in org.geotools.renderer.liteMethods in org.geotools.renderer.lite with parameters of type GraphicLegend Modifier and Type Method Description voidStyledShapePainter. paint(Graphics2D graphics, LiteShape2 shape, GraphicLegend legend, double symbolScale, boolean isLabelObstacle)Paints a GraphicLegend in the supplied graphics
- 
Uses of GraphicLegend in org.geotools.stylingClasses in org.geotools.styling that implement GraphicLegend Modifier and Type Class Description classGraphicImplDirect implementation of Graphic.Methods in org.geotools.styling that return GraphicLegend Modifier and Type Method Description GraphicLegendRuleImpl. getLegend()GraphicLegendStyleFactoryImpl. 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 RuleStyleFactoryImpl. rule(String name, Description description, GraphicLegend legend, double min, double max, List<Symbolizer> symbolizers, Filter filter)RuleImplStyleFactoryImpl2. rule(String name, Description description, GraphicLegend legend, double min, double max, List<Symbolizer> symbolizers, Filter filter)voidRuleImpl. setLegend(GraphicLegend legend)
 
-