|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IBorderDecorator
Border decorators can be used to add a border (a rectangle around the shape)
to the visualization of a shape without modifying the dirty state of the
displaying editor, see IDecorator.
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.eclipse.graphiti.tb.IDecorator |
|---|
getMessage, setMessage |
| Method Detail |
|---|
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()
org.eclipse.draw2d.Graphics#LINE_SOLIDorg.eclipse.draw2d.Graphics#LINE_DASHorg.eclipse.draw2d.Graphics#LINE_DASHDOTorg.eclipse.draw2d.Graphics#LINE_DASHDOTDOTorg.eclipse.draw2d.Graphics#LINE_DOTnull or an invalid value)
org.eclipse.draw2d.Graphics#LINE_SOLID is used.
Integer defining the width of the border style
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||