Quaqua 8.0 2011-10-02

Package ch.randelshofer.quaqua.border

Provides classes for look and feel specific 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.
PressedCueBorder PressedCueBorder.
 

Class Summary
AbstractFocusedPainter FocusedBorder.
AnimatedBorder AnimatedBorder takes an array of borders and a delay value, to draw an animated 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.
ButtonStateBorder.UIResource  
CachedImageBevelBorder Draws a filled bevel border using an image and insets.
CachedImageBevelBorder.UIResource  
CompositeVisualMarginBorder CompositeVisualMarginBorder.
FocusBorder A Border which only draws if the component has focus.
FocusedBorder Draws a focus ring around the opaque pixels of a border.
FocusedBorder.UIResource  
ImageBevelBorder Draws a filled bevel border using an image and insets.
ImageBevelBorder.UIResource  
MatteBevelBorder MatteBevelBorder.
OverlayBorder OverlayBorder.
QuaquaNativeBorder Native Aqua border for an AbstractButton.
QuaquaNativeBorder.UIResource  
QuaquaNativeButtonStateBorder Native Aqua border for an AbstractButton.
QuaquaNativeButtonStateBorder.UIResource  
QuaquaNativeImageBevelBorder QuaquaNativeImageBevelBorder.
QuaquaNativeImageBevelBorder.UIResource  
VisualMarginBorder The VisualMarginBorder is used to visually align components using bounds based on other criterias than the clip bounds of the component.
 

Package ch.randelshofer.quaqua.border Description

Provides classes for look and feel specific borders.


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