Uses of Package
com.github.tadukoo.view.border
Package
Description
-
ClassDescriptionShaped Etched Border mimics the functionality of a
BevelBorder
, 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
.