public class BorderLine
extends java.lang.Object
Modifier and Type | Class | Description |
---|---|---|
static class |
BorderLine.StyleEnum |
Gets or sets the signature border style
|
Constructor | Description |
---|---|
BorderLine() |
Modifier and Type | Method | Description |
---|---|---|
BorderLine |
color(Color color) |
|
boolean |
equals(java.lang.Object o) |
|
Color |
getColor() |
Gets or sets the border color of signature
|
BorderLine.StyleEnum |
getStyle() |
Gets or sets the signature border style
|
java.lang.Double |
getTransparency() |
Gets or sets the signature border transparency (value from 0.0 (opaque) through 1.0 (clear))
|
java.lang.Boolean |
getVisible() |
Gets or sets the border visibility
|
java.lang.Double |
getWeight() |
Gets or sets the weight of the signature border
|
int |
hashCode() |
|
void |
setColor(Color color) |
|
void |
setStyle(BorderLine.StyleEnum style) |
|
void |
setTransparency(java.lang.Double transparency) |
|
void |
setVisible(java.lang.Boolean visible) |
|
void |
setWeight(java.lang.Double weight) |
|
BorderLine |
style(BorderLine.StyleEnum style) |
|
java.lang.String |
toString() |
|
BorderLine |
transparency(java.lang.Double transparency) |
|
BorderLine |
visible(java.lang.Boolean visible) |
|
BorderLine |
weight(java.lang.Double weight) |
public BorderLine style(BorderLine.StyleEnum style)
public BorderLine.StyleEnum getStyle()
public void setStyle(BorderLine.StyleEnum style)
public BorderLine transparency(java.lang.Double transparency)
public java.lang.Double getTransparency()
public void setTransparency(java.lang.Double transparency)
public BorderLine weight(java.lang.Double weight)
public java.lang.Double getWeight()
public void setWeight(java.lang.Double weight)
public BorderLine color(Color color)
public Color getColor()
public void setColor(Color color)
public BorderLine visible(java.lang.Boolean visible)
public java.lang.Boolean getVisible()
public void setVisible(java.lang.Boolean visible)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2021. All rights reserved.