|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
$Id: TextSymbolizer.java,v 1.7 2003/08/06 18:11:24 desruisseaux Exp $
Method Summary | |
void |
accept(StyleVisitor visitor)
|
void |
addToOptions(java.lang.String key,
java.lang.String value)
adds a parameter value to the options map |
Fill |
getFill()
Returns the fill to be used to fill the text when rendered. |
Font[] |
getFonts()
Returns a device independent Font object that is to be used to render the label. |
java.lang.String |
getGeometryPropertyName()
This property defines the geometry to be used for styling. |
Halo |
getHalo()
A halo fills an extended area outside the glyphs of a rendered text label to make the label easier to read over a background. |
Expression |
getLabel()
Returns the label expression. |
LabelPlacement |
getLabelPlacement()
A pointPlacement specifies how a text element should be rendered relative to its geometric point. |
java.lang.String |
getOption(java.lang.String key)
Find the value of a key in the map (may return null) |
java.util.Map |
getOptions()
return the map of option |
Expression |
getPriority()
Priority -- null = use the default labeling priority Expression = an expression that evaluates to a number (ie. |
void |
setFill(Fill fill)
sets the fill to be used to fill the text when rendered. |
void |
setFonts(Font[] fonts)
sets a list of device independent Font objects to be used to render the label. |
void |
setGeometryPropertyName(java.lang.String name)
This property defines the geometry to be used for styling. |
void |
setHalo(Halo halo)
A halo fills an extended area outside the glyphs of a rendered text label to make the label easier to read over a background. |
void |
setLabel(Expression label)
sets the label expression. |
void |
setLabelPlacement(LabelPlacement labelPlacement)
A pointPlacement specifies how a text element should be rendered relative to its geometric point. |
void |
setPriority(Expression e)
Priority -- null = use the default labeling priority Expression = an expression that evaluates to a number (ie. |
Method Detail |
public Expression getLabel()
public void setLabel(Expression label)
public Font[] getFonts()
public void setFonts(Font[] fonts)
public LabelPlacement getLabelPlacement()
public void setLabelPlacement(LabelPlacement labelPlacement)
public Halo getHalo()
public void setHalo(Halo halo)
public Fill getFill()
public void setFill(Fill fill)
public java.lang.String getGeometryPropertyName()
public void setGeometryPropertyName(java.lang.String name)
name
- The name of the attribute in the feature being styled
that should be used. If null then the default geometry should be used.public void setPriority(Expression e)
e
- public Expression getPriority()
public void addToOptions(java.lang.String key, java.lang.String value)
key
- value
- public java.lang.String getOption(java.lang.String key)
key
-
public java.util.Map getOptions()
public void accept(StyleVisitor visitor)
accept
in interface Symbolizer
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |