Uses of Interface
org.opengis.sld.Stroke

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

Uses of Stroke in org.opengis.sld
 

Methods in org.opengis.sld that return Stroke
 Stroke PolygonSymbol.getStroke()
          Returns the object containing all the information necessary to draw styled lines.
 Stroke Mark.getStroke()
          Returns the object that indicates how the edges of the mark will be drawn.
 Stroke LineSymbol.getStroke()
          Returns the object containing all the information necessary to draw styled lines.
 

Methods in org.opengis.sld with parameters of type Stroke
 void PolygonSymbol.setStroke(Stroke s)
          Sets the object containing all the information necessary to draw styled lines.
 void Mark.setStroke(Stroke s)
          Sets the object that indicates how the edges of the mark will be drawn.
 void LineSymbol.setStroke(Stroke s)
          Sets the object containing all the information necessary to draw styled lines.
 



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