Uses of Class
org.deegree.graphics.legend.LegendException

Packages that use LegendException
org.deegree_impl.graphics.legend   
org.deegree_impl.tools   
org.deegree.graphics.legend   
 

Uses of LegendException in org.deegree_impl.graphics.legend
 

Methods in org.deegree_impl.graphics.legend that throw LegendException
 LegendElement LegendFactory.createLegendElement(Style style, int width, int height, java.lang.String title)
          creates a LegendElement from a SLD Style.
 java.awt.image.BufferedImage[] LegendFactory.createAllThumbnails(StyledLayerDescriptor sld, int width, int height)
           
private  java.lang.String LegendFactory.getPropertyNameFromFilter(Filter filter)
          gets the property-names for creating the legend text
private  java.lang.String LegendFactory.getPropertyNameFromOperation(Operation operation)
           
protected  void LegendElement_Impl.drawPointLegend(java.awt.Graphics g, PointSymbolizer c, int width, int height)
          draws a legendsymbol, if the SLD defines a point
protected  void LegendElement_Impl.drawLineStringLegend(java.awt.Graphics2D g, LineSymbolizer ls, int width, int height)
          draws a legendsymbol, if the SLD defines a line
protected  void LegendElement_Impl.drawPolygonLegend(java.awt.Graphics2D g, PolygonSymbolizer ps, int width, int height)
          draws a legendsymbol, if the SLD defines a polygon
private  java.awt.BasicStroke LegendElement_Impl.getBasicStroke(Stroke sldstroke)
          constructs a java.awt.BasicStroke for painting a LineString legend symbol.
 java.awt.image.BufferedImage LegendElement_Impl.exportAsImage()
          exports the LegendElement as BufferedImage
 java.awt.image.BufferedImage LegendElementCollection_Impl.exportAsImage()
           
 

Uses of LegendException in org.deegree_impl.tools
 

Methods in org.deegree_impl.tools that throw LegendException
private  void LegendElementCreator.saveImage(java.awt.image.BufferedImage bi, java.lang.String outdir, java.lang.String filename, java.lang.String graphicsformat, java.awt.Color color)
          saves the resulting buffered Image from org.deegree.graphics.legend as an image.
 

Constructors in org.deegree_impl.tools that throw LegendException
LegendElementCreator(java.lang.String sldfile, java.lang.String directory, java.lang.String format, java.awt.Color color, int width, int height, java.lang.String title, LecGUI lec)
           
 

Uses of LegendException in org.deegree.graphics.legend
 

Methods in org.deegree.graphics.legend that throw LegendException
 java.awt.image.BufferedImage LegendElement.exportAsImage()
          exports the LegendElement as BufferedImage