|
||||||||||
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 | |
---|---|
Expression |
getColor()
Indicates the color to be used for solid-filling the interior of polygons. |
Graphic |
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. |
void |
setColor(Expression expression)
Sets the color to be used for solid-filling the interior of polygons. |
void |
setGraphicFill(Graphic graphicFill)
Sets the graphic that will be used to tile the interior of polygons. |
void |
setOpacity(Expression expression)
Sets the opacity of the fill. |
Method Detail |
---|
@XmlElement(value="GraphicFill") Graphic getGraphicFill()
@XmlElement(value="GraphicFill") void setGraphicFill(Graphic graphicFill)
getGraphicFill()
for details.
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"
.
void setColor(Expression expression)
getColor()
for details.
Expression getOpacity()
void setOpacity(Expression expression)
getOpacity()
for details.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |