org.deegree.graphics.sld
Interface GraphicFill

All Known Implementing Classes:
GraphicFill_Impl

public interface GraphicFill

The GraphicFill element both indicates that a stipple-fill repeated graphic will be used and specifies the fill graphic.

A graphic can be defined very informally as a little picture. The appearance of the graphic is defined with the embedded Graphic element. Additional parameters for the GraphicFill may be provided in the future to provide more control the exact style of filling.

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

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.
 

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.

Parameters:
graphic -