org.eclipse.gef.internal.ui.palette.editparts
Class RaisedBorder
java.lang.Object
org.eclipse.draw2d.AbstractBorder
org.eclipse.draw2d.MarginBorder
org.eclipse.gef.internal.ui.palette.editparts.RaisedBorder
- All Implemented Interfaces:
- org.eclipse.draw2d.Border
- public class RaisedBorder
- extends org.eclipse.draw2d.MarginBorder
Fields inherited from class org.eclipse.draw2d.MarginBorder |
insets |
Fields inherited from class org.eclipse.draw2d.AbstractBorder |
tempRect |
Method Summary |
org.eclipse.draw2d.geometry.Insets |
getInsets(org.eclipse.draw2d.IFigure figure)
|
boolean |
isOpaque()
|
void |
paint(org.eclipse.draw2d.IFigure figure,
org.eclipse.draw2d.Graphics g,
org.eclipse.draw2d.geometry.Insets insets)
|
Methods inherited from class org.eclipse.draw2d.AbstractBorder |
getPaintRectangle, getPreferredSize |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RaisedBorder
public RaisedBorder()
RaisedBorder
public RaisedBorder(org.eclipse.draw2d.geometry.Insets insets)
RaisedBorder
public RaisedBorder(int t,
int l,
int b,
int r)
getInsets
public org.eclipse.draw2d.geometry.Insets getInsets(org.eclipse.draw2d.IFigure figure)
- See Also:
Border.getInsets(IFigure)
isOpaque
public boolean isOpaque()
paint
public void paint(org.eclipse.draw2d.IFigure figure,
org.eclipse.draw2d.Graphics g,
org.eclipse.draw2d.geometry.Insets insets)
- See Also:
Border.paint(IFigure, Graphics, Insets)