|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.graphics.sld.GraphicStroke_Impl
The GraphicStroke element both indicates that a repeated-linear-graphic stroke type will be used.
The Graphic sub-element specifies the linear graphic. Proper stroking with a linear graphic requires two hot-spot points within the space of the graphic to indicate where the rendering line starts and stops. In the case of raster images with no special mark-up, this line will be assumed to be middle pixel row of the image, starting from the first pixel column and ending at the last pixel column.----------------------------------------------------------------------
Field Summary | |
private Graphic |
graphic
|
Constructor Summary | |
(package private) |
GraphicStroke_Impl()
default constructor |
(package private) |
GraphicStroke_Impl(Graphic graphic)
constructor initializing the class with the |
Method Summary | |
java.lang.String |
exportAsXML()
exports the content of the GraphicStroke 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 |
GraphicStroke_Impl()
GraphicStroke_Impl(Graphic graphic)
Method Detail |
public Graphic getGraphic()
getGraphic
in interface GraphicStroke
public void setGraphic(Graphic graphic)
setGraphic
in interface GraphicStroke
graphic
- public java.lang.String exportAsXML()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |