Uses of Interface
org.opengis.sld.Graphic

Packages that use Graphic
org.opengis.sld Allows user-defined symbolization of feature data. 
 

Uses of Graphic in org.opengis.sld
 

Methods in org.opengis.sld that return Graphic
 Graphic PointSymbol.getGraphic()
          Returns the graphic that will be drawn at each point of the geometry.
 Graphic Stroke.getGraphicFill()
          If non-null, indicates that line should be drawn by tiling the (thin) area of the line with the given graphic.
 Graphic Fill.getGraphicFill()
          If this object is to be filled with tiled copies of an image, then returns a non-null Graphic that indicates what image should be drawn.
 Graphic Stroke.getGraphicStroke()
          If non-null, indicates that lines should be drawn by repeatedly plotting the given graphic along the path of the lines, rotating it according to the orientation of the line.
 Graphic Rule.getLegendGraphic()
          Returns a small Graphic that could be used by the rendering engine to draw a legend window.
 

Methods in org.opengis.sld with parameters of type Graphic
 void PointSymbol.setGraphic(Graphic graphic)
          Sets the graphic that will be drawn at each point of the geometry.
 void Stroke.setGraphicFill(Graphic graphicFill)
          Sets the line that should be drawn by tiling the (thin) area of the line with the given graphic.
 void Fill.setGraphicFill(Graphic graphicFill)
          Sets the graphic that will be used to tile the interior of polygons.
 void Stroke.setGraphicStroke(Graphic graphicStroke)
          Sets the lines that should be drawn by repeatedly plotting the given graphic along the path of the lines, rotating it according to the orientation of the line.
 void Rule.setLegendGraphic(Graphic g)
          Sets the small Graphic that may be used by the rendering engine to draw a legend window.
 



Copyright © 1994-2008 Open Geospatial Consortium. All Rights Reserved.