deegree 2.3 (2010/04/09 10:10 build-4-official)

Uses of Class
org.deegree.graphics.sld.Stroke

Packages that use Stroke
org.deegree.graphics.sld   
 

Uses of Stroke in org.deegree.graphics.sld
 

Methods in org.deegree.graphics.sld that return Stroke
static Stroke StyleFactory.createStroke()
          create a default Stroke that black, 1 pixel width, complete opaque, with round linejoin and square line cap
static Stroke StyleFactory.createStroke(Color color)
          Create a default stroke with the supplied color
static Stroke StyleFactory.createStroke(Color color, double width)
          create a stroke with the passed width and color
static Stroke StyleFactory.createStroke(Color color, double width, double opacity)
          create a stroke with color, width and opacity supplied
static Stroke StyleFactory.createStroke(Color color, double width, double opacity, float[] dashArray, String lineJoin, String lineCap)
          create a stroke with color, width, linejoin type and lineCap type.
static Stroke StyleFactory.createStroke(Color color, double width, float[] dashArray)
          create a dashed line of color and width
static Stroke StyleFactory.createStroke(Color color, double width, String lineJoin, String lineCap)
          create a stroke with color, width, linejoin type and lineCap type.
static Stroke StyleFactory.createStroke(double width)
          create a default stroke with the supplied width
 Stroke Mark.getStroke()
          A Stroke allows a string of line segments (or any linear geometry) to be rendered.
 Stroke PolygonSymbolizer.getStroke()
          A Stroke allows a string of line segments (or any linear geometry) to be rendered.
 Stroke LineSymbolizer.getStroke()
          A Stroke allows a string of line segments (or any linear geometry) to be rendered.
 Stroke Halo.getStroke()
          Returns the underlying Stroke -instance.
 

Methods in org.deegree.graphics.sld with parameters of type Stroke
static Halo StyleFactory.createHalo(Fill fill, Stroke stroke, double radius)
          wrapper round StyleFactory method to create halo
static LineSymbolizer StyleFactory.createLineSymbolizer(Stroke stroke)
          create a LineSymbolizer
static LineSymbolizer StyleFactory.createLineSymbolizer(Stroke stroke, PropertyPath geometryPropertyName)
          create a LineSymbolizer
static LineSymbolizer StyleFactory.createLineSymbolizer(Stroke stroke, PropertyPath geometryPropertyName, double min, double max)
          create a LineSymbolizer
static Mark StyleFactory.createMark(String wellKnownName, Fill fill, Stroke stroke)
          create a mark with the supplied fill and stroke
static PolygonSymbolizer StyleFactory.createPolygonSymbolizer(Stroke stroke, Fill fill)
          create a polygon symbolizer
static PolygonSymbolizer StyleFactory.createPolygonSymbolizer(Stroke stroke, Fill fill, PropertyPath geometryPropertyName)
          create a polygon symbolizer
static PolygonSymbolizer StyleFactory.createPolygonSymbolizer(Stroke stroke, Fill fill, PropertyPath geometryPropertyName, double min, double max)
          create a polygon symbolizer
 void Mark.setStroke(Stroke stroke)
          sets
 void PolygonSymbolizer.setStroke(Stroke stroke)
          sets the
 void LineSymbolizer.setStroke(Stroke stroke)
          sets the
 void Halo.setStroke(Stroke stroke)
          Sets the underlying Stroke -instance.
 

Constructors in org.deegree.graphics.sld with parameters of type Stroke
Halo(ParameterValueType radius, Fill fill, Stroke stroke)
          Create a new Halo -instance.
LineSymbolizer(Stroke stroke, Geometry geometry, double min, double max)
          constructor initializing the class with the LineSymbolizer
LineSymbolizer(Stroke stroke, Geometry geometry, String responsibleClass, double min, double max)
          constructor initializing the class with the LineSymbolizer
Mark(String wellKnownName, Stroke stroke, Fill fill)
          constructor initializing the class with the
PolygonSymbolizer(Fill fill, Stroke stroke, Geometry geometry, double min, double max)
          constructor initializing the class with the
PolygonSymbolizer(Fill fill, Stroke stroke, Geometry geometry, String responsibleClass, double min, double max)
          constructor initializing the class with the
 


deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org