Background

Inheritance: java.lang.Object

public class Background

Represents background appearance

Constructors

Constructor Description
Background()

Methods

Method Description
getColor() Gets or sets the background color of signature.
setColor(Color value) Gets or sets the background color of signature.
setColor(String value) Gets or sets the background color of signature.
getTransparency() Gets or sets the background transparency (value from 0.0 (opaque) through 1.0 (clear)).
setTransparency(double value) Gets or sets the background transparency (value from 0.0 (opaque) through 1.0 (clear)).
getBrush() Gets or sets the background brush.
setBrush(Brush value) Gets or sets the background brush.

Background()

public Background()

getColor()

public final Color getColor()

Gets or sets the background color of signature.

Returns: java.awt.Color

setColor(Color value)

public final void setColor(Color value)

Gets or sets the background color of signature.

Parameters:

Parameter Type Description
value java.awt.Color

setColor(String value)

public final void setColor(String value)

Gets or sets the background color of signature.

Parameters:

Parameter Type Description
value java.lang.String

getTransparency()

public final double getTransparency()

Gets or sets the background transparency (value from 0.0 (opaque) through 1.0 (clear)).

Returns: double

setTransparency(double value)

public final void setTransparency(double value)

Gets or sets the background transparency (value from 0.0 (opaque) through 1.0 (clear)).

Parameters:

Parameter Type Description
value double

getBrush()

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

Returns: Brush

setBrush(Brush value)

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

Parameters:

Parameter Type Description
value Brush