Class ModerateSkin
- java.lang.Object
-
- org.pushingpixels.substance.api.SubstanceSkin
-
- org.pushingpixels.substance.api.skin.ModerateSkin
-
- All Implemented Interfaces:
SubstanceTrait
public class ModerateSkin extends SubstanceSkin
Moderate
skin. This class is part of officially supported API.- Since:
- version 3.1
-
-
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 String
NAME
Display name forthis
skin.-
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 ModerateSkin()
Creates a newModerate
skin.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
Returns 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 Detail
-
NAME
public static final String NAME
Display name forthis
skin.- See Also:
- Constant Field Values
-
-
Method Detail
-
getDisplayName
public String getDisplayName()
Description copied from interface:SubstanceTrait
Returns the display name ofthis
trait. This method is part of officially supported API.- Returns:
- The display name of
this
trait.
-
-