Class 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>