public interface IBorderDecorator extends IDecorator
IDecorator
.Modifier and Type | Method and Description |
---|---|
IColorConstant |
getBorderColor()
Returns the color that will be used for the border.
|
Integer |
getBorderStyle()
Returns the style that will be used for the border line.
|
Integer |
getBorderWidth()
Returns the width that will be used for the border line.
|
getMessage, setMessage
IColorConstant getBorderColor()
null
) IColorConstant.BLACK
is used.IColorConstant
defining the colorInteger getBorderWidth()
null
or a value smaller than 1) 1 is used.Integer
defining the width of the border lineInteger getBorderStyle()
Graphics.LINE_SOLID
Graphics.LINE_DASH
Graphics.LINE_DASHDOT
Graphics.LINE_DASHDOTDOT
Graphics.LINE_DOT
null
or an invalid value)
Graphics.LINE_SOLID
is used.Integer
defining the width of the border style