Class NebulaBrickWallSkin
- java.lang.Object
-
- org.pushingpixels.substance.api.SubstanceSkin
-
- org.pushingpixels.substance.api.skin.NebulaSkin
-
- org.pushingpixels.substance.api.skin.NebulaBrickWallSkin
-
- All Implemented Interfaces:
SubstanceTrait
public class NebulaBrickWallSkin extends NebulaSkin
Nebula Brick Wallskin. This class is part of officially supported API.- Since:
- version 4.0
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.pushingpixels.substance.api.SubstanceSkin
SubstanceSkin.ColorSchemes
-
-
Field Summary
Fields Modifier and Type Field Description static StringNAMEDisplay name forthisskin.-
Fields 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 Constructor Description NebulaBrickWallSkin()Creates a newNebula Brick Wallskin.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDisplayName()Returns the display name ofthistrait.-
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 Detail
-
NAME
public static final String NAME
Display name forthisskin.- See Also:
- Constant Field Values
-
-
Method Detail
-
getDisplayName
public String getDisplayName()
Description copied from interface:SubstanceTraitReturns the display name ofthistrait. This method is part of officially supported API.- Specified by:
getDisplayNamein interfaceSubstanceTrait- Overrides:
getDisplayNamein classNebulaSkin- Returns:
- The display name of
thistrait.
-
-