org.geotools.se.v1_1.bindings
Class HaloBinding

Object
  extended by AbstractComplexBinding
      extended by SLDHaloBinding
          extended by 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> 
        
   
 


Field Summary
 
Fields inherited from interface Binding
AFTER, BEFORE, OVERRIDE
 
Constructor Summary
HaloBinding(StyleFactory styleFactory, FilterFactory filterFactory)
           
 
Method Summary
 QName getTarget()
           
 
Methods inherited from class SLDHaloBinding
getExecutionMode, getType, initialize, parse
 
Methods inherited from class AbstractComplexBinding
encode, getProperties, getProperties, getProperty, initializeChildContext
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HaloBinding

public HaloBinding(StyleFactory styleFactory,
                   FilterFactory filterFactory)
Method Detail

getTarget

public QName getTarget()
Specified by:
getTarget in interface Binding
Overrides:
getTarget in class SLDHaloBinding
Returns:
The qualified name of the target for the binding.


Copyright © 1996-2014 Geotools. All Rights Reserved.