Version: 1.1.1

org.inb.biomoby.client.gui.swing.border
Class HRBorder

java.lang.Object
  extended by org.inb.biomoby.client.gui.swing.border.HRBorder
All Implemented Interfaces:
Border

public class HRBorder
extends Object
implements Border

Author:
Dmitry Repchevsky

Constructor Summary
HRBorder()
           
HRBorder(Color color)
           
 
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HRBorder

public HRBorder()

HRBorder

public HRBorder(Color color)
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

Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010