|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@XmlElement(value="Fill") public interface Fill
Indicates how the interior of polygons will be filled.
Method Summary | |
---|---|
Object |
accept(StyleVisitor visitor,
Object extraData)
calls the visit method of a StyleVisitor |
Expression |
getColor()
Indicates the color to be used for solid-filling the interior of polygons. |
GraphicFill |
getGraphicFill()
If this object is to be filled with tiled copies of an image, then returns a non-null Graphic that indicates what image should be drawn. |
Expression |
getOpacity()
Indicates the opacity of the fill. |
Method Detail |
---|
@XmlElement(value="GraphicFill") GraphicFill getGraphicFill()
@XmlParameter(value="Fill") Expression getColor()
"#rrggbb"
where rr
, gg
,
and bb
are two digit hexadecimal integers specify the red, green,
and blue color intensities, repsectively. If null, the default color is
50% gray, "#808080"
.
"#808080"
.@XmlParameter(value="Opacity") Expression getOpacity()
@Extension Object accept(StyleVisitor visitor, Object extraData)
visitor
- the style visitor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |