Method Summary |
|
void | addToOptions(String key, String value) |
Fill | getFill() Returns the object that indicates how the text will be filled. |
Font[] | getFonts() Returns a device independent Font object that is to be used to render
the label. |
String | getGeometryPropertyName() This property defines the geometry to be used for styling.
The property is optional and if it is absent (null) then the "default"
geometry property of the feature should be used. |
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 expression that will be evaluated to determine what text is
displayed. |
LabelPlacement | getLabelPlacement() A LabelPlacement specifies how a text element should be rendered
relative to its geometric point or line. |
String | getOption(String key) |
Map | getOptions() |
LabelPlacement | getPlacement() A LabelPlacement specifies how a text element should be rendered
relative to its geometric point or line. |
Expression | getPriority() Priority -- null = use the default labeling priority Expression =
an expression that evaluates to a number (ie. |
void | setFill(Fill fill) Sets the object that indicates how the text will be filled. |
void | setFonts(Font[] fonts) sets a list of device independent Font objects to be used to render the
label. |
void | setGeometryPropertyName(String name) This property defines the geometry to be used for styling.
The property is optional and if it is absent (null) then the "default"
geometry property of the feature should be used. |
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 expression that will be evaluated to determine what text is
displayed. |
void | setLabelPlacement(LabelPlacement labelPlacement) A LabelPlacement specifies how a text element should be rendered
relative to its geometric point or line. |
void | setPlacement(LabelPlacement labelPlacement) A LabelPlacement specifies how a text element should be rendered
relative to its geometric point or line. |
void | setPriority(Expression e) Priority -- null = use the default labeling priority Expression =
an expression that evaluates to a number (ie. |