public final class XpsSolidColorBrush extends XpsBrush
Class incapsulating SolidColorBrush property element features. This element is used to fill defined geometric regions with a solid color.
Modifier and Type | Method and Description |
---|---|
XpsSolidColorBrush |
deepClone()
Clones this solid color brush.
|
XpsColor |
getColor()
Returns the color for filled elements.
|
void |
setColor(XpsColor value)
Sets the color for filled elements.
|
getOpacity, setOpacity
get, iterator, size
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public XpsColor getColor()
Returns the color for filled elements.
public void setColor(XpsColor value)
Sets the color for filled elements.
value
- The color for filled elements.public XpsSolidColorBrush deepClone()
Clones this solid color brush.