|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LabelPlacement | |
---|---|
org.geotools.styling | Allows for symbolization of geospatial data. |
org.geotools.styling.visitor |
Uses of LabelPlacement in org.geotools.styling |
---|
Subinterfaces of LabelPlacement in org.geotools.styling | |
---|---|
interface |
LinePlacement
The "LinePlacement" specifies where and how a text label should be rendered relative to a line. |
interface |
PointPlacement
A PointPlacement specifies how a text label is positioned relative to a geometric point. |
Classes in org.geotools.styling that implement LabelPlacement | |
---|---|
class |
LinePlacementImpl
Default implementation of LinePlacement. |
class |
PointPlacementImpl
DOCUMENT ME! |
Methods in org.geotools.styling that return LabelPlacement | |
---|---|
LabelPlacement |
TextSymbolizerImpl.getLabelPlacement()
Deprecated. use getPlacement() |
LabelPlacement |
TextSymbolizer.getLabelPlacement()
Deprecated. use getPlacement() |
LabelPlacement |
TextSymbolizerImpl.getPlacement()
A pointPlacement specifies how a text element should be rendered relative to its geometric point. |
LabelPlacement |
TextSymbolizer.getPlacement()
A LabelPlacement specifies how a text element should be rendered relative to its geometric point or line. |
Methods in org.geotools.styling with parameters of type LabelPlacement | |
---|---|
abstract TextSymbolizer |
AbstractStyleFactory.createTextSymbolizer(Fill fill,
Font[] fonts,
Halo halo,
Expression label,
LabelPlacement labelPlacement,
String geometryPropertyName)
|
TextSymbolizer |
StyleBuilder.createTextSymbolizer(Fill fill,
Font[] fonts,
Halo halo,
Expression label,
LabelPlacement labelPlacement,
String geometryPropertyName)
create a text symbolizer |
TextSymbolizer |
StyleFactoryImpl.createTextSymbolizer(Fill fill,
Font[] fonts,
Halo halo,
Expression label,
LabelPlacement labelPlacement,
String geometryPropertyName)
|
TextSymbolizer |
StyleFactory.createTextSymbolizer(Fill fill,
Font[] fonts,
Halo halo,
Expression label,
LabelPlacement labelPlacement,
String geometryPropertyName)
|
TextSymbolizer2 |
StyleFactoryImpl.createTextSymbolizer(Fill fill,
Font[] fonts,
Halo halo,
Expression label,
LabelPlacement labelPlacement,
String geometryPropertyName,
Graphic graphic)
|
TextSymbolizer2 |
StyleFactory2.createTextSymbolizer(Fill fill,
Font[] fonts,
Halo halo,
Expression label,
LabelPlacement labelPlacement,
String geometryPropertyName,
Graphic graphic)
Label Shield hack, non SLD 1.1 |
void |
TextSymbolizerImpl.setLabelPlacement(LabelPlacement labelPlacement)
Deprecated. use setPlacement(LabelPlacement) |
void |
TextSymbolizer.setLabelPlacement(LabelPlacement labelPlacement)
Deprecated. use setPlacement(LabelPlacement) |
void |
TextSymbolizerImpl.setPlacement(LabelPlacement labelPlacement)
Setter for property labelPlacement. |
void |
TextSymbolizer.setPlacement(LabelPlacement labelPlacement)
A LabelPlacement specifies how a text element should be rendered relative to its geometric point or line. |
Uses of LabelPlacement in org.geotools.styling.visitor |
---|
Methods in org.geotools.styling.visitor that return LabelPlacement | |
---|---|
protected LabelPlacement |
DuplicatingStyleVisitor.copy(LabelPlacement placement)
|
Methods in org.geotools.styling.visitor with parameters of type LabelPlacement | |
---|---|
protected LabelPlacement |
DuplicatingStyleVisitor.copy(LabelPlacement placement)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |