com.jtattoo.plaf.hifi
Class HiFiBorders.ToolBarBorder

java.lang.Object
  extended by javax.swing.border.AbstractBorder
      extended by com.jtattoo.plaf.hifi.HiFiBorders.ToolBarBorder
All Implemented Interfaces:
Serializable, Border, UIResource, SwingConstants
Enclosing class:
HiFiBorders

public static class HiFiBorders.ToolBarBorder
extends AbstractBorder
implements UIResource, SwingConstants

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface javax.swing.SwingConstants
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST
 
Constructor Summary
HiFiBorders.ToolBarBorder()
           
 
Method Summary
 Insets getBorderInsets(Component c)
           
 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, isBorderOpaque
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HiFiBorders.ToolBarBorder

public HiFiBorders.ToolBarBorder()
Method Detail

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 AbstractBorder

getBorderInsets

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


Copyright © 2011. All Rights Reserved.