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, setMessageIColorConstant 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_SOLIDGraphics.LINE_DASHGraphics.LINE_DASHDOTGraphics.LINE_DASHDOTDOTGraphics.LINE_DOTnull or an invalid value)
Graphics.LINE_SOLID is used.Integer defining the width of the border style