|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LinePlacement | |
org.deegree_impl.graphics.sld | |
org.deegree.graphics.sld |
Uses of LinePlacement in org.deegree_impl.graphics.sld |
Classes in org.deegree_impl.graphics.sld that implement LinePlacement | |
class |
LinePlacement_Impl
Incarnation of an sld:LinePlacement-element. |
Fields in org.deegree_impl.graphics.sld declared as LinePlacement | |
private LinePlacement |
LabelPlacement_Impl.linePlacement
|
Methods in org.deegree_impl.graphics.sld that return LinePlacement | |
static LinePlacement |
StyleFactory.createLinePlacement(double offset)
creates a LinePlacement with a user defined distance between the labels and the lines. |
static LinePlacement |
StyleFactory.createLinePlacement(java.lang.String position)
creates a LinePlacement with a relative position of the label according to the line the lines. |
static LinePlacement |
StyleFactory.createLinePlacement(double offset,
double lineWidth,
int gap)
creates a LinePlacement with a user defined distance between the labels and the lines. |
static LinePlacement |
StyleFactory.createLinePlacement(java.lang.String position,
double lineWidth,
int gap)
creates a LinePlacement with a user defined distance between the labels and the lines. |
private static LinePlacement |
SLDFactory.createLinePlacement(org.w3c.dom.Element element)
Creates a LinePlacement-instance according to the contents of the DOM-subtree starting at the given 'LinePlacement'-Element. |
LinePlacement |
LabelPlacement_Impl.getLinePlacement()
For a LinePlacement, a perpendicular offset can be specified, to allow the line itself to be plotted also. |
Methods in org.deegree_impl.graphics.sld with parameters of type LinePlacement | |
static LabelPlacement |
StyleFactory.createLabelPlacement(LinePlacement linePlacement)
creates a label placement that is orientated on a line |
void |
LabelPlacement_Impl.setLinePlacement(LinePlacement linePlacement)
sets |
Constructors in org.deegree_impl.graphics.sld with parameters of type LinePlacement | |
LabelPlacement_Impl(LinePlacement linePlacement)
constructor initializing the class with the |
Uses of LinePlacement in org.deegree.graphics.sld |
Methods in org.deegree.graphics.sld that return LinePlacement | |
LinePlacement |
LabelPlacement.getLinePlacement()
For a LinePlacement, a perpendicular offset can be specified, to allow the line itself to be plotted also. |
Methods in org.deegree.graphics.sld with parameters of type LinePlacement | |
void |
LabelPlacement.setLinePlacement(LinePlacement linePlacement)
sets |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |