|
||||||||||
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. |
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. |
Methods inherited from interface org.eclipse.graphiti.tb.IDecorator |
---|
getMessage, setMessage |
Method Detail |
---|
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()
org.eclipse.draw2d.Graphics#LINE_SOLID
org.eclipse.draw2d.Graphics#LINE_DASH
org.eclipse.draw2d.Graphics#LINE_DASHDOT
org.eclipse.draw2d.Graphics#LINE_DASHDOTDOT
org.eclipse.draw2d.Graphics#LINE_DOT
null
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 |