Class DustCoffeeSkin
java.lang.Object
org.pushingpixels.substance.api.SubstanceSkin
org.pushingpixels.substance.api.skin.DustSkin
org.pushingpixels.substance.api.skin.DustCoffeeSkin
- All Implemented Interfaces:
SubstanceTrait
Dust Coffee
skin. This class is part of officially supported
API.- Since:
- version 5.2
-
Nested Class Summary
Nested classes/interfaces inherited from class org.pushingpixels.substance.api.SubstanceSkin
SubstanceSkin.ColorSchemes
-
Field Summary
FieldsFields inherited from class org.pushingpixels.substance.api.SubstanceSkin
backgroundColorSchemeMap, borderPainter, buttonShaper, colorSchemeBundleMap, decoratedAreaSet, decorationPainter, fillPainter, highlightBorderPainter, highlightPainter, overlayPaintersMap, selectedTabFadeEnd, selectedTabFadeStart, watermark, watermarkScheme
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the display name ofthis
trait.Methods inherited from class org.pushingpixels.substance.api.SubstanceSkin
addCustomEntriesToTable, addOverlayPainter, getActiveColorScheme, getAlpha, getBackgroundColorScheme, getBorderPainter, getButtonShaper, getColorScheme, getColorScheme, getColorScheme, getColorSchemes, getColorSchemes, getDecorationPainter, getDisabledColorScheme, getEnabledColorScheme, getFillPainter, getHighlightAlpha, getHighlightBorderPainter, getHighlightPainter, getOverlayPainters, getSelectedTabFadeEnd, getSelectedTabFadeStart, getWatermark, getWatermarkColorScheme, isRegisteredAsDecorationArea, isValid, registerAsDecorationArea, registerDecorationAreaSchemeBundle, registerDecorationAreaSchemeBundle, removeOverlayPainter, setSelectedTabFadeEnd, setSelectedTabFadeStart, transform
-
Field Details
-
NAME
Display name forthis
skin.- See Also:
-
-
Constructor Details
-
DustCoffeeSkin
public DustCoffeeSkin()Creates a newDust Coffee
skin.
-
-
Method Details
-
getDisplayName
Description copied from interface:SubstanceTrait
Returns the display name ofthis
trait. This method is part of officially supported API.- Specified by:
getDisplayName
in interfaceSubstanceTrait
- Overrides:
getDisplayName
in classDustSkin
- Returns:
- The display name of
this
trait.
-