com.vlsolutions.swing.toolbars
Class RoundedBorder

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

public class RoundedBorder
extends java.lang.Object
implements javax.swing.border.Border

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


Constructor Summary
RoundedBorder()
           
 
Method Summary
 java.awt.Insets getBorderInsets(java.awt.Component component)
           
 boolean isBorderOpaque()
           
 void paintBorder(java.awt.Component component, java.awt.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 javax.swing.border.Border

paintBorder

public void paintBorder(java.awt.Component component,
                        java.awt.Graphics graphics,
                        int x,
                        int y,
                        int w,
                        int h)
Specified by:
paintBorder in interface javax.swing.border.Border

getBorderInsets

public java.awt.Insets getBorderInsets(java.awt.Component component)
Specified by:
getBorderInsets in interface javax.swing.border.Border


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