Copyright 2012-02-25 Werner Randelshofer

Package ch.randelshofer.gui.border

Provides component borders.

See:
          Description

Interface Summary
BackgroundBorder 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.
 

Class Summary
AnimatedBorder AnimatedBorder takes an array of borders and a delay value, to draw an animated border.
BackdropBorder BackdropBorder has a foreground border and a background border.
BackgroundBorderUIResource A BackgroundBorderUIResource is used by the Quaqua Look And Feel to tag a BorderUIResource that has to be drawn on to the background of a JComponent.
ButtonStateBorder ButtonStateBorder.
CachedImageBevelBorder Draws a filled bevel border using an image and insets.
ColorBorder ColorBorder.
ColorBorder.UIResource  
FocusBorder A Border which only draws if the component has focus.
ImageBevelBorder Draws a filled bevel border using an image and insets.
ImageBevelBorder.UIResource  
OverlayBorder OverlayBorder.
ScrollBarThumbBorder ScrollBarThumbBorder.
 

Package ch.randelshofer.gui.border Description

Provides component borders.


Copyright 2012-02-25 Werner Randelshofer