| java.lang.Object org.geotools.xml.AbstractComplexBinding org.geotools.sld.bindings.SLDHaloBinding
SLDHaloBinding | public class SLDHaloBinding extends AbstractComplexBinding (Code) | | Binding object for the element http://www.opengis.net/sld:Halo.
<xsd:element name="Halo">
<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:complexType>
<xsd:sequence>
<xsd:element ref="sld:Radius" minOccurs="0"/>
<xsd:element ref="sld:Fill" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|
getExecutionMode | public int getExecutionMode()(Code) | |
|
|
|