Border
Inheritance: java.lang.Object
All Implemented Interfaces: com.groupdocs.signature.domain.interfaces.ITransparency
public class Border implements ITransparency
Instance to keep Border line properties.
Constructors
Constructor | Description |
---|---|
Border() |
Methods
Method | Description |
---|---|
getDashStyle() | Gets or sets the signature border style. |
setDashStyle(int value) | Gets or sets the signature border style. |
getTransparency() | Gets or sets the signature border transparency (value from 0.0 (opaque) through 1.0 (clear)). |
setTransparency(double value) | Gets or sets the signature border transparency (value from 0.0 (opaque) through 1.0 (clear)). |
getWeight() | Gets or sets the weight of the signature border. |
setWeight(double value) | Gets or sets the weight of the signature border. |
getColor() | Gets or sets the border color of signature. |
setColor(Color value) | Gets or sets the border color of signature. |
setColor(String value) | Gets or sets the border color of signature. |
getVisible() | Gets or sets the border visibility. |
setVisible(boolean value) | |
deepClone() | Implement IClonable interface |
Border()
public Border()
getDashStyle()
public final int getDashStyle()
Gets or sets the signature border style.
Returns: int
setDashStyle(int value)
public final void setDashStyle(int value)
Gets or sets the signature border style.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
getTransparency()
public final double getTransparency()
Gets or sets the signature border 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 signature border transparency (value from 0.0 (opaque) through 1.0 (clear)).
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
getWeight()
public final double getWeight()
Gets or sets the weight of the signature border.
Returns: double
setWeight(double value)
public final void setWeight(double value)
Gets or sets the weight of the signature border.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
getColor()
public final Color getColor()
Gets or sets the border color of signature.
Returns: java.awt.Color
setColor(Color value)
public final void setColor(Color value)
Gets or sets the border color of signature.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.awt.Color |
setColor(String value)
public final void setColor(String value)
Gets or sets the border color of signature.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
getVisible()
public boolean getVisible()
Gets or sets the border visibility.
Returns: boolean
setVisible(boolean value)
public final void setVisible(boolean value)
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
deepClone()
public final Object deepClone()
Implement IClonable interface
Returns: java.lang.Object - Newly created Border instance with same properties