Uses of Interface
org.opengis.style.GraphicLegend

Packages that use GraphicLegend
org.geotools.renderer.lite A simple renderer implementation. 
org.geotools.styling Allows for symbolization of geospatial data. 
org.geotools.styling.builder   
org.opengis.style The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal This package is a merge from package GeoAPI SLD (v1.0.0) and GeoTools styling. 
 

Uses of GraphicLegend in org.geotools.renderer.lite
 

Methods in org.geotools.renderer.lite with parameters of type GraphicLegend
 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
 

Subinterfaces of GraphicLegend in org.geotools.styling
 interface Graphic
          A Graphic is a "graphical symbol" with an inherent shape, color(s), and possibly size.
 interface GraphicLegend
          Used to represent a Rule (or other construct) in a user interface or legend.
 

Classes in org.geotools.styling that implement GraphicLegend
 class GraphicImpl
          Direct implementation of Graphic.
 

Methods in org.geotools.styling that return GraphicLegend
 GraphicLegend RuleImpl.getLegend()
           
 GraphicLegend Rule.getLegend()
           
 

Methods in org.geotools.styling with parameters of type GraphicLegend
 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)
           
 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 RuleImpl.setLegend(GraphicLegend legend)
           
 void Rule.setLegend(GraphicLegend legend)
           
 

Uses of GraphicLegend in org.geotools.styling.builder
 

Methods in org.geotools.styling.builder with parameters of type GraphicLegend
 GraphicLegendBuilder GraphicLegendBuilder.reset(GraphicLegend graphic)
           
 

Uses of GraphicLegend in org.opengis.style
 

Methods in org.opengis.style that return GraphicLegend
 GraphicLegend Rule.getLegend()
          Returns a small Graphic that could be used by the rendering engine to draw a legend window.
 GraphicLegend StyleFactory.graphicLegend(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement)
           
 

Methods in org.opengis.style with parameters of type GraphicLegend
 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.
 Object StyleVisitor.visit(GraphicLegend graphicLegend, Object data)
          Called when accept is called on a legend graphic
 



Copyright © 1996-2014 Geotools. All Rights Reserved.