Uses of Interface
org.deegree.graphics.sld.Graphic

Packages that use Graphic
org.deegree_impl.graphics.sld   
org.deegree.graphics.sld   
 

Uses of Graphic in org.deegree_impl.graphics.sld
 

Classes in org.deegree_impl.graphics.sld that implement Graphic
 class Graphic_Impl
          A Graphic is a "graphic symbol" with an inherent shape, color, and size.
 

Fields in org.deegree_impl.graphics.sld declared as Graphic
private  Graphic PointSymbolizer_Impl.graphic
           
private  Graphic LegendGraphic_Impl.graphic
           
private  Graphic GraphicStroke_Impl.graphic
           
private  Graphic GraphicFill_Impl.graphic
           
 

Methods in org.deegree_impl.graphics.sld that return Graphic
static Graphic StyleFactory.createGraphic(ExternalGraphic externalGraphic, Mark mark, double opacity, double size, double rotation)
          creates a graphic object
private static Graphic SLDFactory.createGraphic(org.w3c.dom.Element element)
          Creates a Graphic-instance according to the contents of the DOM-subtree starting at the given 'Graphic'-element.
 Graphic PointSymbolizer_Impl.getGraphic()
          A Graphic is a "graphic symbol" with an inherent shape, color, and size.
 Graphic LegendGraphic_Impl.getGraphic()
          A Graphic is a graphic symbol with an inherent shape, color(s), and possibly size.
 Graphic GraphicStroke_Impl.getGraphic()
          A Graphic is a graphic symbol with an inherent shape, color(s), and possibly size.
 Graphic GraphicFill_Impl.getGraphic()
          A Graphic is a graphic symbol with an inherent shape, color(s), and possibly size.
 

Methods in org.deegree_impl.graphics.sld with parameters of type Graphic
static GraphicStroke StyleFactory.createGraphicStroke(Graphic graphic)
          creates a GraphicStroke from a Graphic object
static GraphicFill StyleFactory.createGraphicFill(Graphic graphic)
          creates a GraphicFill from a Graphic object
static PointSymbolizer StyleFactory.createPointSymbolizer(Graphic graphic)
          create a point symbolizer
static PointSymbolizer StyleFactory.createPointSymbolizer(Graphic graphic, java.lang.String geometryPropertyName)
          create a point symbolizer
static PointSymbolizer StyleFactory.createPointSymbolizer(Graphic graphic, java.lang.String geometryPropertyName, double min, double max)
          create a point symbolizer
 void PointSymbolizer_Impl.setGraphic(Graphic graphic)
          sets the
 void LegendGraphic_Impl.setGraphic(Graphic graphic)
          sets the
 void GraphicStroke_Impl.setGraphic(Graphic graphic)
          sets
 void GraphicFill_Impl.setGraphic(Graphic graphic)
          sets
 

Constructors in org.deegree_impl.graphics.sld with parameters of type Graphic
PointSymbolizer_Impl(Graphic graphic, Geometry geometry, double min, double max)
          constructor initializing the class with the
LegendGraphic_Impl(Graphic graphic)
          constructor initializing the class with the
GraphicStroke_Impl(Graphic graphic)
          constructor initializing the class with the
GraphicFill_Impl(Graphic graphic)
          constructor initializing the class with the
 

Uses of Graphic in org.deegree.graphics.sld
 

Methods in org.deegree.graphics.sld that return Graphic
 Graphic PointSymbolizer.getGraphic()
          A Graphic is a "graphic symbol" with an inherent shape, color, and size.
 Graphic LegendGraphic.getGraphic()
          A Graphic is a graphic symbol with an inherent shape, color(s), and possibly size.
 Graphic GraphicStroke.getGraphic()
          A Graphic is a graphic symbol with an inherent shape, color(s), and possibly size.
 Graphic GraphicFill.getGraphic()
          A Graphic is a graphic symbol with an inherent shape, color(s), and possibly size.
 

Methods in org.deegree.graphics.sld with parameters of type Graphic
 void PointSymbolizer.setGraphic(Graphic graphic)
          Sets the Graphic for the Point.
 void LegendGraphic.setGraphic(Graphic graphic)
          Sets the graphic for the LegendGraphic.
 void GraphicStroke.setGraphic(Graphic graphic)
          Sets the Graphic.
 void GraphicFill.setGraphic(Graphic graphic)
          Sets the Graphic.