|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LabelPlacement | |
org.deegree_impl.graphics.sld | |
org.deegree.graphics.sld |
Uses of LabelPlacement in org.deegree_impl.graphics.sld |
Classes in org.deegree_impl.graphics.sld that implement LabelPlacement | |
class |
LabelPlacement_Impl
Used to position a label relative to a point or a line string. |
Fields in org.deegree_impl.graphics.sld declared as LabelPlacement | |
private LabelPlacement |
TextSymbolizer_Impl.labelPlacement
|
Methods in org.deegree_impl.graphics.sld that return LabelPlacement | |
LabelPlacement |
TextSymbolizer_Impl.getLabelPlacement()
Used to position a label relative to a point or a line string. |
static LabelPlacement |
StyleFactory.createLabelPlacement(LinePlacement linePlacement)
creates a label placement that is orientated on a line |
static LabelPlacement |
StyleFactory.createLabelPlacement(PointPlacement pointPlacement)
creates a label placement that is orientated on a point |
private static LabelPlacement |
SLDFactory.createLabelPlacement(org.w3c.dom.Element element)
Creates a LabelPlacement-instance according to the contents of the DOM-subtree starting at the given 'LabelPlacement'-Element. |
Methods in org.deegree_impl.graphics.sld with parameters of type LabelPlacement | |
void |
TextSymbolizer_Impl.setLabelPlacement(LabelPlacement labelPlacement)
sets the |
static TextSymbolizer |
StyleFactory.createTextSymbolizer(java.awt.Color color,
Font font,
java.lang.String attributeName,
LabelPlacement labelPlacement)
create a textsymbolizer |
static TextSymbolizer |
StyleFactory.createTextSymbolizer(java.lang.String geometryPropertyName,
java.lang.String attribute,
LabelPlacement labelPlacement)
create a textsymbolizer |
static TextSymbolizer |
StyleFactory.createTextSymbolizer(java.lang.String geometryPropertyName,
java.lang.String attribute,
Font font,
LabelPlacement labelPlacement,
Halo halo,
Fill fill,
double min,
double max)
create a textsymbolizer |
static TextSymbolizer |
StyleFactory.createTextSymbolizer(Geometry geometry,
ParameterValueType label,
Font font,
LabelPlacement labelPlacement,
Halo halo,
Fill fill,
double min,
double max)
create a textsymbolizer |
Constructors in org.deegree_impl.graphics.sld with parameters of type LabelPlacement | |
TextSymbolizer_Impl(Geometry geometry,
ParameterValueType label,
Font font,
LabelPlacement labelPlacement,
Halo halo,
Fill fill,
double min,
double max)
constructor initializing the class with the |
Uses of LabelPlacement in org.deegree.graphics.sld |
Methods in org.deegree.graphics.sld that return LabelPlacement | |
LabelPlacement |
TextSymbolizer.getLabelPlacement()
Used to position a label relative to a point or a line string. |
Methods in org.deegree.graphics.sld with parameters of type LabelPlacement | |
void |
TextSymbolizer.setLabelPlacement(LabelPlacement labelPlacement)
Sets the LabelPlacement |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |