lapisx.swing
Interface ScrollBarHighlighter

All Known Implementing Classes:
RegionHighlighter

public interface ScrollBarHighlighter


Method Summary
 void paintScrollBarHighlights(Graphics g, JScrollBar scrollbar, Rectangle trackBounds, Rectangle incrButtonBounds, Rectangle decrButtonBounds)
           
 

Method Detail

paintScrollBarHighlights

public void paintScrollBarHighlights(Graphics g,
                                     JScrollBar scrollbar,
                                     Rectangle trackBounds,
                                     Rectangle incrButtonBounds,
                                     Rectangle decrButtonBounds)