Class ShapedLineBorder.ShapedLineBorderBuilder

java.lang.Object
com.github.tadukoo.view.border.ShapedLineBorder.ShapedLineBorderBuilder
Enclosing class:
ShapedLineBorder

public static class ShapedLineBorder.ShapedLineBorderBuilder extends Object
Shaped Line Border Builder is used to create a ShapedLineBorder. It uses the following parameters:
  • shapeInfo - The ShapeInfo to use on the Border (may be null to use the component's shape) - defaults to null
  • paint - The SizablePaint to use on the Border - defaults to solid black
  • thickness - the thickness of the line - defaults to 1
Since:
Alpha v.0.2
Version:
Alpha v.0.2.1
Author:
Logan Ferree (Tadukoo)