Class OfficeBlue2007Skin
java.lang.Object
org.pushingpixels.radiance.theming.api.RadianceSkin
org.pushingpixels.radiance.theming.extras.api.skinpack.OfficeBlue2007Skin
- All Implemented Interfaces:
RadianceTrait
Office Blue 2007
skin. This class is part of officially
supported API.-
Nested Class Summary
Nested classes/interfaces inherited from class org.pushingpixels.radiance.theming.api.RadianceSkin
RadianceSkin.Accented, RadianceSkin.ColorSchemes
-
Field Summary
FieldsFields inherited from class org.pushingpixels.radiance.theming.api.RadianceSkin
borderPainter, buttonShaper, decorationPainter, fillPainter, highlightBorderPainter, highlightFillPainter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the display name ofthis
trait.Methods inherited from class org.pushingpixels.radiance.theming.api.RadianceSkin
addOverlayPainter, clearOverlayPainters, getActiveColorScheme, getAlpha, getBackgroundColorScheme, getBorderPainter, getButtonShaper, getColorScheme, getColorScheme, getColorScheme, getColorSchemes, getDecorationPainter, getDirectColorScheme, getDisabledColorScheme, getEnabledColorScheme, getFillPainter, getHighlightAlpha, getHighlightBorderPainter, getHighlightFillPainter, getOptionPaneIconColorScheme, getOverlayColor, getOverlayPainters, isRegisteredAsDecorationArea, isValid, registerAsDecorationArea, registerAsDecorationArea, registerDecorationAreaSchemeBundle, registerDecorationAreaSchemeBundle, removeOverlayPainter, setOptionPaneIconColorScheme, setOverlayColor, transform
-
Field Details
-
NAME
Display name forthis
skin.- See Also:
-
-
Constructor Details
-
OfficeBlue2007Skin
public OfficeBlue2007Skin()Creates a newOffice Blue 2007
skin.
-
-
Method Details
-
getDisplayName
Description copied from interface:RadianceTrait
Returns the display name ofthis
trait. This method is part of officially supported API.- Returns:
- The display name of
this
trait.
-