org.eclipse.gef.internal.ui.palette.editparts
Class RaisedBorder

java.lang.Object
  extended byorg.eclipse.draw2d.AbstractBorder
      extended byorg.eclipse.draw2d.MarginBorder
          extended byorg.eclipse.gef.internal.ui.palette.editparts.RaisedBorder
All Implemented Interfaces:
org.eclipse.draw2d.Border

public class RaisedBorder
extends org.eclipse.draw2d.MarginBorder


Field Summary
 
Fields inherited from class org.eclipse.draw2d.MarginBorder
insets
 
Fields inherited from class org.eclipse.draw2d.AbstractBorder
tempRect
 
Constructor Summary
RaisedBorder()
           
RaisedBorder(org.eclipse.draw2d.geometry.Insets insets)
           
RaisedBorder(int t, int l, int b, int r)
           
 
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
 

Constructor Detail

RaisedBorder

public RaisedBorder()

RaisedBorder

public RaisedBorder(org.eclipse.draw2d.geometry.Insets insets)

RaisedBorder

public RaisedBorder(int t,
                    int l,
                    int b,
                    int r)
Method Detail

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)