Uses of Interface
org.pushingpixels.radiance.theming.api.colorscheme.RadianceColorScheme
-
-
Uses of RadianceColorScheme in org.pushingpixels.radiance.component.api.common.icon
Methods in org.pushingpixels.radiance.component.api.common.icon with parameters of type RadianceColorScheme Modifier and Type Method Description void
CommandButtonFollowColorSchemeIcon.Delegate. drawColorSchemeIcon(java.awt.Graphics2D g, RadianceColorScheme scheme, float alpha, int width, int height)
Draws the icon that matches the specified color scheme. -
Uses of RadianceColorScheme in org.pushingpixels.radiance.component.internal.theming.common
Methods in org.pushingpixels.radiance.component.internal.theming.common with parameters of type RadianceColorScheme Modifier and Type Method Description void
BladeTransitionAwareRadianceIcon.Delegate. drawColorSchemeIcon(java.awt.Graphics2D g, RadianceColorScheme scheme, int width, int height)
Draws the icon that matches the specified color scheme. -
Uses of RadianceColorScheme in org.pushingpixels.radiance.component.internal.theming.utils
Methods in org.pushingpixels.radiance.component.internal.theming.utils with parameters of type RadianceColorScheme Modifier and Type Method Description private static void
RibbonTaskToggleButtonBackgroundDelegate. drawFullAlphaBackgroundImage(java.awt.Graphics2D g, JRibbonTaskToggleButton button, RadianceColorScheme fillScheme, RadianceColorScheme borderScheme, RadianceBorderPainter borderPainter)
-
Uses of RadianceColorScheme in org.pushingpixels.radiance.theming.api
Fields in org.pushingpixels.radiance.theming.api declared as RadianceColorScheme Modifier and Type Field Description private RadianceColorScheme
RadianceColorSchemeBundle. activeColorScheme
The active color scheme of this bundle.private RadianceColorScheme
RadianceSkin.Accented.AccentBuilder. activeControlsAccent
private RadianceColorScheme
RadianceSkin.Accented. activeControlsAccent
private RadianceColorScheme
RadianceSkin.Accented.AccentBuilder. backgroundAccent
private RadianceColorScheme
RadianceSkin.Accented. backgroundAccent
private RadianceColorScheme
RadianceColorSchemeBundle. disabledColorScheme
The disabled color scheme of this bundle.private RadianceColorScheme
RadianceColorSchemeBundle. disabledSelectedScheme
If there is no explicitly registered color scheme for the disabled selected component state, this field will contain a synthesized color scheme for the disabled selected state.private RadianceColorScheme
RadianceColorSchemeBundle. enabledColorScheme
The enabled color scheme of this bundle.private RadianceColorScheme
RadianceSkin.Accented.AccentBuilder. enabledControlsAccent
private RadianceColorScheme
RadianceSkin.Accented. enabledControlsAccent
private RadianceColorScheme
RadianceSkin.Accented.AccentBuilder. highlightsAccent
private RadianceColorScheme
RadianceSkin.Accented. highlightsAccent
private RadianceColorScheme
RadianceColorSchemeBundle. pressedScheme
If there is no explicitly registered color scheme for pressed component state, this field will contain a synthesized color scheme for the pressed state.private RadianceColorScheme
RadianceColorSchemeBundle. rolloverSelectedScheme
If there is no explicitly registered color scheme for the rollover selected component state, this field will contain a synthesized color scheme for the rollover selected state.private RadianceColorScheme
RadianceColorSchemeBundle. selectedScheme
If there is no explicitly registered color scheme for the selected component state, this field will contain a synthesized color scheme for the selected state.private RadianceColorScheme
RadianceSkin.Accented.AccentBuilder. windowChromeAccent
private RadianceColorScheme
RadianceSkin.Accented. windowChromeAccent
Fields in org.pushingpixels.radiance.theming.api with type parameters of type RadianceColorScheme Modifier and Type Field Description private java.util.Map<RadianceThemingSlices.DecorationAreaType,RadianceColorScheme>
RadianceSkin. backgroundColorSchemeMap
Maps decoration area type to the background color schemes.private java.util.Map<RadianceThemingSlices.ColorSchemeAssociationKind,java.util.Map<ComponentState,RadianceColorScheme>>
RadianceColorSchemeBundle. colorSchemeMap
Maps from color scheme association kinds to the map of color schemes.private java.util.Map<java.lang.Integer,RadianceColorScheme>
RadianceSkin. optionPaneIconColorSchemeMap
Methods in org.pushingpixels.radiance.theming.api that return RadianceColorScheme Modifier and Type Method Description RadianceColorScheme
RadianceSkin.ColorSchemes. get(java.lang.String displayName)
Returns the color scheme based on its display name.RadianceColorScheme
RadianceColorSchemeBundle. getActiveColorScheme()
Returns the active color scheme of this bundle.RadianceColorScheme
RadianceSkin. getActiveColorScheme(RadianceThemingSlices.DecorationAreaType decorationAreaType)
Returns the main active color scheme for the specific decoration area type.RadianceColorScheme
RadianceSkin.Accented. getActiveControlsAccent()
RadianceColorScheme
RadianceSkin.Accented. getBackgroundAccent()
RadianceColorScheme
RadianceSkin. getBackgroundColorScheme(RadianceThemingSlices.DecorationAreaType decorationAreaType)
Returns the background color scheme for the specified decoration area type.RadianceColorScheme
RadianceColorSchemeBundle. getColorScheme(ComponentState componentState)
Returns the color scheme of the specified component in the specified component state.RadianceColorScheme
RadianceColorSchemeBundle. getColorScheme(RadianceThemingSlices.ColorSchemeAssociationKind associationKind, ComponentState componentState, boolean allowFallback)
Returns the color scheme to be used for painting the specified visual area of the component under the specified component state.RadianceColorScheme
RadianceSkin. getColorScheme(java.awt.Component comp, ComponentState componentState)
Returns the color scheme of the specified component in the specified component state.RadianceColorScheme
RadianceSkin. getColorScheme(java.awt.Component comp, RadianceThemingSlices.ColorSchemeAssociationKind associationKind, ComponentState componentState)
Returns the color scheme to be used for painting the specified visual area of the component under the specified component state.RadianceColorScheme
RadianceSkin. getColorScheme(RadianceThemingSlices.DecorationAreaType decorationAreaType, RadianceThemingSlices.ColorSchemeAssociationKind associationKind, ComponentState componentState)
Returns the color scheme to be used for painting the specified visual area of components in the specified decoration area.RadianceColorScheme
RadianceSkin. getDirectColorScheme(java.awt.Component comp, RadianceThemingSlices.ColorSchemeAssociationKind associationKind, ComponentState componentState)
Returns the color scheme to be used for painting the specified visual area of the component under the specified component state.RadianceColorScheme
RadianceColorSchemeBundle. getDisabledColorScheme()
Returns the disabled color scheme of this bundle.RadianceColorScheme
RadianceSkin. getDisabledColorScheme(RadianceThemingSlices.DecorationAreaType decorationAreaType)
Returns the main disabled color scheme for the specific decoration area type.RadianceColorScheme
RadianceColorSchemeBundle. getEnabledColorScheme()
Returns the enabled color scheme of this bundle.RadianceColorScheme
RadianceSkin. getEnabledColorScheme(RadianceThemingSlices.DecorationAreaType decorationAreaType)
Returns the main enabled color scheme for the specific decoration area type.RadianceColorScheme
RadianceSkin.Accented. getEnabledControlsAccent()
RadianceColorScheme
RadianceSkin.Accented. getHighlightsAccent()
RadianceColorScheme
RadianceSkin. getOptionPaneIconColorScheme(int optionPaneMessageType)
RadianceColorScheme
RadianceSkin.Accented. getWindowChromeAccent()
Methods in org.pushingpixels.radiance.theming.api that return types with arguments of type RadianceColorScheme Modifier and Type Method Description java.util.Collection<RadianceColorScheme>
RadianceSkin.ColorSchemes. getAll()
Returns all the color schemes handled by this object.Methods in org.pushingpixels.radiance.theming.api with parameters of type RadianceColorScheme Modifier and Type Method Description void
RadianceSkin. registerAsDecorationArea(RadianceColorScheme backgroundColorScheme, RadianceColorSchemeBundle.Overlay noneTransformationOverlay, RadianceThemingSlices.DecorationAreaType... areaTypes)
Registers the specified background color scheme and a color scheme bundle overlay to be used on controls in decoration areas.void
RadianceSkin. registerAsDecorationArea(RadianceColorScheme backgroundColorScheme, RadianceThemingSlices.DecorationAreaType... areaTypes)
Registers the specified background color scheme to be used on controls in decoration areas.void
RadianceColorSchemeBundle. registerColorScheme(RadianceColorScheme stateColorScheme, ComponentState... states)
Registers a color scheme for the specific component state.void
RadianceColorSchemeBundle. registerColorScheme(RadianceColorScheme scheme, RadianceThemingSlices.ColorSchemeAssociationKind associationKind, ComponentState... states)
Registers the color scheme to be used for the specified visual area of controls under the specified states.void
RadianceSkin. registerDecorationAreaSchemeBundle(RadianceColorSchemeBundle bundle, RadianceColorScheme backgroundColorScheme, RadianceThemingSlices.DecorationAreaType... areaTypes)
Registers the specified color scheme bundle and background color scheme to be used on controls in decoration areas.void
RadianceColorSchemeBundle. registerHighlightColorScheme(RadianceColorScheme stateHighlightScheme, ComponentState... states)
Registers a highlight color scheme for the specific component state if the component state is notnull
, or a global highlight color scheme otherwise.void
RadianceSkin. setOptionPaneIconColorScheme(RadianceColorScheme colorScheme, int... optionPaneMessageTypes)
RadianceSkin.Accented.AccentBuilder
RadianceSkin.Accented.AccentBuilder. withActiveControlsAccent(RadianceColorScheme activeControlsAccent)
RadianceSkin.Accented.AccentBuilder
RadianceSkin.Accented.AccentBuilder. withBackgroundAccent(RadianceColorScheme backgroundAccent)
RadianceSkin.Accented.AccentBuilder
RadianceSkin.Accented.AccentBuilder. withEnabledControlsAccent(RadianceColorScheme enabledControlsAccent)
RadianceSkin.Accented.AccentBuilder
RadianceSkin.Accented.AccentBuilder. withHighlightsAccent(RadianceColorScheme highlightsAccent)
RadianceSkin.Accented.AccentBuilder
RadianceSkin.Accented.AccentBuilder. withWindowChromeAccent(RadianceColorScheme windowChromeAccent)
Constructors in org.pushingpixels.radiance.theming.api with parameters of type RadianceColorScheme Constructor Description RadianceColorSchemeBundle(RadianceColorScheme activeColorScheme, RadianceColorScheme enabledColorScheme, RadianceColorScheme disabledColorScheme)
Creates a new color scheme bundle. -
Uses of RadianceColorScheme in org.pushingpixels.radiance.theming.api.colorscheme
Classes in org.pushingpixels.radiance.theming.api.colorscheme that implement RadianceColorScheme Modifier and Type Class Description class
AquaColorScheme
Aqua color scheme.class
BarbyPinkColorScheme
Barby pink color scheme.class
BaseColorScheme
Base class for Radiance color schemes.class
BaseDarkColorScheme
Base class for dark color schemes.class
BaseLightColorScheme
Base class for light color schemes.class
BottleGreenColorScheme
Bottle green color scheme.class
BrownColorScheme
Brown color scheme.class
CharcoalColorScheme
Charcoal color scheme.class
CremeColorScheme
Brown color scheme.class
DarkGrayColorScheme
Dark gray color scheme.class
DarkMetallicColorScheme
Dark metallic color scheme.class
DarkVioletColorScheme
Dark violet color scheme.class
DesertSandColorScheme
Desert Sand color scheme.class
EbonyColorScheme
Ebony color scheme.class
JadeForestColorScheme
Jade Forest color scheme.class
LightAquaColorScheme
Light aqua color scheme.class
LightGrayColorScheme
Light gray color scheme.class
LimeGreenColorScheme
Lime green color scheme.class
MetallicColorScheme
Metallic color scheme.class
OliveColorScheme
Olive color scheme.class
OrangeColorScheme
Orange color scheme.class
PurpleColorScheme
Purple color scheme.class
RaspberryColorScheme
Raspberry color scheme.class
SepiaColorScheme
Sepia color scheme.class
SteelBlueColorScheme
Steel Blue color scheme.class
SunfireRedColorScheme
Sunfire Red color scheme.class
SunGlareColorScheme
Sun Glare color scheme.class
SunsetColorScheme
Sunset color scheme.class
TerracottaColorScheme
Terracotta color scheme.class
UltramarineColorScheme
Ultramarine color scheme.Fields in org.pushingpixels.radiance.theming.api.colorscheme declared as RadianceColorScheme Modifier and Type Field Description private RadianceColorScheme
DerivedColorsResolverDark. scheme
The original color scheme.private RadianceColorScheme
DerivedColorsResolverLight. scheme
The original color scheme.Methods in org.pushingpixels.radiance.theming.api.colorscheme that return RadianceColorScheme Modifier and Type Method Description RadianceColorScheme
BaseColorScheme. blendWith(RadianceColorScheme otherScheme, double likenessToThisScheme)
RadianceColorScheme
RadianceColorScheme. blendWith(RadianceColorScheme otherScheme, double likenessToThisScheme)
Creates a blended version ofthis
color scheme based on another color scheme.RadianceColorScheme
BaseColorScheme. hueShift(double hueShiftFactor)
RadianceColorScheme
RadianceColorScheme. hueShift(double hueShiftFactor)
Creates a hue-shifted (in HSB space) version ofthis
color scheme.RadianceColorScheme
BaseColorScheme. invert()
RadianceColorScheme
RadianceColorScheme. invert()
Creates an inverted version ofthis
scheme.RadianceColorScheme
BaseColorScheme. named(java.lang.String colorSchemeDisplayName)
RadianceColorScheme
RadianceColorScheme. named(java.lang.String colorSchemeDisplayName)
This method is a fluent-interface builder utility for setting the display name for this color scheme.RadianceColorScheme
BaseColorScheme. negate()
RadianceColorScheme
RadianceColorScheme. negate()
Creates a negated version ofthis
scheme.RadianceColorScheme
BaseColorScheme. saturate(double saturateFactor)
RadianceColorScheme
RadianceColorScheme. saturate(double saturateFactor)
Creates a saturated or desaturated version ofthis
scheme.RadianceColorScheme
BaseColorScheme. shade(double shadeFactor)
RadianceColorScheme
RadianceColorScheme. shade(double shadeFactor)
Creates a shaded (shifted towards black) version ofthis
color scheme.RadianceColorScheme
BaseColorScheme. shift(java.awt.Color backgroundShiftColor, double backgroundShiftFactor, java.awt.Color foregroundShiftColor, double foregroundShiftFactor)
RadianceColorScheme
RadianceColorScheme. shift(java.awt.Color backgroundShiftColor, double backgroundShiftFactor, java.awt.Color foregroundShiftColor, double foregroundShiftFactor)
Creates a shift version ofthis
scheme.RadianceColorScheme
BaseColorScheme. shiftBackground(java.awt.Color backgroundShiftColor, double backgroundShiftFactor)
RadianceColorScheme
RadianceColorScheme. shiftBackground(java.awt.Color backgroundShiftColor, double backgroundShiftFactor)
Creates a shift version ofthis
scheme.RadianceColorScheme
BaseColorScheme. tint(double tintFactor)
RadianceColorScheme
RadianceColorScheme. tint(double tintFactor)
Creates a tinted (shifted towards white) version ofthis
color scheme.RadianceColorScheme
BaseColorScheme. tone(double toneFactor)
RadianceColorScheme
RadianceColorScheme. tone(double toneFactor)
Creates a toned (shifted towards gray) version ofthis
color scheme.RadianceColorScheme
ColorSchemeTransform. transform(RadianceColorScheme scheme)
Transforms the specified color scheme.Methods in org.pushingpixels.radiance.theming.api.colorscheme with parameters of type RadianceColorScheme Modifier and Type Method Description RadianceColorScheme
BaseColorScheme. blendWith(RadianceColorScheme otherScheme, double likenessToThisScheme)
RadianceColorScheme
RadianceColorScheme. blendWith(RadianceColorScheme otherScheme, double likenessToThisScheme)
Creates a blended version ofthis
color scheme based on another color scheme.java.awt.Color
ColorSchemeSingleColorQuery. query(RadianceColorScheme scheme)
Returns a single color based on the specified color scheme.RadianceColorScheme
ColorSchemeTransform. transform(RadianceColorScheme scheme)
Transforms the specified color scheme.Constructors in org.pushingpixels.radiance.theming.api.colorscheme with parameters of type RadianceColorScheme Constructor Description DerivedColorsResolverDark(RadianceColorScheme scheme)
Creates the resolver of derived colors for the specified dark color scheme.DerivedColorsResolverLight(RadianceColorScheme scheme)
Creates the resolver of derived colors for the specified light color scheme. -
Uses of RadianceColorScheme in org.pushingpixels.radiance.theming.api.icon
Methods in org.pushingpixels.radiance.theming.api.icon with parameters of type RadianceColorScheme Modifier and Type Method Description RadianceIcon
RadianceDefaultIconPack. getAllowedIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceIconPack. getAllowedIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceDefaultIconPack. getCapsLockIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceIconPack. getCapsLockIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceDefaultIconPack. getColorChooserColorPalettesIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceIconPack. getColorChooserColorPalettesIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceDefaultIconPack. getColorChooserColorSlidersIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceIconPack. getColorChooserColorSlidersIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceDefaultIconPack. getColorChooserColorSwatchesIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceIconPack. getColorChooserColorSwatchesIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceDefaultIconPack. getColorChooserColorWheelIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceIconPack. getColorChooserColorWheelIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceDefaultIconPack. getColorChooserCrayonsIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceIconPack. getColorChooserCrayonsIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceDefaultIconPack. getColorChooserImagePalettesIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceIconPack. getColorChooserImagePalettesIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceDefaultIconPack. getFileChooserComputerIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceIconPack. getFileChooserComputerIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceDefaultIconPack. getFileChooserDetailsViewIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceIconPack. getFileChooserDetailsViewIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceDefaultIconPack. getFileChooserDirectoryIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceIconPack. getFileChooserDirectoryIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceDefaultIconPack. getFileChooserFileIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceIconPack. getFileChooserFileIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceDefaultIconPack. getFileChooserFloppyDriveIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceIconPack. getFileChooserFloppyDriveIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceDefaultIconPack. getFileChooserHardDriveIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceIconPack. getFileChooserHardDriveIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceDefaultIconPack. getFileChooserHomeFolderIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceIconPack. getFileChooserHomeFolderIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceDefaultIconPack. getFileChooserListViewIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceIconPack. getFileChooserListViewIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceDefaultIconPack. getFileChooserNewFolderIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceIconPack. getFileChooserNewFolderIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceDefaultIconPack. getFileChooserUpFolderIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceIconPack. getFileChooserUpFolderIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceDefaultIconPack. getFileChooserViewMenuIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceIconPack. getFileChooserViewMenuIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceDefaultIconPack. getInspectIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceIconPack. getInspectIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceDefaultIconPack. getLockIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceIconPack. getLockIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceDefaultIconPack. getNotAllowedIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceIconPack. getNotAllowedIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceDefaultIconPack. getOptionPaneErrorIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceIconPack. getOptionPaneErrorIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceDefaultIconPack. getOptionPaneInformationIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceIconPack. getOptionPaneInformationIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceDefaultIconPack. getOptionPaneQuestionIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceIconPack. getOptionPaneQuestionIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceDefaultIconPack. getOptionPaneWarningIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceIconPack. getOptionPaneWarningIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceDefaultIconPack. getRefreshIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceIconPack. getRefreshIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceDefaultIconPack. getScrollAllIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceIconPack. getScrollAllIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceDefaultIconPack. getScrollHorizontalIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceIconPack. getScrollHorizontalIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceDefaultIconPack. getScrollVerticalIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceIconPack. getScrollVerticalIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceDefaultIconPack. getTextCopyActionIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceIconPack. getTextCopyActionIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceDefaultIconPack. getTextCutActionIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceIconPack. getTextCutActionIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceDefaultIconPack. getTextDeleteActionIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceIconPack. getTextDeleteActionIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceDefaultIconPack. getTextPasteActionIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceIconPack. getTextPasteActionIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceDefaultIconPack. getTextSelectAllActionIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
RadianceIcon
RadianceIconPack. getTextSelectAllActionIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)
-
Uses of RadianceColorScheme in org.pushingpixels.radiance.theming.api.painter.border
Fields in org.pushingpixels.radiance.theming.api.painter.border with type parameters of type RadianceColorScheme Modifier and Type Field Description protected static LazyResettableHashMap<RadianceColorScheme>
DelegateFractionBasedBorderPainter. transformMap
Map of transformed color schemes (to speed up the subsequent lookups).Methods in org.pushingpixels.radiance.theming.api.painter.border that return RadianceColorScheme Modifier and Type Method Description private RadianceColorScheme
DelegateFractionBasedBorderPainter. getShiftScheme(RadianceColorScheme orig)
Retrieves a transformed color scheme.Methods in org.pushingpixels.radiance.theming.api.painter.border with parameters of type RadianceColorScheme Modifier and Type Method Description java.awt.Color
CompositeBorderPainter. getRepresentativeColor(RadianceColorScheme borderScheme)
java.awt.Color
DelegateFractionBasedBorderPainter. getRepresentativeColor(RadianceColorScheme borderScheme)
java.awt.Color
FractionBasedBorderPainter. getRepresentativeColor(RadianceColorScheme borderScheme)
java.awt.Color
RadianceBorderPainter. getRepresentativeColor(RadianceColorScheme borderScheme)
private RadianceColorScheme
DelegateFractionBasedBorderPainter. getShiftScheme(RadianceColorScheme orig)
Retrieves a transformed color scheme.void
CompositeBorderPainter. paintBorder(java.awt.Graphics g, java.awt.Component c, float width, float height, java.awt.Shape contour, java.awt.Shape innerContour, RadianceColorScheme borderScheme)
void
DelegateFractionBasedBorderPainter. paintBorder(java.awt.Graphics g, java.awt.Component c, float width, float height, java.awt.Shape contour, java.awt.Shape innerContour, RadianceColorScheme borderScheme)
void
FractionBasedBorderPainter. paintBorder(java.awt.Graphics g, java.awt.Component c, float width, float height, java.awt.Shape contour, java.awt.Shape innerContour, RadianceColorScheme borderScheme)
void
RadianceBorderPainter. paintBorder(java.awt.Graphics g, java.awt.Component c, float width, float height, java.awt.Shape contour, java.awt.Shape innerContour, RadianceColorScheme borderScheme)
Paints the control border. -
Uses of RadianceColorScheme in org.pushingpixels.radiance.theming.api.painter.decoration
Methods in org.pushingpixels.radiance.theming.api.painter.decoration with parameters of type RadianceColorScheme Modifier and Type Method Description protected void
MatteDecorationPainter. fill(java.awt.Graphics2D graphics, RadianceColorScheme scheme, int offsetY, int x, int y, int width, int height)
Fills the relevant part with the gradient fill.protected java.awt.image.BufferedImage
ImageWrapperDecorationPainter. getColorizedTile(double scale, RadianceColorScheme scheme)
Returns a colorized image tile.protected void
ClassicDecorationPainter. internalPaint(java.awt.Graphics2D graphics, java.awt.Component comp, int width, int height, RadianceColorScheme scheme)
Paints the specified area.private void
FractionBasedDecorationPainter. paintDecoratedBackground(java.awt.Graphics2D graphics, java.awt.Component comp, RadianceThemingSlices.DecorationAreaType decorationAreaType, int width, int height, RadianceColorScheme scheme)
private void
FractionBasedDecorationPainter. paintDecoratedBackground(java.awt.Graphics2D graphics, java.awt.Component comp, RadianceThemingSlices.DecorationAreaType decorationAreaType, java.awt.Shape contour, RadianceColorScheme scheme)
void
ArcDecorationPainter. paintDecorationArea(java.awt.Graphics2D graphics, java.awt.Component comp, RadianceThemingSlices.DecorationAreaType decorationAreaType, java.awt.Shape contour, RadianceColorScheme colorScheme)
void
ClassicDecorationPainter. paintDecorationArea(java.awt.Graphics2D graphics, java.awt.Component comp, RadianceThemingSlices.DecorationAreaType decorationAreaType, java.awt.Shape contour, RadianceColorScheme colorScheme)
void
FlatDecorationPainter. paintDecorationArea(java.awt.Graphics2D graphics, java.awt.Component comp, RadianceThemingSlices.DecorationAreaType decorationAreaType, java.awt.Shape contour, RadianceColorScheme colorScheme)
void
FractionBasedDecorationPainter. paintDecorationArea(java.awt.Graphics2D graphics, java.awt.Component comp, RadianceThemingSlices.DecorationAreaType decorationAreaType, java.awt.Shape contour, RadianceColorScheme colorScheme)
void
ImageWrapperDecorationPainter. paintDecorationArea(java.awt.Graphics2D graphics, java.awt.Component comp, RadianceThemingSlices.DecorationAreaType decorationAreaType, java.awt.Shape contour, RadianceColorScheme colorScheme)
void
MatteDecorationPainter. paintDecorationArea(java.awt.Graphics2D graphics, java.awt.Component comp, RadianceThemingSlices.DecorationAreaType decorationAreaType, java.awt.Shape contour, RadianceColorScheme colorScheme)
void
RadianceDecorationPainter. paintDecorationArea(java.awt.Graphics2D graphics, java.awt.Component comp, RadianceThemingSlices.DecorationAreaType decorationAreaType, java.awt.Shape contour, RadianceColorScheme colorScheme)
Paints the decoration area as a specified shape.private void
ArcDecorationPainter. paintExtraBackground(java.awt.Graphics2D graphics, java.awt.Container parent, java.awt.Component comp, int width, int height, RadianceColorScheme scheme)
Paints the background of non-title decoration areas.private void
MatteDecorationPainter. paintExtraBackground(java.awt.Graphics2D graphics, java.awt.Component comp, int width, int height, RadianceColorScheme scheme)
Paints the background of non-title decoration areas.private void
FractionBasedDecorationPainter. paintSolidBackground(java.awt.Graphics2D graphics, int width, int height, RadianceColorScheme scheme)
private void
FractionBasedDecorationPainter. paintSolidBackground(java.awt.Graphics2D graphics, java.awt.Shape contour, RadianceColorScheme scheme)
private void
ArcDecorationPainter. paintTitleBackground(java.awt.Graphics2D original, java.awt.Component comp, int width, int height, RadianceColorScheme scheme)
Paints the title background.private void
MatteDecorationPainter. paintTitleBackground(java.awt.Graphics2D graphics, int width, int height, RadianceColorScheme scheme)
Paints the title background.private void
ImageWrapperDecorationPainter. tileArea(java.awt.Graphics2D g, java.awt.Component comp, RadianceColorScheme tileScheme, int offsetTextureX, int offsetTextureY, int width, int height)
Tiles the specified area with colorized version of the image tile. -
Uses of RadianceColorScheme in org.pushingpixels.radiance.theming.api.painter.fill
Methods in org.pushingpixels.radiance.theming.api.painter.fill with parameters of type RadianceColorScheme Modifier and Type Method Description java.awt.Color
FractionBasedFillPainter. getRepresentativeColor(RadianceColorScheme fillScheme)
java.awt.Color
RadianceFillPainter. getRepresentativeColor(RadianceColorScheme fillScheme)
java.awt.Color
SpecularRectangularFillPainter. getRepresentativeColor(RadianceColorScheme fillScheme)
void
FractionBasedFillPainter. paintContourBackground(java.awt.Graphics g, java.awt.Component comp, float width, float height, java.awt.Shape contour, RadianceColorScheme fillScheme)
void
RadianceFillPainter. paintContourBackground(java.awt.Graphics g, java.awt.Component comp, float width, float height, java.awt.Shape contour, RadianceColorScheme fillScheme)
Fills the contour that matches the specified parameters.void
SpecularRectangularFillPainter. paintContourBackground(java.awt.Graphics g, java.awt.Component comp, float width, float height, java.awt.Shape contour, RadianceColorScheme fillScheme)
-
Uses of RadianceColorScheme in org.pushingpixels.radiance.theming.api.renderer
Methods in org.pushingpixels.radiance.theming.api.renderer that return RadianceColorScheme Modifier and Type Method Description private RadianceColorScheme
RadianceDefaultComboBoxRenderer. getColorSchemeForState(javax.swing.JList list, int index, RadianceListUI listUI, ComponentState state)
private RadianceColorScheme
RadianceDefaultListCellRenderer. getColorSchemeForState(javax.swing.JList list, RadianceListUI ui, ComponentState state)
private RadianceColorScheme
RadianceDefaultTableCellRenderer. getColorSchemeForState(javax.swing.JTable table, RadianceTableUI ui, ComponentState state)
private RadianceColorScheme
RadianceDefaultTableHeaderCellRenderer. getColorSchemeForState(javax.swing.table.JTableHeader tableHeader, ComponentState activeState)
private RadianceColorScheme
RadianceDefaultTreeCellRenderer. getColorSchemeForState(javax.swing.JTree tree, RadianceTreeUI ui, ComponentState activeState)
private RadianceColorScheme
RadiancePanelListCellRenderer. getColorSchemeForState(javax.swing.JList list, RadianceListUI ui, ComponentState state)
private RadianceColorScheme
RadiancePanelTreeCellRenderer. getColorSchemeForState(javax.swing.JTree tree, RadianceTreeUI ui, ComponentState activeState)
-
Uses of RadianceColorScheme in org.pushingpixels.radiance.theming.api.skin
Methods in org.pushingpixels.radiance.theming.api.skin with parameters of type RadianceColorScheme Modifier and Type Method Description private static void
GeminiSkin. applyHighlightAsFill(RadianceColorSchemeBundle schemeBundle, RadianceColorScheme highlightScheme, RadianceColorScheme highlightBorderScheme)
private static void
GeminiSkin. applyHighlightColorScheme(RadianceColorSchemeBundle schemeBundle, RadianceColorScheme highlightScheme)
Applies the specified highlight schemes on the relevant parts of the specified scheme bundle. -
Uses of RadianceColorScheme in org.pushingpixels.radiance.theming.api.titlepane
Methods in org.pushingpixels.radiance.theming.api.titlepane with parameters of type RadianceColorScheme Modifier and Type Method Description void
DefaultTitlePaneButtonsProvider.DefaultCloseButtonProvider. drawIcon(java.awt.Graphics2D g, RadianceColorScheme scheme, float alpha, int iconSize)
void
DefaultTitlePaneButtonsProvider.DefaultIconifyButtonProvider. drawIcon(java.awt.Graphics2D g, RadianceColorScheme scheme, float alpha, int iconSize)
void
DefaultTitlePaneButtonsProvider.DefaultMaximizeButtonProvider. drawIcon(java.awt.Graphics2D g, RadianceColorScheme scheme, float alpha, int iconSize)
void
DefaultTitlePaneButtonsProvider.DefaultRestoreButtonProvider. drawIcon(java.awt.Graphics2D g, RadianceColorScheme scheme, float alpha, int iconSize)
void
TitlePaneButtonProvider. drawIcon(java.awt.Graphics2D g, RadianceColorScheme scheme, float alpha, int iconSize)
Draws the icon for this button. -
Uses of RadianceColorScheme in org.pushingpixels.radiance.theming.extras.api.colorschemepack
Classes in org.pushingpixels.radiance.theming.extras.api.colorschemepack that implement RadianceColorScheme Modifier and Type Class Description class
BelizeColorScheme
Belize color scheme.class
BloodyMoonColorScheme
Bloody Moon color scheme.class
BlueYonderColorScheme
Blue Yonder color scheme.class
BrickWallColorScheme
Brick Wall color scheme.class
BrownVelvetColorScheme
Brown Velvet color scheme.class
CobaltSteelColorScheme
Cobalt Steel color scheme.class
DesertMarsColorScheme
Desert Mars color scheme.class
EarthFrescoColorScheme
Earth Fresco color scheme.class
EmeraldGrassColorScheme
Emerald Grass color scheme.class
FauveMauveColorScheme
Fauve Mauve color scheme.class
GooseberryJungleColorScheme
Gooseberry Jungle color scheme.class
GreenPearlColorScheme
Green Pearl color scheme.class
MahoganyColorScheme
Mahogany color scheme.class
MixColorScheme
Mixed color scheme.class
OrchidAlloyColorScheme
Orchid Alloy color scheme.class
PeachColorScheme
Peach color scheme.class
PlacidPinkColorScheme
Placid Pink color scheme.class
SkyHighColorScheme
Sky High color scheme.class
SpringLeafColorScheme
Spring Leaf color scheme.class
TurquoiseLakeColorScheme
Turquoise Lake color scheme.class
WildPineColorScheme
Wild Pine color scheme.class
YellowMarineColorScheme
Yellow Marine color scheme.Fields in org.pushingpixels.radiance.theming.extras.api.colorschemepack declared as RadianceColorScheme Modifier and Type Field Description private RadianceColorScheme[]
MixColorScheme. origSchemes
The original color schemes.Methods in org.pushingpixels.radiance.theming.extras.api.colorschemepack that return RadianceColorScheme Modifier and Type Method Description RadianceColorScheme
MixColorScheme. blendWith(RadianceColorScheme otherScheme, double likenessToThisScheme)
RadianceColorScheme[]
MixColorScheme. getOrigSchemes()
Returns the original color schemes ofthis
mixed color scheme.RadianceColorScheme
MixColorScheme. hueShift(double hueShiftFactor)
RadianceColorScheme
MixColorScheme. invert()
RadianceColorScheme
MixColorScheme. negate()
RadianceColorScheme
MixColorScheme. saturate(double saturateFactor)
RadianceColorScheme
MixColorScheme. shade(double shadeFactor)
RadianceColorScheme
MixColorScheme. tint(double tintFactor)
RadianceColorScheme
MixColorScheme. tone(double toneFactor)
Methods in org.pushingpixels.radiance.theming.extras.api.colorschemepack with parameters of type RadianceColorScheme Modifier and Type Method Description RadianceColorScheme
MixColorScheme. blendWith(RadianceColorScheme otherScheme, double likenessToThisScheme)
Constructors in org.pushingpixels.radiance.theming.extras.api.colorschemepack with parameters of type RadianceColorScheme Constructor Description MixColorScheme(java.lang.String displayName, RadianceColorScheme... origSchemes)
Creates a new mixed color scheme. -
Uses of RadianceColorScheme in org.pushingpixels.radiance.theming.extras.api.painterpack.decoration
Methods in org.pushingpixels.radiance.theming.extras.api.painterpack.decoration with parameters of type RadianceColorScheme Modifier and Type Method Description void
Glass3DDecorationPainter. paintDecorationArea(java.awt.Graphics2D graphics, java.awt.Component comp, RadianceThemingSlices.DecorationAreaType decorationAreaType, java.awt.Shape contour, RadianceColorScheme colorScheme)
-
Uses of RadianceColorScheme in org.pushingpixels.radiance.theming.internal.blade
Classes in org.pushingpixels.radiance.theming.internal.blade that implement RadianceColorScheme Modifier and Type Class Description class
BladeColorScheme
Methods in org.pushingpixels.radiance.theming.internal.blade that return RadianceColorScheme Modifier and Type Method Description RadianceColorScheme
BladeColorScheme. blendWith(RadianceColorScheme otherScheme, double likenessToThisScheme)
RadianceColorScheme
BladeUtils.ColorSchemeDelegate. getColorSchemeForActiveState(ComponentState state)
RadianceColorScheme
BladeUtils.ColorSchemeDelegate. getColorSchemeForCurrentState(ComponentState state)
RadianceColorScheme
BladeColorScheme. hueShift(double hueShiftFactor)
RadianceColorScheme
BladeColorScheme. invert()
RadianceColorScheme
BladeColorScheme. named(java.lang.String colorSchemeDisplayName)
RadianceColorScheme
BladeColorScheme. negate()
RadianceColorScheme
BladeColorScheme. saturate(double saturateFactor)
RadianceColorScheme
BladeColorScheme. shade(double shadeFactor)
RadianceColorScheme
BladeColorScheme. shift(java.awt.Color backgroundShiftColor, double backgroundShiftFactor, java.awt.Color foregroundShiftColor, double foregroundShiftFactor)
RadianceColorScheme
BladeColorScheme. shiftBackground(java.awt.Color backgroundShiftColor, double backgroundShiftFactor)
RadianceColorScheme
BladeColorScheme. tint(double tintFactor)
RadianceColorScheme
BladeColorScheme. tone(double toneFactor)
Methods in org.pushingpixels.radiance.theming.internal.blade with parameters of type RadianceColorScheme Modifier and Type Method Description RadianceColorScheme
BladeColorScheme. blendWith(RadianceColorScheme otherScheme, double likenessToThisScheme)
static void
BladeArrowIconUtils. drawArrow(java.awt.Graphics2D g, float width, float height, float strokeWidth, int direction, RadianceColorScheme scheme, float alpha)
static void
BladeArrowIconUtils. drawArrow(java.awt.Graphics2D g, int fontSize, java.awt.Dimension boundingBox, int direction, RadianceColorScheme colorScheme, float alpha)
static void
BladeIconUtils. drawCheckBox(java.awt.Graphics2D g, javax.swing.JComponent component, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int dimension, ComponentState componentState, RadianceColorScheme fillColorScheme, RadianceColorScheme markColorScheme, RadianceColorScheme borderColorScheme, float checkMarkVisibility, float checkMarkFlatness, boolean isCheckMarkFadingOut, float alpha)
private static void
BladeIconUtils. drawCheckMarkAtScale1X(java.awt.Graphics2D graphics1X, int dimension, RadianceColorScheme scheme, float checkMarkFlatness)
static void
BladeIconUtils. drawCloseIcon(java.awt.Graphics2D g, int iconSize, float primaryStrokeWidth, RadianceColorScheme scheme)
void
BladeTransitionAwareIcon.Delegate. drawColorSchemeIcon(java.awt.Graphics2D g, RadianceColorScheme scheme, float alpha)
static void
BladeArrowIconUtils. drawDoubleArrow(java.awt.Graphics2D g, float fullWidth, float fullHeight, float arrowGap, float strokeWidth, int direction, RadianceColorScheme colorScheme, float alpha)
static void
BladeIconUtils. drawHexaMarker(java.awt.Graphics2D g, int value, RadianceColorScheme colorScheme)
static void
BladeIconUtils. drawIconifyIcon(java.awt.Graphics2D g, int iconSize, RadianceColorScheme scheme)
static void
BladeIconUtils. drawMaximizeIcon(java.awt.Graphics2D g, int iconSize, RadianceColorScheme scheme)
static void
BladeIconUtils. drawRadioButton(java.awt.Graphics2D g, javax.swing.AbstractButton button, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int dimension, ComponentState componentState, RadianceColorScheme fillColorScheme, RadianceColorScheme markColorScheme, RadianceColorScheme borderColorScheme, float checkMarkVisibility, float alpha)
static void
BladeIconUtils. drawRestoreIcon(java.awt.Graphics2D g, int iconSize, RadianceColorScheme scheme)
static void
BladeIconUtils. drawSliderThumbHorizontal(java.awt.Graphics2D g, javax.swing.JSlider slider, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int width, int height, RadianceColorScheme fillColorScheme, RadianceColorScheme borderColorScheme, float alpha)
static void
BladeIconUtils. drawSliderThumbRound(java.awt.Graphics2D g, javax.swing.JSlider slider, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int dimension, RadianceColorScheme fillColorScheme, RadianceColorScheme borderColorScheme, float alpha)
static void
BladeIconUtils. drawSliderThumbVertical(java.awt.Graphics2D g, javax.swing.JSlider slider, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int width, int height, RadianceColorScheme fillColorScheme, RadianceColorScheme borderColorScheme, float alpha)
static void
BladeIconUtils. drawTreeIcon(java.awt.Graphics2D g, javax.swing.JTree tree, int size, RadianceColorScheme fillScheme, RadianceColorScheme borderScheme, RadianceColorScheme markScheme, boolean isCollapsed)
static javax.swing.Icon
BladeArrowIconUtils. getArrowIcon(javax.swing.JComponent component, int direction, RadianceColorScheme scheme, float alpha)
static void
BladeDrawingUtils. paintBladeBorder(java.awt.Component c, java.awt.Graphics2D g, int x, int y, int width, int height, float baseRadius, RadianceColorScheme borderScheme)
static void
BladeDrawingUtils. paintBladeSimpleBorder(java.awt.Component c, java.awt.Graphics2D g, int width, int height, float baseRadius, RadianceColorScheme colorScheme)
static void
BladeDrawingUtils. paintRectangularBackground(java.awt.Component c, java.awt.Graphics g, int startX, int startY, int width, int height, RadianceColorScheme colorScheme, float borderAlpha, boolean isVertical)
Paints rectangular gradient background. -
Uses of RadianceColorScheme in org.pushingpixels.radiance.theming.internal.colorscheme
Classes in org.pushingpixels.radiance.theming.internal.colorscheme that implement RadianceColorScheme Modifier and Type Class Description class
BlendBiColorScheme
Blended color scheme.class
HueShiftColorScheme
Hue-shifted color scheme.class
InvertedColorScheme
Implementation of inverted color scheme.class
NegatedColorScheme
Implementation of negated color scheme.class
SaturatedColorScheme
Saturated color scheme.class
ShadeColorScheme
Shaded color scheme.class
ShiftColorScheme
Base class for shifted color schemes.class
TintColorScheme
Tinted color scheme.class
ToneColorScheme
Toned color scheme.Fields in org.pushingpixels.radiance.theming.internal.colorscheme declared as RadianceColorScheme Modifier and Type Field Description private RadianceColorScheme
BlendBiColorScheme. firstScheme
The main original color scheme.private RadianceColorScheme
HueShiftColorScheme. origScheme
The original color scheme.private RadianceColorScheme
InvertedColorScheme. origScheme
The original color scheme.private RadianceColorScheme
NegatedColorScheme. origScheme
The original color scheme.private RadianceColorScheme
SaturatedColorScheme. origScheme
The original color scheme.private RadianceColorScheme
ShiftColorScheme. origScheme
The original color scheme.private RadianceColorScheme
BlendBiColorScheme. secondScheme
The secondary original color scheme.Methods in org.pushingpixels.radiance.theming.internal.colorscheme that return RadianceColorScheme Modifier and Type Method Description RadianceColorScheme
BlendBiColorScheme. getFirstScheme()
Returns the main original color scheme.RadianceColorScheme
HueShiftColorScheme. getOrigScheme()
Returns the original color scheme.RadianceColorScheme
InvertedColorScheme. getOrigScheme()
Returns the original color scheme.RadianceColorScheme
NegatedColorScheme. getOrigScheme()
Returns the original color scheme.RadianceColorScheme
SaturatedColorScheme. getOrigScheme()
Returns the original color scheme.RadianceColorScheme
ShiftColorScheme. getOrigScheme()
Returns the original color scheme.RadianceColorScheme
BlendBiColorScheme. getSecondScheme()
Returns the secondary original color scheme.Constructors in org.pushingpixels.radiance.theming.internal.colorscheme with parameters of type RadianceColorScheme Constructor Description BlendBiColorScheme(RadianceColorScheme firstScheme, RadianceColorScheme secondScheme, double firstSchemeLikeness)
Creates a new blended color scheme.HueShiftColorScheme(RadianceColorScheme origScheme, double hueShiftFactor)
Creates a new hue-shifted color scheme.InvertedColorScheme(RadianceColorScheme origScheme)
Creates a new inverted scheme.NegatedColorScheme(RadianceColorScheme origScheme)
Creates a new inverted scheme.SaturatedColorScheme(RadianceColorScheme origScheme, double saturationFactor)
Creates a new saturated color scheme.ShadeColorScheme(RadianceColorScheme origColorScheme, double shadeFactor)
Creates a new shaded color scheme.ShiftColorScheme(RadianceColorScheme origScheme, java.awt.Color shiftColor, double shiftFactor)
Creates a new shifted color scheme.ShiftColorScheme(RadianceColorScheme origScheme, java.awt.Color backgroundShiftColor, double backgroundShiftFactor, java.awt.Color foregroundShiftColor, double foregroundShiftFactor, boolean shiftByBrightness)
Creates a new shifted color scheme.TintColorScheme(RadianceColorScheme origColorScheme, double tintFactor)
Creates a new tinted color scheme.ToneColorScheme(RadianceColorScheme origColorScheme, double toneFactor)
Creates a new toned color scheme. -
Uses of RadianceColorScheme in org.pushingpixels.radiance.theming.internal.contrib.randelshofer.quaqua.colorchooser
Methods in org.pushingpixels.radiance.theming.internal.contrib.randelshofer.quaqua.colorchooser with parameters of type RadianceColorScheme Modifier and Type Method Description RadianceIcon
ColorPalettesChooser. getHiDpiAwareIcon(int size, RadianceColorScheme colorScheme)
RadianceIcon
ColorSlidersChooser. getHiDpiAwareIcon(int size, RadianceColorScheme colorScheme)
RadianceIcon
ColorWheelChooser. getHiDpiAwareIcon(int size, RadianceColorScheme colorScheme)
RadianceIcon
CrayonsChooser. getHiDpiAwareIcon(int size, RadianceColorScheme colorScheme)
abstract RadianceIcon
RadianceColorChooserPanel. getHiDpiAwareIcon(int size, RadianceColorScheme colorScheme)
RadianceIcon
SwatchesChooser. getHiDpiAwareIcon(int size, RadianceColorScheme colorScheme)
-
Uses of RadianceColorScheme in org.pushingpixels.radiance.theming.internal.contrib.xoetrope.editor.color
Methods in org.pushingpixels.radiance.theming.internal.contrib.xoetrope.editor.color with parameters of type RadianceColorScheme Modifier and Type Method Description RadianceIcon
ColorWheelPanel. getHiDpiAwareIcon(int size, RadianceColorScheme colorScheme)
-
Uses of RadianceColorScheme in org.pushingpixels.radiance.theming.internal.painter
Methods in org.pushingpixels.radiance.theming.internal.painter with parameters of type RadianceColorScheme Modifier and Type Method Description static void
DecorationPainterUtils. paintDecorationArea(java.awt.Graphics g, java.awt.Component c, java.awt.Shape contour, RadianceThemingSlices.DecorationAreaType decorationType, RadianceColorScheme colorScheme, boolean force)
private static void
HighlightPainterUtils. paintHighlight(java.awt.Graphics g, java.awt.Component c, java.awt.Rectangle rect, float borderAlpha, java.util.Set<RadianceThemingSlices.Side> openSides, RadianceColorScheme fillScheme, RadianceColorScheme borderScheme, RadianceFillPainter highlightPainter, RadianceBorderPainter highlightBorderPainter)
static void
HighlightPainterUtils. paintHighlight(java.awt.Graphics g, javax.swing.CellRendererPane rendererPane, java.awt.Component c, java.awt.Rectangle rect, float borderAlpha, java.util.Set<RadianceThemingSlices.Side> openSides, RadianceColorScheme fillScheme, RadianceColorScheme borderScheme)
Paints the highlight for the specified component.static void
HighlightPainterUtils. paintHighlightBorder1X(java.awt.Graphics2D g, java.awt.Component comp, int width, int height, float borderAlpha, java.util.Set<RadianceThemingSlices.Side> openSides, RadianceBorderPainter highlightBorderPainter, RadianceColorScheme borderScheme)
Paints the highlight border for the specified component.static void
SeparatorPainterUtils. paintHorizontalLines(java.awt.Graphics g, java.awt.Component c, RadianceColorScheme scheme, int x, java.util.Collection<java.lang.Integer> y, int width, float fadeStartFraction, boolean isLtr)
Paints horizontal separator lines.static void
SeparatorPainterUtils. paintSeparator(java.awt.Component c, java.awt.Graphics g, RadianceColorScheme scheme, int width, int height, int orientation, boolean hasShadow, int maxGradLengthStart, int maxGradLengthEnd, boolean toEnforceAlphaColors)
Paints a separator.static void
SeparatorPainterUtils. paintVerticalLines(java.awt.Graphics g, java.awt.Component c, RadianceColorScheme scheme, int y, java.util.Collection<java.lang.Integer> x, int height, float fadeStartFraction)
Paints vertical separator lines. -
Uses of RadianceColorScheme in org.pushingpixels.radiance.theming.internal.ui
Fields in org.pushingpixels.radiance.theming.internal.ui declared as RadianceColorScheme Modifier and Type Field Description private RadianceColorScheme
RadianceTreeUI. currDefaultColorScheme
The current default color scheme.Methods in org.pushingpixels.radiance.theming.internal.ui that return RadianceColorScheme Modifier and Type Method Description RadianceColorScheme
RadianceTreeUI. getDefaultColorScheme()
Returns the default color scheme of this tree.Methods in org.pushingpixels.radiance.theming.internal.ui with parameters of type RadianceColorScheme Modifier and Type Method Description private void
RadianceProgressBarUI. drawDeterminateBackground(java.awt.Graphics2D g, javax.swing.JProgressBar bar, int width, int height, RadianceColorScheme scheme, RadianceFillPainter fillPainter, int orientation)
private void
RadianceProgressBarUI. drawDeterminateProgress(java.awt.Graphics2D g, javax.swing.JProgressBar bar, int width, int height, boolean isFull, RadianceColorScheme scheme, RadianceFillPainter fillPainter, int orientation, java.awt.ComponentOrientation componentOrientation)
private void
RadianceTabbedPaneUI. paintCloseButtonImage(java.awt.Graphics2D g, javax.swing.JTabbedPane tabPane, int width, int height, boolean toPaintBorder, RadianceColorScheme fillScheme, RadianceColorScheme markScheme)
Retrieves the image of the close button.private void
RadianceProgressBarUI. paintRectangularStripedBackground(java.awt.Graphics g, int startX, int startY, int width, int height, RadianceColorScheme colorScheme, int stripeOffset, float borderAlpha, boolean isVertical)
private void
RadianceTabbedPaneUI. paintRotationAwareTabBackground(java.awt.Graphics2D g, javax.swing.JTabbedPane tabPane, int tabIndex, int width, int height, int tabPlacement, RadianceColorScheme colorScheme, RadianceColorScheme borderScheme)
private void
RadianceSliderUI. paintSliderTrack1X(java.awt.Graphics2D graphics1X, RadianceColorScheme fillColorScheme, RadianceColorScheme borderScheme, int width, int height, double scaleFactor)
private void
RadianceSliderUI. paintSliderTrackSelected1X(java.awt.Graphics2D graphics1X, boolean drawInverted, java.awt.Rectangle paintRect, RadianceColorScheme fillScheme, RadianceColorScheme borderScheme, int width, int height, double scaleFactor)
Paints the selected part of the slider track.private static void
RadianceTabbedPaneUI. paintTabBackgroundAt1X(java.awt.Graphics2D graphics1X, javax.swing.JTabbedPane tabPane, int tabIndex, double scaleFactor, int width, int height, RadianceColorScheme fillScheme, RadianceColorScheme borderScheme, java.awt.Color tabColor)
-
Uses of RadianceColorScheme in org.pushingpixels.radiance.theming.internal.utils
Fields in org.pushingpixels.radiance.theming.internal.utils declared as RadianceColorScheme Modifier and Type Field Description private RadianceColorScheme
UpdateOptimizationInfo. defaultScheme
static RadianceColorScheme
RadianceColorSchemeUtilities. GREEN
Used as reference to the green color scheme.static RadianceColorScheme
RadianceColorSchemeUtilities. ORANGE
Used as reference in attention-drawing animations.static RadianceColorScheme
RadianceColorSchemeUtilities. YELLOW
Used as reference in attention-drawing animations.Fields in org.pushingpixels.radiance.theming.internal.utils with type parameters of type RadianceColorScheme Modifier and Type Field Description private java.util.Map<ComponentState,RadianceColorScheme>
UpdateOptimizationInfo. highlightBorderSchemeMap
private java.util.Map<ComponentState,RadianceColorScheme>
UpdateOptimizationInfo. highlightSchemeMap
private static LazyResettableHashMap<RadianceColorScheme>
RadianceColorSchemeUtilities. shiftedCache
Cache of shifted schemes.Methods in org.pushingpixels.radiance.theming.internal.utils that return RadianceColorScheme Modifier and Type Method Description static RadianceColorScheme
RadianceColorSchemeUtilities. getActiveColorScheme(java.awt.Component component, ComponentState componentState)
Returns the active color scheme of the component.private static RadianceColorScheme
RadianceColorSchemeUtilities. getColorizedScheme(java.awt.Component component, RadianceColorScheme scheme, boolean isEnabled)
Returns a colorized version of the specified color scheme.private static RadianceColorScheme
RadianceColorSchemeUtilities. getColorizedScheme(java.awt.Component component, RadianceColorScheme scheme, java.awt.Color fgColor, java.awt.Color bgColor, boolean isEnabled)
Returns a colorized version of the specified color scheme.static RadianceColorScheme
RadianceColorSchemeUtilities. getColorScheme(java.awt.Component component, ComponentState componentState)
Returns the color scheme of the specified component.static RadianceColorScheme
RadianceColorSchemeUtilities. getColorScheme(java.awt.Component component, RadianceThemingSlices.ColorSchemeAssociationKind associationKind, ComponentState componentState)
Returns the color scheme of the component.static RadianceColorScheme
RadianceColorSchemeUtilities. getColorScheme(javax.swing.JTabbedPane jtp, int tabIndex, RadianceThemingSlices.ColorSchemeAssociationKind associationKind, ComponentState componentState)
Returns the color scheme of the specified tabbed pane tab.static RadianceColorScheme
RadianceColorSchemeUtilities. getDarkColorScheme(java.lang.String name, java.awt.Color[] colors, java.util.Map<java.lang.String,java.awt.Color> additionalColors)
RadianceColorScheme
UpdateOptimizationInfo. getDefaultScheme()
static RadianceColorScheme
RadianceColorSchemeUtilities. getDirectColorScheme(java.awt.Component component, RadianceThemingSlices.ColorSchemeAssociationKind associationKind, ComponentState componentState)
Returns the color scheme of the component.RadianceColorScheme
UpdateOptimizationInfo. getHighlightBorderColorScheme(ComponentState state)
RadianceColorScheme
UpdateOptimizationInfo. getHighlightColorScheme(ComponentState state)
static RadianceColorScheme
RadianceColorSchemeUtilities. getLightColorScheme(java.lang.String name, java.awt.Color[] colors, java.util.Map<java.lang.String,java.awt.Color> additionalColors)
static RadianceColorScheme
RadianceColorSchemeUtilities. getShiftedScheme(RadianceColorScheme orig, java.awt.Color backgroundShiftColor, double backgroundShiftFactor, java.awt.Color foregroundShiftColor, double foregroundShiftFactor)
Returns a shifted color scheme.Methods in org.pushingpixels.radiance.theming.internal.utils with parameters of type RadianceColorScheme Modifier and Type Method Description private void
ButtonBackgroundDelegate. drawBackground(java.awt.Graphics2D g, javax.swing.AbstractButton button, RadianceButtonShaper shaper, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int width, int height, RadianceColorScheme colorScheme, RadianceColorScheme borderScheme, java.util.Set<RadianceThemingSlices.Side> openSides, boolean isContentAreaFilled, boolean isBorderPainted)
static javax.swing.Icon
RadianceImageCreator. getCapsLockIcon(RadianceColorScheme scheme, java.awt.Component c)
Returns a caps lock icon that matches the specified scheme.private static RadianceColorScheme
RadianceColorSchemeUtilities. getColorizedScheme(java.awt.Component component, RadianceColorScheme scheme, boolean isEnabled)
Returns a colorized version of the specified color scheme.private static RadianceColorScheme
RadianceColorSchemeUtilities. getColorizedScheme(java.awt.Component component, RadianceColorScheme scheme, java.awt.Color fgColor, java.awt.Color bgColor, boolean isEnabled)
Returns a colorized version of the specified color scheme.static java.awt.image.BufferedImage
RadianceImageCreator. getColorSchemeImage(java.awt.Component comp, javax.swing.Icon original, RadianceColorScheme colorScheme, float originalBrightnessFactor)
Creates a new version of the specified icon that is rendered in the colors of the specified color scheme.static java.awt.image.BufferedImage
RadianceImageCreator. getColorSchemeImage(java.awt.image.BufferedImage original, RadianceColorScheme colorScheme, float originalBrightnessFactor, float alpha)
Creates a new version of the specified image that is rendered in the colors of the specified color scheme.static javax.swing.plaf.ColorUIResource
RadianceColorUtilities. getForegroundColor(RadianceColorScheme scheme)
Returns the foreground color of the specified color scheme.static java.awt.image.BufferedImage
NoiseFactory. getNoiseImage(RadianceColorScheme scheme, int width, int height, double xFactor, double yFactor, boolean hasConstantZ, boolean toBlur)
Returns a noise image.static RadianceColorScheme
RadianceColorSchemeUtilities. getShiftedScheme(RadianceColorScheme orig, java.awt.Color backgroundShiftColor, double backgroundShiftFactor, java.awt.Color foregroundShiftColor, double foregroundShiftFactor)
Returns a shifted color scheme.static javax.swing.Icon
RadianceImageCreator. getSmallLockIcon(RadianceColorScheme scheme, java.awt.Component c)
Returns a lock icon that matches the specified scheme.static void
RadianceImageCreator. paintSplitDividerBumpImage(java.awt.Graphics g, RadianceSplitPaneDivider divider, int x, int y, int width, int height, boolean isHorizontal, RadianceColorScheme colorScheme)
Paints the bump dots on the split pane dividers. -
Uses of RadianceColorScheme in org.pushingpixels.radiance.theming.internal.utils.border
Methods in org.pushingpixels.radiance.theming.internal.utils.border with parameters of type RadianceColorScheme Modifier and Type Method Description private void
RadianceToolBarBorder. drawDragImage(java.awt.Graphics2D g, java.awt.Component c, RadianceColorScheme colorScheme, int x, int y, int width, int height, int maxNumberOfStripes)
-
Uses of RadianceColorScheme in org.pushingpixels.radiance.theming.internal.utils.combo
Methods in org.pushingpixels.radiance.theming.internal.utils.combo with parameters of type RadianceColorScheme Modifier and Type Method Description private void
ComboBoxBackgroundDelegate. drawBackground(java.awt.Graphics2D g, javax.swing.JComboBox combo, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int width, int height, RadianceColorScheme fillScheme, RadianceColorScheme borderScheme)
-
Uses of RadianceColorScheme in org.pushingpixels.radiance.theming.internal.utils.filters
Methods in org.pushingpixels.radiance.theming.internal.utils.filters with parameters of type RadianceColorScheme Modifier and Type Method Description static ColorSchemeFilter
ColorSchemeFilter. getColorSchemeFilter(RadianceColorScheme scheme, float originalBrightnessFactor, float alpha)
static int[]
ColorSchemeFilter. getInterpolatedColors(RadianceColorScheme scheme)
Constructors in org.pushingpixels.radiance.theming.internal.utils.filters with parameters of type RadianceColorScheme Constructor Description ColorSchemeFilter(RadianceColorScheme scheme, float originalBrightnessFactor, float alpha)
-
Uses of RadianceColorScheme in org.pushingpixels.radiance.tools.themingdebugger
Classes in org.pushingpixels.radiance.tools.themingdebugger that implement RadianceColorScheme Modifier and Type Class Description class
ColorBlindColorScheme
Base class for color schemes simulating color-blind users.class
DeuteranopiaColorScheme
Color scheme for deuteranopia color blindness.class
ProtanopiaColorScheme
Color scheme for protanopia color blindness.class
TritanopiaColorScheme
Color scheme for tritanopia color blindness.Fields in org.pushingpixels.radiance.tools.themingdebugger declared as RadianceColorScheme Modifier and Type Field Description private RadianceColorScheme
ColorBlindColorScheme. origScheme
The original color scheme.Methods in org.pushingpixels.radiance.tools.themingdebugger that return RadianceColorScheme Modifier and Type Method Description RadianceColorScheme
ColorBlindColorScheme. getOrigScheme()
Returns the original color scheme.Constructors in org.pushingpixels.radiance.tools.themingdebugger with parameters of type RadianceColorScheme Constructor Description ColorBlindColorScheme(RadianceColorScheme origScheme, ColorBlindColorScheme.BlindnessKind kind)
Creates a new color scheme that simulates color-blindness.DeuteranopiaColorScheme(RadianceColorScheme origColorScheme)
Creates a new deuteranopia color blindness color scheme.ProtanopiaColorScheme(RadianceColorScheme origColorScheme)
Creates a new protanopia color blindness color scheme.TritanopiaColorScheme(RadianceColorScheme origColorScheme)
Creates a new tritanopia color blindness color scheme.
-