|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.graphics.sld.GraphicFill_Impl
The GraphicFill element both indicates that a stipple-fill repeated graphic will be used and specifies the fill graphic.
A graphic can be defined very informally as a little picture. The appearance of the graphic is defined with the embedded Graphic element. Additional parameters for the GraphicFill may be provided in the future to provide more control the exact style of filling.----------------------------------------------------------------------
Field Summary | |
private Graphic |
graphic
|
Constructor Summary | |
(package private) |
GraphicFill_Impl()
default constructor |
(package private) |
GraphicFill_Impl(Graphic graphic)
constructor initializing the class with the |
Method Summary | |
java.lang.String |
exportAsXML()
exports the content of the GraphicFill 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 |
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 |
GraphicFill_Impl()
GraphicFill_Impl(Graphic graphic)
Method Detail |
public Graphic getGraphic()
getGraphic
in interface GraphicFill
public void setGraphic(Graphic graphic)
setGraphic
in interface GraphicFill
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 |