Uses of Interface
org.deegree.graphics.legend.LegendElement

Packages that use LegendElement
org.deegree_impl.graphics.legend   
org.deegree_impl.services.wms   
org.deegree.graphics.legend   
 

Uses of LegendElement in org.deegree_impl.graphics.legend
 

Classes in org.deegree_impl.graphics.legend that implement LegendElement
 class LegendElement_Impl
          The implements the basic legend element. a legend element may has a label that can be set to eight positions relative to the legend graphic.
 class LegendElementCollection_Impl
          LegendElementCollection is a collection of LegendElements and is a LegendElement too.
 

Methods in org.deegree_impl.graphics.legend that return LegendElement
 LegendElement LegendFactory.createLegendElement(java.awt.image.BufferedImage legendImage)
          creates a LegendElement using the passed BufferedImage
 LegendElement LegendFactory.createLegendElement(Style style, int width, int height, java.lang.String title)
          creates a LegendElement from a SLD Style.
 LegendElement[] LegendElementCollection_Impl.getLegendElements()
           
 

Methods in org.deegree_impl.graphics.legend with parameters of type LegendElement
 LegendElementCollection LegendFactory.createLegendElementCollection(LegendElement[] legendElements)
          creates a LegendElementCollection and fills it with the passed LegendElements.
 void LegendElementCollection_Impl.addLegendElement(LegendElement legendElement)
          adds a LegendElement to the collection.
 

Uses of LegendElement in org.deegree_impl.services.wms
 

Methods in org.deegree_impl.services.wms that return LegendElement
private  LegendElement GetLegendGraphicHandler.getSymbol(WMSGetLegendGraphicRequest request)
           
private  LegendElement GetLegendGraphicHandler.getFromWellKnownStyle()
          creates a LegendElement from a style known by the WMS
private  LegendElement GetLegendGraphicHandler.getFromSLDStyle()
          creates a LegendElement from a style defined in the SLD document passed/referenced by/in the request
 

Uses of LegendElement in org.deegree.graphics.legend
 

Subinterfaces of LegendElement in org.deegree.graphics.legend
 interface LegendElementCollection
          LegendElementCollection is a collection of LegendElements and is a LegendElement too.
 

Methods in org.deegree.graphics.legend with parameters of type LegendElement
 void LegendElementCollection.addLegendElement(LegendElement legendElement)
          adds a LegendElement to the collection.