public class BorderLine extends Object
Instance to keep Border line properties.
Constructor and Description |
---|
BorderLine() |
Modifier and Type | Method and Description |
---|---|
Color |
getColor()
Gets or sets the border color of signature.
|
int |
getStyle()
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)).
|
double |
getWeight()
Gets or sets the weight of the signature border.
|
void |
setColor(Color value)
Gets or sets the border color of signature.
|
void |
setStyle(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 |
setWeight(double value)
Gets or sets the weight of the signature border.
|
public final Color getColor()
Gets or sets the border color of signature.
public final int getStyle()
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)).
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 setStyle(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)).
public final void setWeight(double value)
Gets or sets the weight of the signature border.
Copyright © 2019. All rights reserved.