|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.draw2d.AbstractBorder
org.eclipse.draw2d.MarginBorder
org.jupe.editors.classdiagram.graphics.nodes.atomics.SeparatorBorder
public class SeparatorBorder
Border that consists only of a line in top of the figure.
Constructor Summary | |
---|---|
SeparatorBorder()
Constructor of a new SeperatorBorder. |
Method Summary | |
---|---|
void |
paint(org.eclipse.draw2d.IFigure figure,
org.eclipse.draw2d.Graphics graphics,
org.eclipse.draw2d.geometry.Insets insets)
Paint or Repaint the SeperatorBorder. |
Methods inherited from class org.eclipse.draw2d.MarginBorder |
---|
getInsets |
Methods inherited from class org.eclipse.draw2d.AbstractBorder |
---|
getPreferredSize, isOpaque |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SeparatorBorder()
Method Detail |
---|
public void paint(org.eclipse.draw2d.IFigure figure, org.eclipse.draw2d.Graphics graphics, org.eclipse.draw2d.geometry.Insets insets)
paint
in interface org.eclipse.draw2d.Border
paint
in class org.eclipse.draw2d.MarginBorder
figure
- the figure above the SeperatorBordergraphics
- the figure to be drawn oninsets
- the insets to be used
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |