JIDE 3.5.15

com.jidesoft.plaf.vsnet
Class HeaderCellBorder

java.lang.Object
  extended by com.jidesoft.plaf.vsnet.HeaderCellBorder
All Implemented Interfaces:
Border, UIResource

public class HeaderCellBorder
extends Object
implements Border, UIResource


Constructor Summary
HeaderCellBorder()
           
 
Method Summary
 Insets getBorderInsets(Component c)
           
 boolean isBorderOpaque()
           
 void paintBorder(Component c, Graphics g, int x, int y, int width, int height)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeaderCellBorder

public HeaderCellBorder()
Method Detail

paintBorder

public void paintBorder(Component c,
                        Graphics g,
                        int x,
                        int y,
                        int width,
                        int height)
Specified by:
paintBorder in interface Border

getBorderInsets

public Insets getBorderInsets(Component c)
Specified by:
getBorderInsets in interface Border

isBorderOpaque

public boolean isBorderOpaque()
Specified by:
isBorderOpaque in interface Border

JIDE 3.5.15