Uses of Class
org.pushingpixels.radiance.theming.api.RadianceSkin
-
-
Uses of RadianceSkin in org.pushingpixels.radiance.theming.api
Subclasses of RadianceSkin in org.pushingpixels.radiance.theming.api Modifier and Type Class Description static class
RadianceSkin.Accented
Base class for skins that can be configured with accent color schemes.Fields in org.pushingpixels.radiance.theming.api declared as RadianceSkin Modifier and Type Field Description private static RadianceSkin
RadianceThemingCortex.GlobalScope. currentSkin
The current Radiance skin.private RadianceSkin
RadianceLookAndFeel. skin
The skin of this look-and-feel instance.Methods in org.pushingpixels.radiance.theming.api that return RadianceSkin Modifier and Type Method Description static RadianceSkin
RadianceThemingCortex.ComponentScope. getCurrentSkin(java.awt.Component c)
Returns the current skin for the specified component.static RadianceSkin
RadianceThemingCortex.GlobalScope. getCurrentSkin()
Returns the current global skin.RadianceSkin
RadianceSkin. transform(ColorSchemeTransform transform, java.lang.String name)
Creates a new skin that has the same settings as this skin with the addition of applying the specified color scheme transformation on all the relevant color schemes.Methods in org.pushingpixels.radiance.theming.api with parameters of type RadianceSkin Modifier and Type Method Description java.lang.Object[]
RadianceThemingComponentPlugin. getDefaults(RadianceSkin skin)
Retrieves a collection of custom settings based on the specified skin.static boolean
RadianceThemingCortex.GlobalScope. setSkin(RadianceSkin newSkin)
Sets the specified skin.(package private) static boolean
RadianceThemingCortex.GlobalScope. setSkin(RadianceSkin newSkin, boolean toUpdateWindows)
Sets the specified skin.static void
RadianceThemingCortex.RootPaneScope. setSkin(javax.swing.JRootPane rootPane, RadianceSkin skin)
Specifies a skin to be used on the specific root pane.Constructors in org.pushingpixels.radiance.theming.api with parameters of type RadianceSkin Constructor Description RadianceLookAndFeel(RadianceSkin skin)
Creates a new skin-based Radiance look-and-feel. -
Uses of RadianceSkin in org.pushingpixels.radiance.theming.api.painter.decoration
Methods in org.pushingpixels.radiance.theming.api.painter.decoration with parameters of type RadianceSkin Modifier and Type Method Description void
ArcDecorationPainter. paintDecorationArea(java.awt.Graphics2D graphics, java.awt.Component comp, RadianceThemingSlices.DecorationAreaType decorationAreaType, int width, int height, RadianceSkin skin)
void
ClassicDecorationPainter. paintDecorationArea(java.awt.Graphics2D graphics, java.awt.Component comp, RadianceThemingSlices.DecorationAreaType decorationAreaType, int width, int height, RadianceSkin skin)
void
FlatDecorationPainter. paintDecorationArea(java.awt.Graphics2D graphics, java.awt.Component comp, RadianceThemingSlices.DecorationAreaType decorationAreaType, int width, int height, RadianceSkin skin)
void
FractionBasedDecorationPainter. paintDecorationArea(java.awt.Graphics2D graphics, java.awt.Component comp, RadianceThemingSlices.DecorationAreaType decorationAreaType, int width, int height, RadianceSkin skin)
void
ImageWrapperDecorationPainter. paintDecorationArea(java.awt.Graphics2D graphics, java.awt.Component comp, RadianceThemingSlices.DecorationAreaType decorationAreaType, int width, int height, RadianceSkin skin)
void
MatteDecorationPainter. paintDecorationArea(java.awt.Graphics2D graphics, java.awt.Component comp, RadianceThemingSlices.DecorationAreaType decorationAreaType, int width, int height, RadianceSkin skin)
void
RadianceDecorationPainter. paintDecorationArea(java.awt.Graphics2D graphics, java.awt.Component comp, RadianceThemingSlices.DecorationAreaType decorationAreaType, int width, int height, RadianceSkin skin)
Paints the decoration area as a fully filled rectangle.private void
ImageWrapperDecorationPainter. paintExtraBackground(java.awt.Graphics2D graphics, java.awt.Component comp, RadianceThemingSlices.DecorationAreaType decorationAreaType, int width, int height, RadianceSkin skin)
Paints the background of non-title decoration areas.private void
ImageWrapperDecorationPainter. paintTitleBackground(java.awt.Graphics2D graphics, java.awt.Component comp, RadianceThemingSlices.DecorationAreaType decorationAreaType, int width, int height, RadianceSkin skin)
Paints the title background. -
Uses of RadianceSkin in org.pushingpixels.radiance.theming.api.painter.overlay
Methods in org.pushingpixels.radiance.theming.api.painter.overlay with parameters of type RadianceSkin Modifier and Type Method Description void
BottomLineOverlayPainter. paintOverlay(java.awt.Graphics2D g, java.awt.Component comp, RadianceThemingSlices.DecorationAreaType decorationAreaType, int width, int height, RadianceSkin skin)
void
BottomShadowOverlayPainter. paintOverlay(java.awt.Graphics2D graphics, java.awt.Component comp, RadianceThemingSlices.DecorationAreaType decorationAreaType, int width, int height, RadianceSkin skin)
void
RadianceOverlayPainter. paintOverlay(java.awt.Graphics2D graphics, java.awt.Component comp, RadianceThemingSlices.DecorationAreaType decorationAreaType, int width, int height, RadianceSkin skin)
Paints the overlay.void
TopBezelOverlayPainter. paintOverlay(java.awt.Graphics2D g, java.awt.Component comp, RadianceThemingSlices.DecorationAreaType decorationAreaType, int width, int height, RadianceSkin skin)
void
TopLineOverlayPainter. paintOverlay(java.awt.Graphics2D g, java.awt.Component comp, RadianceThemingSlices.DecorationAreaType decorationAreaType, int width, int height, RadianceSkin skin)
void
TopShadowOverlayPainter. paintOverlay(java.awt.Graphics2D graphics, java.awt.Component comp, RadianceThemingSlices.DecorationAreaType decorationAreaType, int width, int height, RadianceSkin skin)
-
Uses of RadianceSkin in org.pushingpixels.radiance.theming.api.skin
Subclasses of RadianceSkin in org.pushingpixels.radiance.theming.api.skin Modifier and Type Class Description class
AutumnSkin
Autumn
skin.class
BusinessAccentedSkin
Base class for accentedBusiness
skins.class
BusinessBlackSteelSkin
Business Black Steel
skin.class
BusinessBlueSteelSkin
Business Blue Steel
skin.class
BusinessSkin
Business
skin.class
CeruleanSkin
Cerulean
skin.class
CremeAccentedSkin
Base class for accentedCreme
skins.class
CremeCoffeeSkin
Creme Coffee
skin.class
CremeSkin
Creme
skin.class
DustAccentedSkin
Base class for accentedDust
skins.class
DustCoffeeSkin
Dust Coffee
skin.class
DustSkin
Dust
skin.class
GeminiSkin
Gemini
skin.class
GraphiteAccentedSkin
Base class for accentedGraphite
skins.class
GraphiteAquaSkin
Graphite Aqua
skin.class
GraphiteChalkSkin
Graphite Chalk
skin.class
GraphiteElectricSkin
Graphite Electric
skin.class
GraphiteGlassSkin
Graphite Glass
skin.class
GraphiteGoldSkin
Graphite Gold
skin.class
GraphiteSiennaSkin
Graphite Sienna
skin.class
GraphiteSkin
Graphite
skin.class
GraphiteSunsetSkin
Graphite Sunset
skin.class
GreenMagicSkin
Green Magic
skin.class
MagellanSkin
Magellan
skin.class
MarinerSkin
Mariner
skin.class
MistAccentedSkin
Base class for accentedMist
skins.class
MistAquaSkin
Mist Aqua
skin.class
MistSilverSkin
Mist Silver
skin.class
ModerateSkin
Moderate
skin.class
NebulaAccentedSkin
Base class for accentedNebula
skins.class
NebulaAmethystSkin
Nebula Amethyst
skin.class
NebulaBrickWallSkin
Nebula Brick Wall
skin.class
NebulaSkin
Nebula
skin.class
NightShadeSkin
Night Shade
skin.class
RavenSkin
Raven
skin.class
SaharaSkin
Sahara
skin.class
SentinelSkin
Sentinel
skin.class
TwilightSkin
Twilight
skin. -
Uses of RadianceSkin in org.pushingpixels.radiance.theming.extras.api.painterpack.decoration
Methods in org.pushingpixels.radiance.theming.extras.api.painterpack.decoration with parameters of type RadianceSkin Modifier and Type Method Description void
Glass3DDecorationPainter. paintDecorationArea(java.awt.Graphics2D graphics, java.awt.Component comp, RadianceThemingSlices.DecorationAreaType decorationAreaType, int width, int height, RadianceSkin skin)
-
Uses of RadianceSkin in org.pushingpixels.radiance.theming.extras.api.skinpack
Subclasses of RadianceSkin in org.pushingpixels.radiance.theming.extras.api.skinpack Modifier and Type Class Description class
FieldOfWheatSkin
Field of Wheat
skin.class
HarvestSkin
Harvest
skin.class
MagmaSkin
Magma
skin.class
OfficeBlack2007Skin
Office Black 2007
skin.class
OfficeBlue2007Skin
Office Blue 2007
skin.class
OfficeSilver2007Skin
Office Silver 2007
skin.class
StreetlightsSkin
Streelights
skin. -
Uses of RadianceSkin in org.pushingpixels.radiance.theming.internal
Methods in org.pushingpixels.radiance.theming.internal with parameters of type RadianceSkin Modifier and Type Method Description void
RadiancePluginRepository. processAllDefaultsEntriesComponentPlugins(javax.swing.UIDefaults table, RadianceSkin skin)
Helper function to process the (possibly) skin-dependent default settings of all available component plugins. -
Uses of RadianceSkin in org.pushingpixels.radiance.theming.internal.painter
Methods in org.pushingpixels.radiance.theming.internal.painter with parameters of type RadianceSkin Modifier and Type Method Description static void
OverlayPainterUtils. paintOverlays(java.awt.Graphics g, java.awt.Component c, RadianceSkin skin, RadianceThemingSlices.DecorationAreaType decorationAreaType)
Paints all registered overlays on the specified component. -
Uses of RadianceSkin in org.pushingpixels.radiance.theming.internal.plugin
Methods in org.pushingpixels.radiance.theming.internal.plugin with parameters of type RadianceSkin Modifier and Type Method Description java.lang.Object[]
ColorChooserPlugin. getDefaults(RadianceSkin skin)
-
Uses of RadianceSkin in org.pushingpixels.radiance.theming.internal.utils
Methods in org.pushingpixels.radiance.theming.internal.utils that return RadianceSkin Modifier and Type Method Description static RadianceSkin
RadianceCoreUtilities. getSkin(java.awt.Component c)
Returns the skin of the specified component.Methods in org.pushingpixels.radiance.theming.internal.utils with parameters of type RadianceSkin Modifier and Type Method Description static void
SkinUtilities. addCustomEntriesToTable(javax.swing.UIDefaults uiDefaults, RadianceSkin skin)
Adds skin-specific entries to the UI defaults table.static java.awt.Color
RadianceCoreUtilities. getBackgroundFill(RadianceSkin skin, RadianceThemingSlices.DecorationAreaType decorationAreaType)
-