Sky View Café - Java

org.shetline.gui.laf.zinc
Class ZincLookAndFeel.ScrollBorder

java.lang.Object
  extended by javax.swing.border.AbstractBorder
      extended by javax.swing.plaf.metal.MetalBorders.ScrollPaneBorder
          extended by 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

Field Summary
protected  Insets insets
           
 
Constructor Summary
protected ZincLookAndFeel.ScrollBorder()
           
 
Method Summary
 Insets getBorderInsets(Component c)
           
 boolean isBorderOpaque()
           
 void paintBorder(Component c, Graphics g, int x, int y, int w, int h)
           
 
Methods inherited from class javax.swing.border.AbstractBorder
getBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectangle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

insets

protected Insets insets
Constructor Detail

ZincLookAndFeel.ScrollBorder

protected ZincLookAndFeel.ScrollBorder()
Method Detail

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

Sky View Café - Java