Class RadianceSkin.Accented
java.lang.Object
org.pushingpixels.radiance.theming.api.RadianceSkin
org.pushingpixels.radiance.theming.api.RadianceSkin.Accented
- All Implemented Interfaces:
RadianceTrait
- Direct Known Subclasses:
BusinessAccentedSkin, CremeAccentedSkin, DustAccentedSkin, GraphiteAccentedSkin, MistAccentedSkin, NebulaAccentedSkin
- Enclosing class:
RadianceSkin
Base class for skins that can be configured with accent color tokens. Accented skins can
be extended to apply those color tokens in a way that highlights certain parts of
the UI while still retaining the "core" feel of the specific skin family. Note that
it is up to the specific implementation of the base accented skin to decide which
parts of the UI are painted with specific accent color tokens, and that decision may vary
between different base accented skins.
This class exposes APIs to get the accent tokens for consistent accent usage in custom-painted parts of your UI.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class RadianceSkin
RadianceSkin.Accented -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ContainerColorTokensprivate final ContainerColorTokensprivate final ContainerColorTokensprivate final ContainerColorTokensprivate final TokenPaletteColorResolverprivate final ContainerColorTokensprivate final ContainerColorTokensprivate final ContainerColorTokensprivate final ContainerColorTokensprivate final ContainerColorTokensFields inherited from class RadianceSkin
buttonShaper, decorationPainter, highlightOutlinePainter, highlightSurfacePainter, outlinePainter, surfacePainter -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAccented(RadianceSkin.Accented.AccentBuilder accentBuilder) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class RadianceSkin
addCustomEntriesToTable, addOverlayPainter, clearOverlayPainters, getActiveContainerTokens, getActiveContainerTokens, getActiveContainerTokens, getActiveContainerTokens, getButtonShaper, getDecorationPainter, getHighlightOutlinePainter, getHighlightSurfacePainter, getInverseSystemContainerTokens, getMutedContainerTokens, getMutedContainerTokens, getMutedContainerTokens, getNeutralContainerTokens, getNeutralContainerTokens, getNeutralContainerTokens, getOutlinePainter, getOverlayPainters, getSurfacePainter, getSystemContainerTokens, isRegisteredAsDecorationArea, isValid, registerAsDecorationArea, registerDecorationAreaTokensBundle, removeOverlayPainterMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface RadianceTrait
getDisplayName
-
Field Details
-
defaultAreaPaletteColorResolver
-
defaultAreaActiveTokens
-
defaultAreaMutedTokens
-
defaultAreaNeutralTokens
-
defaultAreaHighlightTokens
-
defaultAreaSelectedTokens
-
headerAreaActiveTokens
-
headerAreaMutedTokens
-
headerAreaNeutralTokens
-
headerAreaHighlightTokens
-
-
Constructor Details
-
Accented
-
-
Method Details
-
getDefaultAreaPaletteColorResolver
-
getDefaultAreaActiveTokens
-
getDefaultAreaMutedTokens
-
getDefaultAreaNeutralTokens
-
getDefaultAreaHighlightTokens
-
getDefaultAreaSelectedTokens
-
getHeaderAreaActiveTokens
-
getHeaderAreaMutedTokens
-
getHeaderAreaNeutralTokens
-
getHeaderAreaHighlightTokens
-