@XmlElement(value="Fill") public interface Fill
Modifier and Type | Method and Description |
---|---|
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.
|
@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 visitorCopyright © 1996–2019 Geotools. All rights reserved.