net.infonode.gui.shaped.border
Class FixedInsetsShapedBorder

java.lang.Object
  extended by net.infonode.gui.shaped.border.AbstractShapedBorder
      extended by net.infonode.gui.shaped.border.AbstractShapedBorderWrapper
          extended by net.infonode.gui.shaped.border.FixedInsetsShapedBorder
All Implemented Interfaces:
java.io.Serializable, javax.swing.border.Border, ShapedBorder

public class FixedInsetsShapedBorder
extends AbstractShapedBorderWrapper

Version:
$Revision: 1.6 $
Author:
$Author: jesper $
See Also:
Serialized Form

Field Summary
private  java.awt.Insets insets
           
private static long serialVersionUID
           
 
Constructor Summary
FixedInsetsShapedBorder(java.awt.Insets insets, ShapedBorder border)
           
 
Method Summary
 java.awt.Insets getBorderInsets(java.awt.Component c)
           
 
Methods inherited from class net.infonode.gui.shaped.border.AbstractShapedBorderWrapper
getShape, isBorderOpaque, paintBorder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

insets

private java.awt.Insets insets
Constructor Detail

FixedInsetsShapedBorder

public FixedInsetsShapedBorder(java.awt.Insets insets,
                               ShapedBorder border)
Method Detail

getBorderInsets

public java.awt.Insets getBorderInsets(java.awt.Component c)
Specified by:
getBorderInsets in interface javax.swing.border.Border
Overrides:
getBorderInsets in class AbstractShapedBorderWrapper