org.deegree.graphics.sld
Interface LegendGraphic

All Known Implementing Classes:
LegendGraphic_Impl

public interface LegendGraphic

The LegendGraphic element gives an optional explicit Graphic symbol to be displayed in a legend for this rule.

----------------------------------------------------------------------

Version:
$Revision: 1.2 $ $Date: 2004/01/12 14:48:13 $
Author:
Andreas Poth

Method Summary
 Graphic getGraphic()
          A Graphic is a graphic symbol with an inherent shape, color(s), and possibly size.
 void setGraphic(Graphic graphic)
          Sets the graphic for the LegendGraphic.
 

Method Detail

getGraphic

public Graphic getGraphic()
A Graphic is a graphic symbol with an inherent shape, color(s), and possibly size. A graphic can be very informally defined as a little picture and can be of either a raster or vector-graphic source type. The term graphic is used since the term symbol is similar to symbolizer which is used in a different context in SLD.

Returns:
graphic

setGraphic

public void setGraphic(Graphic graphic)
Sets the graphic for the LegendGraphic.

Parameters:
graphic -