Package org.geotools.se.v1_1.bindings
Class StrokeBinding
- Object
-
- AbstractComplexBinding
-
- SLDStrokeBinding
-
- StrokeBinding
-
- All Implemented Interfaces:
Binding
,ComplexBinding
public class StrokeBinding extends SLDStrokeBinding
Binding object for the element http://www.opengis.net/se:Stroke.<xsd:element name="Stroke" type="se:StrokeType"> <xsd:annotation> <xsd:documentation> A "Stroke" specifies the appearance of a linear geometry. It is defined in parallel with SVG strokes. The following SvgParameters may be used: "stroke" (color), "stroke-opacity", "stroke-width", "stroke-linejoin", "stroke-linecap", "stroke-dasharray", and "stroke-dashoffset". Others are not officially supported. </xsd:documentation> </xsd:annotation> </xsd:element>
-
-
Constructor Summary
Constructors Constructor Description StrokeBinding(StyleFactory styleFactory, FilterFactory filterFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QName
getTarget()
-
Methods inherited from class SLDStrokeBinding
getExecutionMode, getType, initialize, parse
-
Methods inherited from class AbstractComplexBinding
encode, getProperties, getProperty, initializeChildContext
-
-
-
-
Constructor Detail
-
StrokeBinding
public StrokeBinding(StyleFactory styleFactory, FilterFactory filterFactory)
-
-
Method Detail
-
getTarget
public QName getTarget()
- Specified by:
getTarget
in interfaceBinding
- Overrides:
getTarget
in classSLDStrokeBinding
- Returns:
- The qualified name of the target for the binding.
-
-