com.jtattoo.plaf.graphite
Class GraphiteBorders.InternalFrameBorder

java.lang.Object
  extended by javax.swing.border.AbstractBorder
      extended by com.jtattoo.plaf.BaseBorders.BaseInternalFrameBorder
          extended by com.jtattoo.plaf.graphite.GraphiteBorders.InternalFrameBorder
All Implemented Interfaces:
Serializable, Border, UIResource
Enclosing class:
GraphiteBorders

public static class GraphiteBorders.InternalFrameBorder
extends BaseBorders.BaseInternalFrameBorder

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.jtattoo.plaf.BaseBorders.BaseInternalFrameBorder
dw, insets, paletteInsets, trackWidth
 
Constructor Summary
GraphiteBorders.InternalFrameBorder()
           
 
Method Summary
 Insets getBorderInsets(Component c)
           
 void paintBorder(Component c, Graphics g, int x, int y, int w, int h)
           
 
Methods inherited from class com.jtattoo.plaf.BaseBorders.BaseInternalFrameBorder
getTitleHeight, isActive, isResizable
 
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

GraphiteBorders.InternalFrameBorder

public GraphiteBorders.InternalFrameBorder()
Method Detail

getBorderInsets

public Insets getBorderInsets(Component c)
Specified by:
getBorderInsets in interface Border
Overrides:
getBorderInsets in class BaseBorders.BaseInternalFrameBorder

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


Copyright © 2011. All Rights Reserved.