public class SideBorder
extends org.eclipse.draw2d.AbstractBorder
| Modifier and Type | Field and Description |
|---|---|
static int |
DOWN_BORDER |
static int |
LEFT_BORDER |
static int |
RIGHT_BORDER |
static int |
UP_BORDER |
| Constructor and Description |
|---|
SideBorder(int side)
Public constructor indicating in the parameter the sides of the box to draw
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.draw2d.geometry.Insets |
getInsets(org.eclipse.draw2d.IFigure figure) |
void |
paint(org.eclipse.draw2d.IFigure figure,
org.eclipse.draw2d.Graphics graphics,
org.eclipse.draw2d.geometry.Insets insets) |
public static final int UP_BORDER
public static final int DOWN_BORDER
public static final int LEFT_BORDER
public static final int RIGHT_BORDER