org.shetline.gui.laf.zinc
Class ZincLookAndFeel.ScrollBorder
java.lang.Object
  
javax.swing.border.AbstractBorder
      
javax.swing.plaf.metal.MetalBorders.ScrollPaneBorder
          
org.shetline.gui.laf.zinc.ZincLookAndFeel.ScrollBorder
- All Implemented Interfaces: 
 - Serializable, Border, UIResource
 
- Enclosing class:
 - ZincLookAndFeel
 
protected static class ZincLookAndFeel.ScrollBorder
- extends MetalBorders.ScrollPaneBorder
 
- See Also:
 - Serialized Form
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
insets
protected Insets insets
ZincLookAndFeel.ScrollBorder
protected ZincLookAndFeel.ScrollBorder()
isBorderOpaque
public boolean isBorderOpaque()
- Specified by:
 isBorderOpaque in interface Border- Overrides:
 isBorderOpaque in class AbstractBorder
 
 
paintBorder
public void paintBorder(Component c,
                        Graphics g,
                        int x,
                        int y,
                        int w,
                        int h)
- Specified by:
 paintBorder in interface Border- Overrides:
 paintBorder in class MetalBorders.ScrollPaneBorder
 
 
getBorderInsets
public Insets getBorderInsets(Component c)
- Specified by:
 getBorderInsets in interface Border- Overrides:
 getBorderInsets in class MetalBorders.ScrollPaneBorder