public abstract class XpsBrush extends XpsElement
Class incapsulating common features of all brush elements.
| Modifier and Type | Method and Description |
|---|---|
float |
getOpacity()
Returns value defining the uniform transparency of the brush fill.
|
void |
setOpacity(float value)
Sets value defining the uniform transparency of the brush fill.
|
get, iterator, sizeequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic float getOpacity()
Returns value defining the uniform transparency of the brush fill.
public void setOpacity(float value)
Sets value defining the uniform transparency of the brush fill.
value - Value defining the uniform transparency of the brush fill.