Class ShapedEtchedBorder

java.lang.Object
javax.swing.border.AbstractBorder
com.github.tadukoo.view.border.ShapedEtchedBorder
All Implemented Interfaces:
Serializable, Border

public class ShapedEtchedBorder extends AbstractBorder
Shaped Etched Border mimics the functionality of a EtchedBorder, but uses the ShapeInfo (if present) on the component to draw the border, rather than making a rectangular border, or it can have its own ShapeInfo if desired.
Since:
Alpha v.0.2
Version:
Alpha v.0.2.1
Author:
Logan Ferree (Tadukoo)
See Also: