Uses of Interface
org.opengis.style.GraphicLegend

Packages that use GraphicLegend
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.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 © 1994-2012 Open Geospatial Consortium. All Rights Reserved.