net.infonode.gui.shaped.border
Class AbstractShapedBorder

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

public abstract class AbstractShapedBorder
extends java.lang.Object
implements ShapedBorder, java.io.Serializable

Version:
$Revision: 1.4 $
Author:
$Author: johan $
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
AbstractShapedBorder()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.infonode.gui.shaped.border.ShapedBorder
getShape
 
Methods inherited from interface javax.swing.border.Border
getBorderInsets, isBorderOpaque, paintBorder
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

AbstractShapedBorder

public AbstractShapedBorder()