Class MarinerSkin
- java.lang.Object
-
- org.pushingpixels.substance.api.SubstanceSkin
-
- org.pushingpixels.substance.api.skin.MarinerSkin
-
- All Implemented Interfaces:
SubstanceTrait
public class MarinerSkin extends SubstanceSkin
Marinerskin. 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
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNAMEDisplay name forthisskin.-
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 Constructor Description MarinerSkin()Creates a newMarinerskin.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDisplayName()Returns the display name ofthistrait.-
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
-
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
Display name forthisskin.- See Also:
- Constant Field Values
-
-
Method Detail
-
getDisplayName
public java.lang.String getDisplayName()
Description copied from interface:SubstanceTraitReturns the display name ofthistrait. This method is part of officially supported API.- Returns:
- The display name of
thistrait.
-
-