|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.graphics.sld.LegendGraphic_Impl
The LegendGraphic element gives an optional explicit Graphic symbol to be displayed in a legend for this rule.
----------------------------------------------------------------------
Field Summary | |
private Graphic |
graphic
|
Constructor Summary | |
(package private) |
LegendGraphic_Impl()
default constructor |
(package private) |
LegendGraphic_Impl(Graphic graphic)
constructor initializing the class with the |
Method Summary | |
java.lang.String |
exportAsXML()
exports the content of the Font as XML formated String |
Graphic |
getGraphic()
A Graphic is a graphic symbol with an inherent shape, color(s), and possibly size. |
void |
setGraphic(Graphic graphic)
sets the |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private Graphic graphic
Constructor Detail |
LegendGraphic_Impl()
LegendGraphic_Impl(Graphic graphic)
Method Detail |
public Graphic getGraphic()
getGraphic
in interface LegendGraphic
public void setGraphic(Graphic graphic)
setGraphic
in interface LegendGraphic
graphic
- public java.lang.String exportAsXML()
exportAsXML
in interface Marshallable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |