public interface IBorderDecorator extends IDecorator
IDecorator
.Modifier and Type | Method and Description |
---|---|
IColorConstant |
getBorderColor()
Returns the color that will be used for the border.
|
java.lang.Integer |
getBorderStyle()
Returns the style that will be used for the border line.
|
java.lang.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 colorjava.lang.Integer getBorderWidth()
null
or a value smaller than 1) 1 is used.Integer
defining the width of the border linejava.lang.Integer 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