Package org.geotools.se.v1_1.bindings
Class HaloBinding
- Object
-
- AbstractComplexBinding
-
- SLDHaloBinding
-
- HaloBinding
-
- All Implemented Interfaces:
Binding
,ComplexBinding
public class HaloBinding extends SLDHaloBinding
Binding object for the element http://www.opengis.net/se:Halo.<xsd:element name="Halo" type="se:HaloType"> <xsd:annotation> <xsd:documentation> A "Halo" fills an extended area outside the glyphs of a rendered text label to make the label easier to read over a background. </xsd:documentation> </xsd:annotation> </xsd:element>
-
-
Constructor Summary
Constructors Constructor Description HaloBinding(StyleFactory styleFactory, FilterFactory filterFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QName
getTarget()
-
Methods inherited from class SLDHaloBinding
getExecutionMode, getType, initialize, parse
-
Methods inherited from class AbstractComplexBinding
encode, getProperties, getProperty, initializeChildContext
-
-
-
-
Constructor Detail
-
HaloBinding
public HaloBinding(StyleFactory styleFactory, FilterFactory filterFactory)
-
-
Method Detail
-
getTarget
public QName getTarget()
- Specified by:
getTarget
in interfaceBinding
- Overrides:
getTarget
in classSLDHaloBinding
- Returns:
- The qualified name of the target for the binding.
-
-