org.deegree_impl.graphics.sld
Class LegendGraphic_Impl

java.lang.Object
  extended byorg.deegree_impl.graphics.sld.LegendGraphic_Impl
All Implemented Interfaces:
LegendGraphic, Marshallable

public class LegendGraphic_Impl
extends java.lang.Object
implements LegendGraphic, Marshallable

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

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

Version:
$Revision: 1.5 $ $Date: 2004/01/12 14:48:41 $
Author:
Katharina Lupp

Field Summary
private  Graphic graphic
           
 
Constructor Summary
(package private) LegendGraphic_Impl()
          default constructor
(package private) LegendGraphic_Impl(Graphic graphic)
          constructor initializing the class with the
 
Method Summary
 java.lang.String exportAsXML()
          exports the content of the Font as XML formated String
 Graphic getGraphic()
          A Graphic is a graphic symbol with an inherent shape, color(s), and possibly size.
 void setGraphic(Graphic graphic)
          sets the
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

graphic

private Graphic graphic
Constructor Detail

LegendGraphic_Impl

LegendGraphic_Impl()
default constructor


LegendGraphic_Impl

LegendGraphic_Impl(Graphic graphic)
constructor initializing the class with the

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.

Specified by:
getGraphic in interface LegendGraphic
Returns:
graphic

setGraphic

public void setGraphic(Graphic graphic)
sets the

Specified by:
setGraphic in interface LegendGraphic
Parameters:
graphic -

exportAsXML

public java.lang.String exportAsXML()
exports the content of the Font as XML formated String

Specified by:
exportAsXML in interface Marshallable
Returns:
xml representation of the Font