com.vlsolutions.swing.toolbars
Class RoundedBorder

java.lang.Object
  extended by com.vlsolutions.swing.toolbars.RoundedBorder
All Implemented Interfaces:
Border

public class RoundedBorder
extends Object
implements Border

A simple rounded border. Can be used anywhere a rounded border is needed (no specific purpose).


Constructor Summary
RoundedBorder()
           
 
Method Summary
 Insets getBorderInsets(Component component)
           
 boolean isBorderOpaque()
           
 void paintBorder(Component component, Graphics graphics, int x, int y, int w, int h)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoundedBorder

public RoundedBorder()
Method Detail

isBorderOpaque

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

paintBorder

public void paintBorder(Component component,
                        Graphics graphics,
                        int x,
                        int y,
                        int w,
                        int h)
Specified by:
paintBorder in interface Border

getBorderInsets

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


© Copyright 2004-2007 VLSolutions. All Rights Reserved.
www.vlsolutions.com : Java Components - Smart Client Applications