public class Border extends Object implements ITransparency
Instance to keep Border line properties.
Constructor and Description |
---|
Border() |
Modifier and Type | Method and Description |
---|---|
Object |
deepClone()
Implement IClonable interface
|
Color |
getColor()
Gets or sets the border color of signature.
|
int |
getDashStyle()
Gets or sets the signature border style.
|
double |
getTransparency()
Gets or sets the signature border transparency (value from 0.0 (opaque) through 1.0 (clear)).
|
boolean |
getVisible()
Gets or sets the border visibility.
|
double |
getWeight()
Gets or sets the weight of the signature border.
|
void |
setColor(Color value)
Gets or sets the border color of signature.
|
void |
setDashStyle(int value)
Gets or sets the signature border style.
|
void |
setTransparency(double value)
Gets or sets the signature border transparency (value from 0.0 (opaque) through 1.0 (clear)).
|
void |
setVisible(boolean value) |
void |
setWeight(double value)
Gets or sets the weight of the signature border.
|
public final Object deepClone()
Implement IClonable interface
public final Color getColor()
Gets or sets the border color of signature.
public final int getDashStyle()
Gets or sets the signature border style.
public final double getTransparency()
Gets or sets the signature border transparency (value from 0.0 (opaque) through 1.0 (clear)).
getTransparency
in interface ITransparency
public boolean getVisible()
Gets or sets the border visibility.
public final double getWeight()
Gets or sets the weight of the signature border.
public final void setColor(Color value)
Gets or sets the border color of signature.
public final void setDashStyle(int value)
Gets or sets the signature border style.
public final void setTransparency(double value)
Gets or sets the signature border transparency (value from 0.0 (opaque) through 1.0 (clear)).
setTransparency
in interface ITransparency
public final void setVisible(boolean value)
public final void setWeight(double value)
Gets or sets the weight of the signature border.