|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PointPlacement | |
org.deegree_impl.graphics.sld | |
org.deegree.graphics.sld |
Uses of PointPlacement in org.deegree_impl.graphics.sld |
Classes in org.deegree_impl.graphics.sld that implement PointPlacement | |
class |
PointPlacement_Impl
Incarnation of a sld:PointPlacement-element. |
Fields in org.deegree_impl.graphics.sld declared as PointPlacement | |
private PointPlacement |
LabelPlacement_Impl.pointPlacement
|
Methods in org.deegree_impl.graphics.sld that return PointPlacement | |
static PointPlacement |
StyleFactory.createPointPlacement()
wrapper round Stylefactory Method |
static PointPlacement |
StyleFactory.createPointPlacement(double anchorX,
double anchorY,
double rotation)
wrapper round Stylefactory Method |
static PointPlacement |
StyleFactory.createPointPlacement(double anchorX,
double anchorY,
double displacementX,
double displacementY,
double rotation)
wrapper round Stylefactory Method |
static PointPlacement |
StyleFactory.createPointPlacement(double anchorX,
double anchorY,
double displacementX,
double displacementY,
double rotation,
boolean auto)
|
private static PointPlacement |
SLDFactory.createPointPlacement(org.w3c.dom.Element element)
Creates a PointPlacement-instance according to the contents of the DOM-subtree starting at the given 'PointPlacement'-Element. |
PointPlacement |
LabelPlacement_Impl.getPointPlacement()
For a PointPlacement, the anchor point of the label and a linear displacement from the point can be specified, to allow a graphic symbol to be plotted directly at the point. |
Methods in org.deegree_impl.graphics.sld with parameters of type PointPlacement | |
static LabelPlacement |
StyleFactory.createLabelPlacement(PointPlacement pointPlacement)
creates a label placement that is orientated on a point |
void |
LabelPlacement_Impl.setPointPlacement(PointPlacement pointPlacement)
sets |
Constructors in org.deegree_impl.graphics.sld with parameters of type PointPlacement | |
LabelPlacement_Impl(PointPlacement pointPlacement)
constructor initializing the class with the |
Uses of PointPlacement in org.deegree.graphics.sld |
Methods in org.deegree.graphics.sld that return PointPlacement | |
PointPlacement |
LabelPlacement.getPointPlacement()
For a PointPlacement, the anchor point of the label and a linear displacement from the point can be specified, to allow a graphic symbol to be plotted directly at the point. |
Methods in org.deegree.graphics.sld with parameters of type PointPlacement | |
void |
LabelPlacement.setPointPlacement(PointPlacement pointPlacement)
Sets the PointPlacement for the Label. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |