org.eclipse.gef.ui.palette
Class PaletteDrawerBorder
java.lang.Object
|
+--org.eclipse.draw2d.AbstractBorder
|
+--org.eclipse.gef.ui.palette.PaletteDrawerBorder
- All Implemented Interfaces:
- Border
Deprecated. Warning, the look and feel of this border is subject to change
without warning. It is intended to be use with the palette's default
implementation or an implementation that preserves that look and feel.
- public final class PaletteDrawerBorder
- extends AbstractBorder
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PaletteDrawerBorder
public PaletteDrawerBorder()
- Deprecated.
getInsets
public Insets getInsets(IFigure figure)
- Deprecated.
- Returns the space used by the border for the
figure provided as input. In this border all
sides always have equal width.
- Overrides:
getInsets in class AbstractBorder
- Parameters:
figure - Figure for which this is the border.- Returns:
- Insets for this border.
isOpaque
public boolean isOpaque()
- Deprecated.
- Overrides:
isOpaque in class AbstractBorder
paint
public void paint(IFigure figure,
Graphics g,
Insets insets)
- Deprecated.
- Overrides:
paint in class AbstractBorder