|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the top level interface of Fill and Stroke defining the methods getGraphicFill() and getCssParameters() that are common to both.
Method Summary | |
void |
addCssParameter(java.lang.Object key,
java.lang.Object value)
A 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 value)
A 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. |
Method Detail |
public GraphicFill getGraphicFill()
public void setGraphicFill(GraphicFill graphicFill)
graphicFill
- the GraphicFill-Elementpublic java.util.HashMap getCssParameters()
public void setCssParameters(java.util.HashMap cssParameters)
cssParameters
- the CssParameterspublic void addCssParameter(java.lang.Object key, java.lang.Object value)
key
- the key of the object to insertvalue
- the value of the object to insertpublic void removeCssParameter(java.lang.Object value)
value
- the key of the object to remove
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |