Quaqua 7.4.2 2011-07-05

ch.randelshofer.quaqua.border
Interface BackgroundBorder

All Superinterfaces:
javax.swing.border.Border
All Known Implementing Classes:
BackgroundBorderUIResource, GroupBox, QuaquaTableHeaderBorder, QuaquaTableHeaderBorder.UIResource, QuaquaTextFieldBorder, QuaquaTextFieldBorder.UIResource, QuaquaToolBarBorder, QuaquaToolBarBorder.UIResource

public interface BackgroundBorder
extends javax.swing.border.Border

BackgroundBorder is used by the Quaqua Look And Feel to tag a border which partially needs to be drawn on to the background of a JComponent.

Version:
$Id: BackgroundBorder.java 361 2010-11-21 11:19:20Z wrandelshofer $
Author:
Werner Randelshofer

Method Summary
 javax.swing.border.Border getBackgroundBorder()
          Returns the border that needs to be drawn onto the background.
 
Methods inherited from interface javax.swing.border.Border
getBorderInsets, isBorderOpaque, paintBorder
 

Method Detail

getBackgroundBorder

javax.swing.border.Border getBackgroundBorder()
Returns the border that needs to be drawn onto the background.


Copyright 2003-2007 (c) Werner Randelshofer.
All rights reserved.