public class Background extends Object
Represents background appearance
Constructor and Description |
---|
Background() |
Modifier and Type | Method and Description |
---|---|
Brush |
getBrush()
Gets or sets the background brush.
|
Color |
getColor()
Gets or sets the background color of signature.
|
double |
getTransparency()
Gets or sets the background transparency (value from 0.0 (opaque) through 1.0 (clear)).
|
void |
setBrush(Brush value)
Gets or sets the background brush.
|
void |
setColor(Color value)
Gets or sets the background color of signature.
|
void |
setTransparency(double value)
Gets or sets the background transparency (value from 0.0 (opaque) through 1.0 (clear)).
|
public final Brush getBrush()
Gets or sets the background brush. Value by default is null. This property expects instance of Brush objects implementations See different Brush classes
public final Color getColor()
Gets or sets the background color of signature.
public final double getTransparency()
Gets or sets the background transparency (value from 0.0 (opaque) through 1.0 (clear)).
public final void setBrush(Brush value)
Gets or sets the background brush. Value by default is null. This property expects instance of Brush objects implementations See different Brush classes
public final void setColor(Color value)
Gets or sets the background color of signature.
public final void setTransparency(double value)
Gets or sets the background transparency (value from 0.0 (opaque) through 1.0 (clear)).