com.jtattoo.plaf.graphite
Class GraphiteBorders.ToggleButtonBorder

java.lang.Object
  extended by com.jtattoo.plaf.graphite.GraphiteBorders.ToggleButtonBorder
All Implemented Interfaces:
Border, UIResource
Enclosing class:
GraphiteBorders

public static class GraphiteBorders.ToggleButtonBorder
extends Object
implements Border, UIResource


Constructor Summary
GraphiteBorders.ToggleButtonBorder()
           
 
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
 

Constructor Detail

GraphiteBorders.ToggleButtonBorder

public GraphiteBorders.ToggleButtonBorder()
Method Detail

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


Copyright © 2011. All Rights Reserved.