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 Color getColor()
Gets or sets the border color of signature.
public int getStyle()
Gets or sets the signature border style.
public double getTransparency()
Gets or sets the signature border transparency (value from 0.0 (opaque) through 1.0 (clear)).
public double getWeight()
Gets or sets the weight of the signature border.
public void setColor(Color value)
Gets or sets the border color of signature.
public void setStyle(int value)
Gets or sets the signature border style.
public void setTransparency(double value)
Gets or sets the signature border transparency (value from 0.0 (opaque) through 1.0 (clear)).
public void setWeight(double value)
Gets or sets the weight of the signature border.
Copyright © 2018. All rights reserved.