public interface TextSymbolizer2 extends TextSymbolizer
TextSymbolizer.DisplacementMode, TextSymbolizer.PolygonAlignOptions
ALLOW_OVERRUNS_KEY, AUTO_WRAP_KEY, CHAR_SPACING_KEY, CONFLICT_RESOLUTION_KEY, DEFAULT_ALLOW_OVERRUNS, DEFAULT_AUTO_WRAP, DEFAULT_CHAR_SPACING, DEFAULT_CONFLICT_RESOLUTION, DEFAULT_FOLLOW_LINE, DEFAULT_FORCE_LEFT_TO_RIGHT, DEFAULT_GOODNESS_OF_FIT, DEFAULT_GROUP, DEFAULT_KERNING, DEFAULT_LABEL_ALL_GROUP, DEFAULT_LABEL_REPEAT, DEFAULT_MAX_ANGLE_DELTA, DEFAULT_MAX_DISPLACEMENT, DEFAULT_MIN_GROUP_DISTANCE, DEFAULT_PARTIALS, DEFAULT_POLYGONALIGN, DEFAULT_REMOVE_OVERLAPS, DEFAULT_SPACE_AROUND, DEFAULT_STRIKETHROUGH_TEXT, DEFAULT_UNDERLINE_TEXT, DEFAULT_WORD_SPACING, DISPLACEMENT_MODE_KEY, FOLLOW_LINE_KEY, FORCE_LEFT_TO_RIGHT_KEY, GOODNESS_OF_FIT_KEY, GRAPHIC_MARGIN_KEY, GRAPHIC_RESIZE_KEY, GROUP_KEY, KERNING_KEY, LABEL_ALL_GROUP_KEY, LABEL_REPEAT_KEY, MAX_ANGLE_DELTA_KEY, MAX_DISPLACEMENT_KEY, MIN_GROUP_DISTANCE_KEY, PARTIALS_KEY, POLYGONALIGN_KEY, REMOVE_OVERLAPS_KEY, SPACE_AROUND_KEY, STRIKETHROUGH_TEXT_KEY, UNDERLINE_TEXT_KEY, WORD_SPACING_KEY
Modifier and Type | Method and Description |
---|---|
Expression |
getFeatureDescription()
Description is used by text oriented renders such as KML and RSS to specify a feature's
description
|
Graphic |
getGraphic()
The nonstandard-SLD graphic element supports putting little graphical-bits onto labels.
|
OtherText |
getOtherText()
Other text can be used to allow open ended extensions on text oriented output formats
|
Expression |
getSnippet()
Abstract is used by text oriented renderers such as KML and RSS to specify an abstract (RSS)
or a snippet (KML)
|
void |
setFeatureDescription(Expression description) |
void |
setGraphic(Graphic graphic)
The nonstandard-SLD graphic element supports putting little graphical-bits onto labels.
|
void |
setOtherText(OtherText otherText) |
void |
setSnippet(Expression expression) |
addToOptions, fonts, getFill, getFont, getFonts, getHalo, getLabel, getLabelPlacement, getOption, getOptions, getPlacement, getPriority, setFill, setFont, setFonts, setHalo, setLabel, setLabelPlacement, setPlacement, setPriority
accept
accept, getDescription, getGeometry, getGeometryPropertyName, hasOption, setDescription, setGeometry, setGeometryPropertyName, setName, setUnitOfMeasure
getName, getUnitOfMeasure
Graphic getGraphic()
void setGraphic(Graphic graphic)
graphic
- - the Graphic object which will be rendered under the label textExpression getSnippet()
void setSnippet(Expression expression)
Expression getFeatureDescription()
void setFeatureDescription(Expression description)
OtherText getOtherText()
void setOtherText(OtherText otherText)
Copyright © 1996–2019 Geotools. All rights reserved.