Class GraphiteAccentedSkin
java.lang.Object
org.pushingpixels.radiance.theming.api.RadianceSkin
org.pushingpixels.radiance.theming.api.RadianceSkin.Accented
org.pushingpixels.radiance.theming.api.skin.GraphiteAccentedSkin
- All Implemented Interfaces:
RadianceTrait
- Direct Known Subclasses:
GraphiteAquaSkin,GraphiteElectricSkin,GraphiteGoldSkin,GraphiteSiennaSkin,GraphiteSkin,GraphiteSunsetSkin
Base class for accented
Graphite skins. This class is part of officially supported API.-
Nested Class Summary
Nested classes/interfaces inherited from class org.pushingpixels.radiance.theming.api.RadianceSkin.Accented
RadianceSkin.Accented.AccentBuilderNested classes/interfaces inherited from class org.pushingpixels.radiance.theming.api.RadianceSkin
RadianceSkin.Accented -
Field Summary
FieldsFields inherited from class org.pushingpixels.radiance.theming.api.RadianceSkin
buttonShaper, decorationPainter, highlightOutlinePainter, highlightSurfacePainter, outlinePainter, surfacePainter -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedGraphiteAccentedSkin(RadianceSkin.Accented.AccentBuilder accentBuilder) Creates a new accentedGraphiteskin. -
Method Summary
Methods inherited from class org.pushingpixels.radiance.theming.api.RadianceSkin.Accented
getDefaultAreaActiveTokens, getDefaultAreaHighlightTokens, getDefaultAreaMutedTokens, getDefaultAreaNeutralTokens, getDefaultAreaPaletteColorResolver, getDefaultAreaSelectedTokens, getHeaderAreaActiveTokens, getHeaderAreaHighlightTokens, getHeaderAreaMutedTokens, getHeaderAreaNeutralTokensMethods inherited from class org.pushingpixels.radiance.theming.api.RadianceSkin
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.pushingpixels.radiance.theming.api.trait.RadianceTrait
getDisplayName
-
Field Details
-
graphiteDefaultBundle
-
-
Constructor Details
-
GraphiteAccentedSkin
Creates a new accentedGraphiteskin.
-