Package com.github.tadukoo.view.border
package com.github.tadukoo.view.border
-
ClassDescriptionNo Border is an implementation of
AbstractBorderthat works as no Border.No Border UI Resource is a version ofNoBorderthat 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 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.