Uses of Class
org.pushingpixels.radiance.theming.api.painter.border.FractionBasedBorderPainter
-
Packages that use FractionBasedBorderPainter Package Description org.pushingpixels.radiance.theming.api.painter.border -
-
Uses of FractionBasedBorderPainter in org.pushingpixels.radiance.theming.api.painter.border
Subclasses of FractionBasedBorderPainter in org.pushingpixels.radiance.theming.api.painter.border Modifier and Type Class Description class
ClassicBorderPainter
Border painter that draws visuals with classic appearance.class
FlatBorderPainter
Border painter that draws visuals with flat appearance.class
GlassBorderPainter
Border painter that draws visuals with glass appearance.class
StandardBorderPainter
The default border painter.Fields in org.pushingpixels.radiance.theming.api.painter.border declared as FractionBasedBorderPainter Modifier and Type Field Description protected FractionBasedBorderPainter
DelegateFractionBasedBorderPainter. delegate
The delegate border painter.Constructors in org.pushingpixels.radiance.theming.api.painter.border with parameters of type FractionBasedBorderPainter Constructor Description DelegateFractionBasedBorderPainter(java.lang.String displayName, FractionBasedBorderPainter delegate, int[] masks, ColorSchemeTransform transform)
Creates a new delegate border painter
-