|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LegendGraphic | |
org.deegree_impl.graphics.sld | |
org.deegree.graphics.sld |
Uses of LegendGraphic in org.deegree_impl.graphics.sld |
Classes in org.deegree_impl.graphics.sld that implement LegendGraphic | |
class |
LegendGraphic_Impl
The LegendGraphic element gives an optional explicit Graphic symbol to be displayed in a legend for this rule. |
Fields in org.deegree_impl.graphics.sld declared as LegendGraphic | |
private LegendGraphic |
Rule_Impl.legendGraphic
|
Methods in org.deegree_impl.graphics.sld that return LegendGraphic | |
private static LegendGraphic |
SLDFactory.createLegendGraphic(org.w3c.dom.Element element)
Creates a LegendGraphic-instance according to the contents of the DOM-subtree starting at the given 'LegendGraphic'-element. |
LegendGraphic |
Rule_Impl.getLegendGraphic()
The LegendGraphic element gives an optional explicit Graphic symbol to be displayed in a legend for this rule. |
Methods in org.deegree_impl.graphics.sld with parameters of type LegendGraphic | |
static Rule |
StyleFactory.createRule(Symbolizer[] symbolizers,
java.lang.String name,
java.lang.String title,
java.lang.String abstract_,
LegendGraphic legendGraphic,
Filter filter,
boolean elseFilter,
double minScaleDenominator,
double maxScaleDenominator)
create a complex styling rule, see the SLD Spec for more details of scaleDenominators |
void |
Rule_Impl.setLegendGraphic(LegendGraphic legendGraphic)
sets the LegendGraphic element |
Constructors in org.deegree_impl.graphics.sld with parameters of type LegendGraphic | |
Rule_Impl(Symbolizer[] symbolizers,
java.lang.String name,
java.lang.String title,
java.lang.String abstract_,
LegendGraphic legendGraphic,
Filter filter,
boolean elseFilter,
double minScaleDenominator,
double maxScaleDenominator)
constructor initializing the class with the |
Uses of LegendGraphic in org.deegree.graphics.sld |
Methods in org.deegree.graphics.sld that return LegendGraphic | |
LegendGraphic |
Rule.getLegendGraphic()
The LegendGraphic element gives an optional explicit Graphic symbol to be displayed in a legend for this rule. |
Methods in org.deegree.graphics.sld with parameters of type LegendGraphic | |
void |
Rule.setLegendGraphic(LegendGraphic legendGraphic)
Sets the LegendGraphic element |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |