Package org.geotools.se.v1_1.bindings
Class FontBinding
- Object
- 
- AbstractComplexBinding
- 
- SLDFontBinding
- 
- FontBinding
 
 
 
- 
- All Implemented Interfaces:
- Binding,- ComplexBinding
 
 public class FontBinding extends SLDFontBinding Binding object for the element http://www.opengis.net/se:Font.<xsd:element name="Font" type="se:FontType"> <xsd:annotation> <xsd:documentation> A "Font" element specifies the text font to use. The allowed SvgParameters are: "font-family", "font-style", "font-weight", and "font-size". </xsd:documentation> </xsd:annotation> </xsd:element>
- 
- 
Constructor SummaryConstructors Constructor Description FontBinding(StyleFactory styleFactory, FilterFactory filterFactory)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description QNamegetTarget()- 
Methods inherited from class SLDFontBindinggetExecutionMode, getType, initialize, parse
 - 
Methods inherited from class AbstractComplexBindingencode, getProperties, getProperty, initializeChildContext
 
- 
 
- 
- 
- 
Constructor Detail- 
FontBindingpublic FontBinding(StyleFactory styleFactory, FilterFactory filterFactory) 
 
- 
 - 
Method Detail- 
getTargetpublic QName getTarget() - Specified by:
- getTargetin interface- Binding
- Overrides:
- getTargetin class- SLDFontBinding
- Returns:
- The qualified name of the target for the binding.
 
 
- 
 
-