Package com.github.tadukoo.view.border
package com.github.tadukoo.view.border
-
ClassDescriptionNo Border is an implementation of
AbstractBorder
that works as no Border.No Border UI Resource is a version ofNoBorder
that extendsBorderUIResource
, so that it can be used in Look & Feels in cases where you don't want a border, but can't use nullShaped Etched Border mimics the functionality of aBevelBorder
, but uses theShapeInfo
(if present) on the component to draw the border, rather than making a rectangular border, or it can have its ownShapeInfo
if desired.An enum representing the Bevel type to be used (RAISED or LOWERED) for a borderShaped Bevel Border Builder is used to create aShapedBevelBorder
.Shaped Etched Border mimics the functionality of aEtchedBorder
, but uses theShapeInfo
(if present) on the component to draw the border, rather than making a rectangular border, or it can have its ownShapeInfo
if desired.An enum representing the Etch type to be used (RAISED or LOWERED) for a borderShaped Etched Border Builder is used to create aShapedEtchedBorder
.Shaped Line Border mimics the functionality of aLineBorder
, but uses theShapeInfo
(if present) on the component to draw the border, rather than making a rectangular border, or it can have its ownShapeInfo
if desired.Shaped Line Border Builder is used to create aShapedLineBorder
.