Uses of Interface
org.pushingpixels.radiance.theming.api.trait.RadianceTrait
-
-
Uses of RadianceTrait in org.pushingpixels.radiance.theming.api
Classes in org.pushingpixels.radiance.theming.api that implement RadianceTrait Modifier and Type Class Description class
RadianceSkin
Base abstract class for Radiance skins.static class
RadianceSkin.Accented
Base class for skins that can be configured with accent color schemes. -
Uses of RadianceTrait in org.pushingpixels.radiance.theming.api.colorscheme
Subinterfaces of RadianceTrait in org.pushingpixels.radiance.theming.api.colorscheme Modifier and Type Interface Description interface
RadianceColorScheme
General interface for color schemes.interface
SchemeBaseColors
Interface for base color scheme colors.Classes in org.pushingpixels.radiance.theming.api.colorscheme that implement RadianceTrait Modifier and Type Class Description class
AquaColorScheme
Aqua color scheme.class
BarbyPinkColorScheme
Barby pink color scheme.class
BaseColorScheme
Base class for Radiance color schemes.class
BaseDarkColorScheme
Base class for dark color schemes.class
BaseLightColorScheme
Base class for light color schemes.class
BottleGreenColorScheme
Bottle green color scheme.class
BrownColorScheme
Brown color scheme.class
CharcoalColorScheme
Charcoal color scheme.class
CremeColorScheme
Brown color scheme.class
DarkGrayColorScheme
Dark gray color scheme.class
DarkMetallicColorScheme
Dark metallic color scheme.class
DarkVioletColorScheme
Dark violet color scheme.class
DesertSandColorScheme
Desert Sand color scheme.class
EbonyColorScheme
Ebony color scheme.class
JadeForestColorScheme
Jade Forest color scheme.class
LightAquaColorScheme
Light aqua color scheme.class
LightGrayColorScheme
Light gray color scheme.class
LimeGreenColorScheme
Lime green color scheme.class
MetallicColorScheme
Metallic color scheme.class
OliveColorScheme
Olive color scheme.class
OrangeColorScheme
Orange color scheme.class
PurpleColorScheme
Purple color scheme.class
RaspberryColorScheme
Raspberry color scheme.class
SepiaColorScheme
Sepia color scheme.class
SteelBlueColorScheme
Steel Blue color scheme.class
SunfireRedColorScheme
Sunfire Red color scheme.class
SunGlareColorScheme
Sun Glare color scheme.class
SunsetColorScheme
Sunset color scheme.class
TerracottaColorScheme
Terracotta color scheme.class
UltramarineColorScheme
Ultramarine color scheme. -
Uses of RadianceTrait in org.pushingpixels.radiance.theming.api.painter
Classes in org.pushingpixels.radiance.theming.api.painter that implement RadianceTrait Modifier and Type Class Description class
FractionBasedPainter
Base painter with fraction-based stops and a color query associated with each stop. -
Uses of RadianceTrait in org.pushingpixels.radiance.theming.api.painter.border
Subinterfaces of RadianceTrait in org.pushingpixels.radiance.theming.api.painter.border Modifier and Type Interface Description interface
RadianceBorderPainter
Border painter interface for Radiance look and feel.Classes in org.pushingpixels.radiance.theming.api.painter.border that implement RadianceTrait Modifier and Type Class Description class
ClassicBorderPainter
Border painter that draws visuals with classic appearance.class
CompositeBorderPainter
Composite border painter that delegates the painting of outer and inner contours.class
DelegateFractionBasedBorderPainter
Delegate border painter that allows tweaking the visual appearance of borders.class
FlatBorderPainter
Border painter that draws visuals with flat appearance.class
FractionBasedBorderPainter
Border painter with fraction-based stops and a color query associated with each stop.class
GlassBorderPainter
Border painter that draws visuals with glass appearance.class
StandardBorderPainter
The default border painter. -
Uses of RadianceTrait in org.pushingpixels.radiance.theming.api.painter.decoration
Subinterfaces of RadianceTrait in org.pushingpixels.radiance.theming.api.painter.decoration Modifier and Type Interface Description interface
RadianceDecorationPainter
Decoration painter interface for Radiance look and feel.Classes in org.pushingpixels.radiance.theming.api.painter.decoration that implement RadianceTrait Modifier and Type Class Description class
ArcDecorationPainter
Implementation ofRadianceDecorationPainter
that uses "arc" painting on title panes and lighter gradient near the center of the application frame.class
BrushedMetalDecorationPainter
Implementation ofRadianceDecorationPainter
that uses brushed metal painting on decoration areas.class
ClassicDecorationPainter
Decoration painter that paints a classic gradient.class
FlatDecorationPainter
Decoration painter that paints a flat appearance.class
FractionBasedDecorationPainter
Decoration painter with fraction-based stops and a color query associated with each stop.class
ImageWrapperDecorationPainter
Implementation ofRadianceDecorationPainter
that uses an image source to paint on decoration areas.class
MarbleNoiseDecorationPainter
Implementation ofRadianceDecorationPainter
that uses marble noise painting on decoration areas.class
MatteDecorationPainter
Implementation ofRadianceDecorationPainter
that uses matte painting on decoration areas. -
Uses of RadianceTrait in org.pushingpixels.radiance.theming.api.painter.fill
Subinterfaces of RadianceTrait in org.pushingpixels.radiance.theming.api.painter.fill Modifier and Type Interface Description interface
RadianceFillPainter
Fill painter interface for Radiance look and feel.Classes in org.pushingpixels.radiance.theming.api.painter.fill that implement RadianceTrait Modifier and Type Class Description class
ClassicFillPainter
Fill painter that draws visuals with classic appearance.class
FractionBasedFillPainter
Fill painter with fraction-based stops and a color query associated with each stop.class
GlassFillPainter
Fill painter that draws visuals with glass appearance.class
MatteFillPainter
Fill painter that draws visuals with matte appearance.class
SpecularRectangularFillPainter
Fill painter that draws visuals with subtle 3D gradient appearance.class
StandardFillPainter
Fill painter that draws visuals with subtle 3D gradient appearance.class
SubduedFillPainter
Fill painter that draws visuals with subdued 3D gradient appearance. -
Uses of RadianceTrait in org.pushingpixels.radiance.theming.api.painter.overlay
Subinterfaces of RadianceTrait in org.pushingpixels.radiance.theming.api.painter.overlay Modifier and Type Interface Description interface
RadianceOverlayPainter
Overlay painter interface for Radiance look and feel.Classes in org.pushingpixels.radiance.theming.api.painter.overlay that implement RadianceTrait Modifier and Type Class Description class
BottomLineOverlayPainter
Overlay painter that paints a single line at the bottom edge of the relevant decoration area.class
BottomShadowOverlayPainter
Overlay painter that paints a few pixel-high drop shadow at the bottom edge of the relevant decoration area.class
TopBezelOverlayPainter
Overlay painter that paints a bezel line at the top edge of the relevant decoration area.class
TopLineOverlayPainter
Overlay painter that paints a single line at the top edge of the relevant decoration area.class
TopShadowOverlayPainter
Overlay painter that paints a few pixel-high drop shadow at the top edge of the relevant decoration area. -
Uses of RadianceTrait in org.pushingpixels.radiance.theming.api.shaper
Subinterfaces of RadianceTrait in org.pushingpixels.radiance.theming.api.shaper Modifier and Type Interface Description interface
RadianceButtonShaper
Button shaper interface for Radiance look and feel.Classes in org.pushingpixels.radiance.theming.api.shaper that implement RadianceTrait Modifier and Type Class Description class
ClassicButtonShaper
Button shaper that returns rectangular buttons with slightly rounded corners (ala Windows XP).class
PillButtonShaper
Button shaper that returns buttons with completely rounded corners (ala Mac 10.4). -
Uses of RadianceTrait in org.pushingpixels.radiance.theming.api.skin
Classes in org.pushingpixels.radiance.theming.api.skin that implement RadianceTrait Modifier and Type Class Description class
AutumnSkin
Autumn
skin.class
BusinessAccentedSkin
Base class for accentedBusiness
skins.class
BusinessBlackSteelSkin
Business Black Steel
skin.class
BusinessBlueSteelSkin
Business Blue Steel
skin.class
BusinessSkin
Business
skin.class
CeruleanSkin
Cerulean
skin.class
CremeAccentedSkin
Base class for accentedCreme
skins.class
CremeCoffeeSkin
Creme Coffee
skin.class
CremeSkin
Creme
skin.class
DustAccentedSkin
Base class for accentedDust
skins.class
DustCoffeeSkin
Dust Coffee
skin.class
DustSkin
Dust
skin.class
GeminiSkin
Gemini
skin.class
GraphiteAccentedSkin
Base class for accentedGraphite
skins.class
GraphiteAquaSkin
Graphite Aqua
skin.class
GraphiteChalkSkin
Graphite Chalk
skin.class
GraphiteElectricSkin
Graphite Electric
skin.class
GraphiteGlassSkin
Graphite Glass
skin.class
GraphiteGoldSkin
Graphite Gold
skin.class
GraphiteSiennaSkin
Graphite Sienna
skin.class
GraphiteSkin
Graphite
skin.class
GraphiteSunsetSkin
Graphite Sunset
skin.class
GreenMagicSkin
Green Magic
skin.class
MagellanSkin
Magellan
skin.class
MarinerSkin
Mariner
skin.class
MistAccentedSkin
Base class for accentedMist
skins.class
MistAquaSkin
Mist Aqua
skin.class
MistSilverSkin
Mist Silver
skin.class
ModerateSkin
Moderate
skin.class
NebulaAccentedSkin
Base class for accentedNebula
skins.class
NebulaAmethystSkin
Nebula Amethyst
skin.class
NebulaBrickWallSkin
Nebula Brick Wall
skin.class
NebulaSkin
Nebula
skin.class
NightShadeSkin
Night Shade
skin.class
RavenSkin
Raven
skin.class
SaharaSkin
Sahara
skin.class
SentinelSkin
Sentinel
skin.class
TwilightSkin
Twilight
skin. -
Uses of RadianceTrait in org.pushingpixels.radiance.theming.extras.api.colorschemepack
Classes in org.pushingpixels.radiance.theming.extras.api.colorschemepack that implement RadianceTrait Modifier and Type Class Description class
BelizeColorScheme
Belize color scheme.class
BloodyMoonColorScheme
Bloody Moon color scheme.class
BlueYonderColorScheme
Blue Yonder color scheme.class
BrickWallColorScheme
Brick Wall color scheme.class
BrownVelvetColorScheme
Brown Velvet color scheme.class
CobaltSteelColorScheme
Cobalt Steel color scheme.class
DesertMarsColorScheme
Desert Mars color scheme.class
EarthFrescoColorScheme
Earth Fresco color scheme.class
EmeraldGrassColorScheme
Emerald Grass color scheme.class
FauveMauveColorScheme
Fauve Mauve color scheme.class
GooseberryJungleColorScheme
Gooseberry Jungle color scheme.class
GreenPearlColorScheme
Green Pearl color scheme.class
MahoganyColorScheme
Mahogany color scheme.class
MixColorScheme
Mixed color scheme.class
OrchidAlloyColorScheme
Orchid Alloy color scheme.class
PeachColorScheme
Peach color scheme.class
PlacidPinkColorScheme
Placid Pink color scheme.class
SkyHighColorScheme
Sky High color scheme.class
SpringLeafColorScheme
Spring Leaf color scheme.class
TurquoiseLakeColorScheme
Turquoise Lake color scheme.class
WildPineColorScheme
Wild Pine color scheme.class
YellowMarineColorScheme
Yellow Marine color scheme. -
Uses of RadianceTrait in org.pushingpixels.radiance.theming.extras.api.painterpack.decoration
Classes in org.pushingpixels.radiance.theming.extras.api.painterpack.decoration that implement RadianceTrait Modifier and Type Class Description class
Glass3DDecorationPainter
Decoration painter that paints a 3D glass gradient. -
Uses of RadianceTrait in org.pushingpixels.radiance.theming.extras.api.shaperpack
Classes in org.pushingpixels.radiance.theming.extras.api.shaperpack that implement RadianceTrait Modifier and Type Class Description class
BasePolygonShaper
class
ButterflyButtonShaper
class
DolphinButtonShaper
class
FishButtonShaper
class
FootButtonShaper
class
IceCreamButtonShaper
class
RaceCarButtonShaper
class
RhinoButtonShaper
class
StegosaurusButtonShaper
-
Uses of RadianceTrait in org.pushingpixels.radiance.theming.extras.api.skinpack
Classes in org.pushingpixels.radiance.theming.extras.api.skinpack that implement RadianceTrait Modifier and Type Class Description class
FieldOfWheatSkin
Field of Wheat
skin.class
HarvestSkin
Harvest
skin.class
MagmaSkin
Magma
skin.class
OfficeBlack2007Skin
Office Black 2007
skin.class
OfficeBlue2007Skin
Office Blue 2007
skin.class
OfficeSilver2007Skin
Office Silver 2007
skin.class
StreetlightsSkin
Streelights
skin. -
Uses of RadianceTrait in org.pushingpixels.radiance.theming.internal.blade
Classes in org.pushingpixels.radiance.theming.internal.blade that implement RadianceTrait Modifier and Type Class Description class
BladeColorScheme
private static class
BladeIconUtils.SimplisticSoftBorderReverseFillPainter
Custom fill painter for the checkmarks of checkboxes and radio buttons. -
Uses of RadianceTrait in org.pushingpixels.radiance.theming.internal.colorscheme
Classes in org.pushingpixels.radiance.theming.internal.colorscheme that implement RadianceTrait Modifier and Type Class Description class
BlendBiColorScheme
Blended color scheme.class
HueShiftColorScheme
Hue-shifted color scheme.class
InvertedColorScheme
Implementation of inverted color scheme.class
NegatedColorScheme
Implementation of negated color scheme.class
SaturatedColorScheme
Saturated color scheme.class
ShadeColorScheme
Shaded color scheme.class
ShiftColorScheme
Base class for shifted color schemes.class
TintColorScheme
Tinted color scheme.class
ToneColorScheme
Toned color scheme. -
Uses of RadianceTrait in org.pushingpixels.radiance.tools.themingdebugger
Classes in org.pushingpixels.radiance.tools.themingdebugger that implement RadianceTrait Modifier and Type Class Description class
ColorBlindColorScheme
Base class for color schemes simulating color-blind users.class
DeuteranopiaColorScheme
Color scheme for deuteranopia color blindness.class
ProtanopiaColorScheme
Color scheme for protanopia color blindness.class
TritanopiaColorScheme
Color scheme for tritanopia color blindness.
-