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 SummaryConstructors Constructor Description HaloBinding(StyleFactory styleFactory, FilterFactory filterFactory)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description QNamegetTarget()- 
Methods inherited from class SLDHaloBindinggetExecutionMode, getType, initialize, parse
 - 
Methods inherited from class AbstractComplexBindingencode, getProperties, getProperty, initializeChildContext
 
- 
 
- 
- 
- 
Constructor Detail- 
HaloBindingpublic HaloBinding(StyleFactory styleFactory, FilterFactory filterFactory) 
 
- 
 - 
Method Detail- 
getTargetpublic QName getTarget() - Specified by:
- getTargetin interface- Binding
- Overrides:
- getTargetin class- SLDHaloBinding
- Returns:
- The qualified name of the target for the binding.
 
 
- 
 
-