new BorderParameters()

Methods

getColor()

Border color.
Default value: #000000

getDashStyle()

Border dash style.
Default value: BorderDashStyle.SOLID.

getVisible()

Border visibility. If false than parameter Width is always ignored (0). Default value: false.

getWidth()

Border width.
Default value: 0.
Ignored if Visible is set to false.

setColor()

Border color.
Default value: #000000

setDashStyle()

Border dash style.
Default value: BorderDashStyle.SOLID.

setVisible()

Border visibility. If false than parameter Width is always ignored (0). Default value: false.

setWidth()

Border width.
Default value: 0.
Ignored if Visible is set to false.

toString()

Returns a human-readable string representation of this BorderParameters.

Returns

A string that represents this BorderParameters.