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, size
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public 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.Copyright © 2020 Aspose. All Rights Reserved.