Class NebulaAccentedSkin
- java.lang.Object
-
- org.pushingpixels.substance.api.SubstanceSkin
-
- org.pushingpixels.substance.api.SubstanceSkin.Accented
-
- org.pushingpixels.substance.api.skin.NebulaAccentedSkin
-
- All Implemented Interfaces:
SubstanceTrait
- Direct Known Subclasses:
NebulaAmethystSkin,NebulaBrickWallSkin,NebulaSkin
public abstract class NebulaAccentedSkin extends SubstanceSkin.Accented
Base class for accentedNebulaskins. This class is part of officially supported API.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.pushingpixels.substance.api.SubstanceSkin
SubstanceSkin.Accented, SubstanceSkin.ColorSchemes
-
Nested classes/interfaces inherited from class org.pushingpixels.substance.api.SubstanceSkin.Accented
SubstanceSkin.Accented.AccentBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected BottomLineOverlayPainterbottomLineOverlayPainterOverlay painter to paint separator lines on some decoration areas.-
Fields inherited from class org.pushingpixels.substance.api.SubstanceSkin
borderPainter, buttonShaper, decorationPainter, DEFAULT_TAB_FADE_END, DEFAULT_TAB_FADE_START, fillPainter, highlightBorderPainter, highlightPainter, tabFadeEnd, tabFadeStart
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedNebulaAccentedSkin(SubstanceSkin.Accented.AccentBuilder accentBuilder)Creates a new base accentedNebulaskin.
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from class org.pushingpixels.substance.api.SubstanceSkin
addOverlayPainter, clearOverlayPainters, getActiveColorScheme, getAlpha, getBackgroundColorScheme, getBorderPainter, getButtonShaper, getColorScheme, getColorScheme, getColorScheme, getColorSchemes, getDecorationPainter, getDirectColorScheme, getDisabledColorScheme, getEnabledColorScheme, getFillPainter, getHighlightAlpha, getHighlightBorderPainter, getHighlightPainter, getOptionPaneIconColorScheme, getOverlayColor, getOverlayPainters, getTabFadeEnd, getTabFadeStart, isRegisteredAsDecorationArea, isValid, registerAsDecorationArea, registerAsDecorationArea, registerDecorationAreaSchemeBundle, registerDecorationAreaSchemeBundle, removeOverlayPainter, setOptionPaneIconColorScheme, setOverlayColor, setTabFadeEnd, setTabFadeStart, transform
-
Methods inherited from class org.pushingpixels.substance.api.SubstanceSkin.Accented
getActiveControlsAccent, getBackgroundAccent, getEnabledControlsAccent, getHighlightsAccent, getWindowChromeAccent
-
Methods inherited from interface org.pushingpixels.substance.api.trait.SubstanceTrait
getDisplayName
-
-
-
-
Field Detail
-
bottomLineOverlayPainter
protected BottomLineOverlayPainter bottomLineOverlayPainter
Overlay painter to paint separator lines on some decoration areas.
-
-
Constructor Detail
-
NebulaAccentedSkin
protected NebulaAccentedSkin(SubstanceSkin.Accented.AccentBuilder accentBuilder)
Creates a new base accentedNebulaskin.
-
-