|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Used to render a text label, according to the parameters. A missing Geometry, Label, Font, or LabelPlacement element selects the default value or behavior for the element. The default Label, Font, and LabelPlacement are system- dependent. Multiple Font elements may be used to specify alternate fonts in order of preference in case a map server does not support the first preference. A missing Halo or Fill element means that no halo or fill will be plotted, respectively. The Fill is rendered over top of the Halo, and the Halo includes the interiors of the font glyphs.
----------------------------------------------------------------------
Method Summary | |
Fill |
getFill()
A Fill allows area geometries to be filled. |
Font |
getFont()
Identifies a Font of a certain family, style, and size. |
Halo |
getHalo()
A Halo is an extension (sub-type) of a Fill and is applied to the backgrounds of font glyphs. |
ParameterValueType |
getLabel()
returns the Label as a ParameterValueType to be renderd |
LabelPlacement |
getLabelPlacement()
Used to position a label relative to a point or a line string. |
void |
setFill(Fill fill)
Sets the Fill. |
void |
setFont(Font font)
sets the Font |
void |
setHalo(Halo halo)
Sets the Halo. |
void |
setLabel(ParameterValueType label)
sets the Label as a ParameterValueType to be renderd |
void |
setLabelPlacement(LabelPlacement labelPlacement)
Sets the LabelPlacement |
Methods inherited from interface org.deegree.graphics.sld.Symbolizer |
getGeometry, getMaxScaleDenominator, getMinScaleDenominator, setGeometry, setMaxScaleDenominator, setMinScaleDenominator |
Method Detail |
public ParameterValueType getLabel()
public void setLabel(ParameterValueType label)
label
- the labelpublic Font getFont()
public void setFont(Font font)
font
- the fontpublic LabelPlacement getLabelPlacement()
public void setLabelPlacement(LabelPlacement labelPlacement)
labelPlacement
- the labelPlacementpublic Halo getHalo()
public void setHalo(Halo halo)
halo
- the halopublic Fill getFill()
public void setFill(Fill fill)
fill
- the fill
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |