Uses of Package
com.github.tadukoo.view.border
Packages that use com.github.tadukoo.view.border
Package
Description
-
Classes in com.github.tadukoo.view.border used by com.github.tadukoo.view.borderClassDescriptionShaped 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 ownShapeInfoif 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 ownShapeInfoif 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 ownShapeInfoif desired.Shaped Line Border Builder is used to create aShapedLineBorder.