|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.graphics.sld.Drawing_Impl
This is the top level interface of Fill and Stroke defining the methods getGraphicFill() and getCssParameters() that are common to both.
Field Summary | |
protected java.util.HashMap |
cssParams
|
protected GraphicFill |
graphicFill
|
Constructor Summary | |
(package private) |
Drawing_Impl(java.util.HashMap cssParams,
GraphicFill graphicFill)
Constructs a new instance of Drawing_Impl. |
Method Summary | |
void |
addCssParameter(java.lang.Object key,
java.lang.Object value)
Simple SVG/CSS2 styling parameters are given with the CssParameter element. |
java.util.HashMap |
getCssParameters()
A simple SVG/CSS2 styling parameters are given with the CssParameter element. |
GraphicFill |
getGraphicFill()
The GraphicFill element both indicates that a stipple-fill repeated graphic will be used and specifies the fill graphic. |
void |
removeCssParameter(java.lang.Object key)
Simple SVG/CSS2 styling parameters are given with the CssParameter element. |
void |
setCssParameters(java.util.HashMap cssParameters)
A simple SVG/CSS2 styling parameters are given with the CssParameter element. |
void |
setGraphicFill(GraphicFill graphicFill)
The GraphicFill element both indicates that a stipple-fill repeated graphic will be used and specifies the fill graphic. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected GraphicFill graphicFill
protected java.util.HashMap cssParams
Constructor Detail |
Drawing_Impl(java.util.HashMap cssParams, GraphicFill graphicFill)
Method Detail |
public GraphicFill getGraphicFill()
getGraphicFill
in interface Drawing
public void setGraphicFill(GraphicFill graphicFill)
setGraphicFill
in interface Drawing
graphicFill
- the GraphicFill-Elementpublic java.util.HashMap getCssParameters()
getCssParameters
in interface Drawing
public void setCssParameters(java.util.HashMap cssParameters)
setCssParameters
in interface Drawing
cssParameters
- the CssParameterspublic void addCssParameter(java.lang.Object key, java.lang.Object value)
addCssParameter
in interface Drawing
key
- the key of the object to insertvalue
- the value of the object to insertpublic void removeCssParameter(java.lang.Object key)
This method adds a CssParameter to a given set of CssParameters.
removeCssParameter
in interface Drawing
key
- the key of the object to remove
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |