Sky View Café - Java

org.shetline.gui.laf.zinc
Class ZincButtonUI.ZincButtonBorder

java.lang.Object
  extended by org.shetline.gui.laf.zinc.ZincButtonUI.ZincButtonBorder
All Implemented Interfaces:
Border, UIResource
Enclosing class:
ZincButtonUI

public static class ZincButtonUI.ZincButtonBorder
extends Object
implements Border, UIResource


Field Summary
protected  boolean forComboBox
           
 
Constructor Summary
ZincButtonUI.ZincButtonBorder(boolean forComboBox)
           
 
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

forComboBox

protected boolean forComboBox
Constructor Detail

ZincButtonUI.ZincButtonBorder

public ZincButtonUI.ZincButtonBorder(boolean forComboBox)
Method Detail

getBorderInsets

public Insets getBorderInsets(Component c)
Specified by:
getBorderInsets in interface Border

isBorderOpaque

public boolean isBorderOpaque()
Specified by:
isBorderOpaque in interface Border

paintBorder

public void paintBorder(Component c,
                        Graphics g,
                        int x,
                        int y,
                        int w,
                        int h)
Specified by:
paintBorder in interface Border

Sky View Café - Java