sota.gui.graph
Class SeparatorBorder

java.lang.Object
  extended by org.eclipse.draw2d.AbstractBorder
      extended by org.eclipse.draw2d.MarginBorder
          extended by sota.gui.graph.SeparatorBorder
All Implemented Interfaces:
org.eclipse.draw2d.Border

public class SeparatorBorder
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
SeparatorBorder()
           
 
Method Summary
 void paint(org.eclipse.draw2d.IFigure f, org.eclipse.draw2d.Graphics g, org.eclipse.draw2d.geometry.Insets i)
           
 
Methods inherited from class org.eclipse.draw2d.MarginBorder
getInsets
 
Methods inherited from class org.eclipse.draw2d.AbstractBorder
getPaintRectangle, getPreferredSize, isOpaque
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeparatorBorder

SeparatorBorder()
Method Detail

paint

public void paint(org.eclipse.draw2d.IFigure f,
                  org.eclipse.draw2d.Graphics g,
                  org.eclipse.draw2d.geometry.Insets i)
Specified by:
paint in interface org.eclipse.draw2d.Border
Overrides:
paint in class org.eclipse.draw2d.MarginBorder