| java.lang.Object org.geotools.xml.AbstractComplexBinding org.geotools.sld.bindings.SLDFontBinding
SLDFontBinding | public class SLDFontBinding extends AbstractComplexBinding (Code) | | Binding object for the element http://www.opengis.net/sld:Font.
<xsd:element name="Font">
<xsd:annotation>
<xsd:documentation> A "Font" element specifies
the text font to use. The allowed CssParameters
are: "font-family", "font-style",
"font-weight", and "font-size". </xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="sld:CssParameter" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|
getExecutionMode | public int getExecutionMode()(Code) | |
|
|
|