org.eclipse.gef.ui.palette
Class PaletteEntryBorder
java.lang.Object
|
+--org.eclipse.draw2d.AbstractBorder
|
+--org.eclipse.gef.ui.palette.PaletteEntryBorder
- All Implemented Interfaces:
- Border
- public final class PaletteEntryBorder
- extends AbstractBorder
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PaletteEntryBorder
public PaletteEntryBorder()
getInsets
public Insets getInsets(IFigure figure)
- Overrides:
getInsets in class AbstractBorder
isOpaque
public boolean isOpaque()
- Overrides:
isOpaque in class AbstractBorder
paint
public void paint(IFigure figure,
Graphics graphics,
Insets insets)
- Overrides:
paint in class AbstractBorder