Class ShapedLineBorder

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

public class ShapedLineBorder extends AbstractBorder
Shaped Line Border mimics the functionality of a LineBorder, 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: