Package net.infonode.gui.shaped.border
Class AbstractShapedBorder
- java.lang.Object
-
- 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
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description 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 javax.swing.border.Border
getBorderInsets, isBorderOpaque, paintBorder
-
Methods inherited from interface net.infonode.gui.shaped.border.ShapedBorder
getShape
-
-