ch.randelshofer.gui.border
Interface BackgroundBorder
- All Superinterfaces:
- javax.swing.border.Border
- All Known Implementing Classes:
- BackgroundBorderUIResource, PDFTextFieldBorder, PDFTextFieldBorder.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:
- 1.0 September 25, 2005 Created.
- 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 |
getBackgroundBorder
javax.swing.border.Border getBackgroundBorder()
- Returns the border that needs to be drawn onto the background.