Version: 1.1.1

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

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

public class RoundedBorder
extends Object
implements Border

Author:
Dmitry Repchevsky

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

Field Detail

ancle

public final int ancle
Constructor Detail

RoundedBorder

public RoundedBorder(int width)

RoundedBorder

public RoundedBorder(int width,
                     Color color)
Method Detail

setColor

public void setColor(Color color)

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