org.shetline.gui.laf.zinc
Class ZincTextFieldUI.TextFieldBorder
java.lang.Object
  
org.shetline.gui.laf.zinc.ZincTextFieldUI.TextFieldBorder
- All Implemented Interfaces: 
 - Border, UIResource
 
- Enclosing class:
 - ZincTextFieldUI
 
protected static class ZincTextFieldUI.TextFieldBorder
- extends Object
- implements Border, UIResource
  
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
margin
protected Border margin
marginInsets
protected Insets marginInsets
OUTER_INSETS
protected static final Insets OUTER_INSETS
ZincTextFieldUI.TextFieldBorder
protected ZincTextFieldUI.TextFieldBorder()
paintBorder
public void paintBorder(Component c,
                        Graphics g,
                        int x,
                        int y,
                        int w,
                        int h)
- Specified by:
 paintBorder in interface Border
 
 
getBorderInsets
public Insets getBorderInsets(Component c)
- Specified by:
 getBorderInsets in interface Border
 
 
isBorderOpaque
public boolean isBorderOpaque()
- Specified by:
 isBorderOpaque in interface Border