net.yura.mobile.gui.plaf
Class MetalScrollBar

java.lang.Object
  extended by net.yura.mobile.gui.plaf.MetalScrollBar
All Implemented Interfaces:
Border

public class MetalScrollBar
extends Object
implements Border

Author:
Yura Mamyrin

Field Summary
(package private)  Icon left
           
(package private)  Icon right
           
 
Constructor Summary
MetalScrollBar(Icon left, Icon right)
           
 
Method Summary
 int getBottom()
           
 int getLeft()
           
 int getRight()
           
 int getTop()
           
 boolean isBorderOpaque()
           
 void paintBorder(Component c, Graphics2D g, int w, int h)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

left

Icon left

right

Icon right
Constructor Detail

MetalScrollBar

public MetalScrollBar(Icon left,
                      Icon right)
Method Detail

getBottom

public int getBottom()
Specified by:
getBottom in interface Border
See Also:
Border.getBorderInsets

getLeft

public int getLeft()
Specified by:
getLeft in interface Border
See Also:
Border.getBorderInsets

getRight

public int getRight()
Specified by:
getRight in interface Border
See Also:
Border.getBorderInsets

getTop

public int getTop()
Specified by:
getTop in interface Border
See Also:
Border.getBorderInsets

isBorderOpaque

public boolean isBorderOpaque()
Specified by:
isBorderOpaque in interface Border
Returns:
Returns whether or not the border is opaque. If the border is opaque, it is responsible for filling in it's own background when painting.
See Also:
Border.isBorderOpaque

paintBorder

public void paintBorder(Component c,
                        Graphics2D g,
                        int w,
                        int h)
Specified by:
paintBorder in interface Border
Parameters:
c - the component for which this border is being painted
g - the paint graphics
w - the width of the painted border
h - the height of the painted border
See Also:
Border.paintBorder