Uses of Interface
org.pushingpixels.radiance.theming.api.colorscheme.RadianceColorScheme
Packages that use RadianceColorScheme
Package
Description
Contains classes used by the
QuaquaColorChooserUI
.-
Uses of RadianceColorScheme in org.pushingpixels.radiance.component.api.common.icon
Methods in org.pushingpixels.radiance.component.api.common.icon with parameters of type RadianceColorSchemeModifier and TypeMethodDescriptionvoid
CommandButtonFollowColorSchemeIcon.Delegate.drawColorSchemeIcon
(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 RadianceColorSchemeModifier and TypeMethodDescriptionvoid
BladeTransitionAwareRadianceIcon.Delegate.drawColorSchemeIcon
(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 RadianceColorSchemeModifier and TypeMethodDescriptionprivate static void
RibbonTaskToggleButtonBackgroundDelegate.drawFullAlphaBackgroundImage
(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 RadianceColorSchemeModifier and TypeFieldDescriptionprivate RadianceColorScheme
RadianceColorSchemeBundle.activeColorScheme
The active color scheme of this bundle.private RadianceColorScheme
RadianceSkin.Accented.AccentBuilder.activeControlsAccent
private final RadianceColorScheme
RadianceSkin.Accented.activeControlsAccent
private RadianceColorScheme
RadianceSkin.Accented.AccentBuilder.backgroundAccent
private final 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 final RadianceColorScheme
RadianceSkin.Accented.enabledControlsAccent
private RadianceColorScheme
RadianceSkin.Accented.AccentBuilder.highlightsAccent
private final 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 final RadianceColorScheme
RadianceSkin.Accented.windowChromeAccent
Fields in org.pushingpixels.radiance.theming.api with type parameters of type RadianceColorSchemeModifier and TypeFieldDescriptionRadianceSkin.backgroundColorSchemeMap
Maps decoration area type to the background color schemes.private Map
<RadianceThemingSlices.ColorSchemeAssociationKind, Map<ComponentState, RadianceColorScheme>> RadianceColorSchemeBundle.colorSchemeMap
Maps from color scheme association kinds to the map of color schemes.private Map
<Integer, RadianceColorScheme> RadianceSkin.optionPaneIconColorSchemeMap
Methods in org.pushingpixels.radiance.theming.api that return RadianceColorSchemeModifier and TypeMethodDescriptionReturns the color scheme based on its display name.RadianceColorSchemeBundle.getActiveColorScheme()
Returns the active color scheme of this bundle.final RadianceColorScheme
RadianceSkin.getActiveColorScheme
(RadianceThemingSlices.DecorationAreaType decorationAreaType) Returns the main active color scheme for the specific decoration area type.RadianceSkin.Accented.getActiveControlsAccent()
RadianceSkin.Accented.getBackgroundAccent()
final RadianceColorScheme
RadianceSkin.getBackgroundColorScheme
(RadianceThemingSlices.DecorationAreaType decorationAreaType) Returns the background color scheme for the specified decoration area type.RadianceColorSchemeBundle.getColorScheme
(ComponentState componentState) Returns the color scheme of the specified component in the specified component state.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.final RadianceColorScheme
RadianceSkin.getColorScheme
(Component comp, ComponentState componentState) Returns the color scheme of the specified component in the specified component state.final RadianceColorScheme
RadianceSkin.getColorScheme
(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.final 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.final RadianceColorScheme
RadianceSkin.getDirectColorScheme
(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.RadianceColorSchemeBundle.getDisabledColorScheme()
Returns the disabled color scheme of this bundle.final RadianceColorScheme
RadianceSkin.getDisabledColorScheme
(RadianceThemingSlices.DecorationAreaType decorationAreaType) Returns the main disabled color scheme for the specific decoration area type.RadianceColorSchemeBundle.getEnabledColorScheme()
Returns the enabled color scheme of this bundle.final RadianceColorScheme
RadianceSkin.getEnabledColorScheme
(RadianceThemingSlices.DecorationAreaType decorationAreaType) Returns the main enabled color scheme for the specific decoration area type.RadianceSkin.Accented.getEnabledControlsAccent()
RadianceSkin.Accented.getHighlightsAccent()
RadianceSkin.getOptionPaneIconColorScheme
(int optionPaneMessageType) RadianceSkin.Accented.getWindowChromeAccent()
Methods in org.pushingpixels.radiance.theming.api that return types with arguments of type RadianceColorSchemeModifier and TypeMethodDescriptionRadianceSkin.ColorSchemes.getAll()
Returns all the color schemes handled by this object.Methods in org.pushingpixels.radiance.theming.api with parameters of type RadianceColorSchemeModifier and TypeMethodDescriptionvoid
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.withActiveControlsAccent
(RadianceColorScheme activeControlsAccent) RadianceSkin.Accented.AccentBuilder.withBackgroundAccent
(RadianceColorScheme backgroundAccent) RadianceSkin.Accented.AccentBuilder.withEnabledControlsAccent
(RadianceColorScheme enabledControlsAccent) RadianceSkin.Accented.AccentBuilder.withHighlightsAccent
(RadianceColorScheme highlightsAccent) RadianceSkin.Accented.AccentBuilder.withWindowChromeAccent
(RadianceColorScheme windowChromeAccent) Constructors in org.pushingpixels.radiance.theming.api with parameters of type RadianceColorSchemeModifierConstructorDescriptionRadianceColorSchemeBundle
(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 RadianceColorSchemeModifier and TypeClassDescriptionclass
Aqua color scheme.class
Barby pink color scheme.class
Base class for Radiance color schemes.class
Base class for dark color schemes.class
Base class for light color schemes.class
Bottle green color scheme.class
Brown color scheme.class
Charcoal color scheme.class
Brown color scheme.class
Dark gray color scheme.class
Dark metallic color scheme.class
Dark violet color scheme.class
Desert Sand color scheme.class
Ebony color scheme.class
Jade Forest color scheme.class
Light aqua color scheme.class
Light gray color scheme.class
Lime green color scheme.class
Metallic color scheme.class
Olive color scheme.class
Orange color scheme.class
Purple color scheme.class
Raspberry color scheme.class
Sepia color scheme.class
Steel Blue color scheme.class
Sunfire Red color scheme.class
Sun Glare color scheme.class
Sunset color scheme.class
Terracotta color scheme.class
Ultramarine color scheme.Fields in org.pushingpixels.radiance.theming.api.colorscheme declared as RadianceColorSchemeModifier and TypeFieldDescriptionprivate 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 RadianceColorSchemeModifier and TypeMethodDescriptionBaseColorScheme.blendWith
(RadianceColorScheme otherScheme, double likenessToThisScheme) RadianceColorScheme.blendWith
(RadianceColorScheme otherScheme, double likenessToThisScheme) Creates a blended version ofthis
color scheme based on another color scheme.BaseColorScheme.hueShift
(double hueShiftFactor) RadianceColorScheme.hueShift
(double hueShiftFactor) Creates a hue-shifted (in HSB space) version ofthis
color scheme.BaseColorScheme.invert()
RadianceColorScheme.invert()
Creates an inverted version ofthis
scheme.final RadianceColorScheme
This method is a fluent-interface builder utility for setting the display name for this color scheme.BaseColorScheme.negate()
RadianceColorScheme.negate()
Creates a negated version ofthis
scheme.BaseColorScheme.saturate
(double saturateFactor) RadianceColorScheme.saturate
(double saturateFactor) Creates a saturated or desaturated version ofthis
scheme.BaseColorScheme.shade
(double shadeFactor) RadianceColorScheme.shade
(double shadeFactor) Creates a shaded (shifted towards black) version ofthis
color scheme.final RadianceColorScheme
BaseColorScheme.shift
(Color backgroundShiftColor, double backgroundShiftFactor, Color foregroundShiftColor, double foregroundShiftFactor) RadianceColorScheme.shift
(Color backgroundShiftColor, double backgroundShiftFactor, Color foregroundShiftColor, double foregroundShiftFactor) Creates a shift version ofthis
scheme.final RadianceColorScheme
BaseColorScheme.shiftBackground
(Color backgroundShiftColor, double backgroundShiftFactor) RadianceColorScheme.shiftBackground
(Color backgroundShiftColor, double backgroundShiftFactor) Creates a shift version ofthis
scheme.BaseColorScheme.tint
(double tintFactor) RadianceColorScheme.tint
(double tintFactor) Creates a tinted (shifted towards white) version ofthis
color scheme.BaseColorScheme.tone
(double toneFactor) RadianceColorScheme.tone
(double toneFactor) Creates a toned (shifted towards gray) version ofthis
color scheme.ColorSchemeTransform.transform
(RadianceColorScheme scheme) Transforms the specified color scheme.Methods in org.pushingpixels.radiance.theming.api.colorscheme with parameters of type RadianceColorSchemeModifier and TypeMethodDescriptionBaseColorScheme.blendWith
(RadianceColorScheme otherScheme, double likenessToThisScheme) RadianceColorScheme.blendWith
(RadianceColorScheme otherScheme, double likenessToThisScheme) Creates a blended version ofthis
color scheme based on another color scheme.ColorSchemeSingleColorQuery.query
(RadianceColorScheme scheme) Returns a single color based on the specified color scheme.ColorSchemeTransform.transform
(RadianceColorScheme scheme) Transforms the specified color scheme.Constructors in org.pushingpixels.radiance.theming.api.colorscheme with parameters of type RadianceColorSchemeModifierConstructorDescriptionCreates the resolver of derived colors for the specified dark color 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 RadianceColorSchemeModifier and TypeMethodDescriptionRadianceDefaultIconPack.getAllowedIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getAllowedIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getCapsLockIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getCapsLockIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getColorChooserColorPalettesIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getColorChooserColorPalettesIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getColorChooserColorSlidersIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getColorChooserColorSlidersIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getColorChooserColorSwatchesIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getColorChooserColorSwatchesIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getColorChooserColorWheelIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getColorChooserColorWheelIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getColorChooserCrayonsIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getColorChooserCrayonsIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getColorChooserImagePalettesIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getColorChooserImagePalettesIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getFileChooserComputerIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getFileChooserComputerIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getFileChooserDetailsViewIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getFileChooserDetailsViewIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getFileChooserDirectoryIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getFileChooserDirectoryIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getFileChooserFileIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getFileChooserFileIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getFileChooserFloppyDriveIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getFileChooserFloppyDriveIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getFileChooserHardDriveIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getFileChooserHardDriveIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getFileChooserHomeFolderIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getFileChooserHomeFolderIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getFileChooserListViewIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getFileChooserListViewIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getFileChooserNewFolderIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getFileChooserNewFolderIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getFileChooserUpFolderIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getFileChooserUpFolderIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getFileChooserViewMenuIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getFileChooserViewMenuIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getInspectIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getInspectIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getLockIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getLockIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getNotAllowedIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getNotAllowedIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getOptionPaneErrorIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getOptionPaneErrorIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getOptionPaneInformationIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getOptionPaneInformationIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getOptionPaneQuestionIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getOptionPaneQuestionIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getOptionPaneWarningIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getOptionPaneWarningIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getRefreshIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getRefreshIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getScrollAllIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getScrollAllIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getScrollHorizontalIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getScrollHorizontalIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getScrollVerticalIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getScrollVerticalIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getTextCopyActionIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getTextCopyActionIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getTextCutActionIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getTextCutActionIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getTextDeleteActionIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getTextDeleteActionIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getTextPasteActionIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceIconPack.getTextPasteActionIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) RadianceDefaultIconPack.getTextSelectAllActionIcon
(int preferredSize, RadianceColorScheme preferredIconColorScheme) 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 RadianceColorSchemeModifier and TypeFieldDescriptionprotected static final 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 RadianceColorSchemeModifier and TypeMethodDescriptionprivate RadianceColorScheme
DelegateFractionBasedBorderPainter.getShiftScheme
(RadianceColorScheme orig) Retrieves a transformed color scheme.Methods in org.pushingpixels.radiance.theming.api.painter.border with parameters of type RadianceColorSchemeModifier and TypeMethodDescriptionCompositeBorderPainter.getRepresentativeColor
(RadianceColorScheme borderScheme) DelegateFractionBasedBorderPainter.getRepresentativeColor
(RadianceColorScheme borderScheme) FractionBasedBorderPainter.getRepresentativeColor
(RadianceColorScheme borderScheme) RadianceBorderPainter.getRepresentativeColor
(RadianceColorScheme borderScheme) private RadianceColorScheme
DelegateFractionBasedBorderPainter.getShiftScheme
(RadianceColorScheme orig) Retrieves a transformed color scheme.void
CompositeBorderPainter.paintBorder
(Graphics g, Component c, float width, float height, Shape contour, Shape innerContour, RadianceColorScheme borderScheme) void
DelegateFractionBasedBorderPainter.paintBorder
(Graphics g, Component c, float width, float height, Shape contour, Shape innerContour, RadianceColorScheme borderScheme) void
FractionBasedBorderPainter.paintBorder
(Graphics g, Component c, float width, float height, Shape contour, Shape innerContour, RadianceColorScheme borderScheme) void
RadianceBorderPainter.paintBorder
(Graphics g, Component c, float width, float height, Shape contour, 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 RadianceColorSchemeModifier and TypeMethodDescriptionprotected void
MatteDecorationPainter.fill
(Graphics2D graphics, RadianceColorScheme scheme, int offsetY, int x, int y, int width, int height) Fills the relevant part with the gradient fill.protected BufferedImage
ImageWrapperDecorationPainter.getColorizedTile
(double scale, RadianceColorScheme scheme) Returns a colorized image tile.protected void
ClassicDecorationPainter.internalPaint
(Graphics2D graphics, Component comp, int width, int height, RadianceColorScheme scheme) Paints the specified area.private void
FractionBasedDecorationPainter.paintDecoratedBackground
(Graphics2D graphics, Component comp, RadianceThemingSlices.DecorationAreaType decorationAreaType, int width, int height, RadianceColorScheme scheme) private void
FractionBasedDecorationPainter.paintDecoratedBackground
(Graphics2D graphics, Component comp, RadianceThemingSlices.DecorationAreaType decorationAreaType, Shape contour, RadianceColorScheme scheme) void
ArcDecorationPainter.paintDecorationArea
(Graphics2D graphics, Component comp, RadianceThemingSlices.DecorationAreaType decorationAreaType, Shape contour, RadianceColorScheme colorScheme) void
ClassicDecorationPainter.paintDecorationArea
(Graphics2D graphics, Component comp, RadianceThemingSlices.DecorationAreaType decorationAreaType, Shape contour, RadianceColorScheme colorScheme) void
FlatDecorationPainter.paintDecorationArea
(Graphics2D graphics, Component comp, RadianceThemingSlices.DecorationAreaType decorationAreaType, Shape contour, RadianceColorScheme colorScheme) void
FractionBasedDecorationPainter.paintDecorationArea
(Graphics2D graphics, Component comp, RadianceThemingSlices.DecorationAreaType decorationAreaType, Shape contour, RadianceColorScheme colorScheme) void
ImageWrapperDecorationPainter.paintDecorationArea
(Graphics2D graphics, Component comp, RadianceThemingSlices.DecorationAreaType decorationAreaType, Shape contour, RadianceColorScheme colorScheme) void
MatteDecorationPainter.paintDecorationArea
(Graphics2D graphics, Component comp, RadianceThemingSlices.DecorationAreaType decorationAreaType, Shape contour, RadianceColorScheme colorScheme) void
RadianceDecorationPainter.paintDecorationArea
(Graphics2D graphics, Component comp, RadianceThemingSlices.DecorationAreaType decorationAreaType, Shape contour, RadianceColorScheme colorScheme) Paints the decoration area as a specified shape.private void
ArcDecorationPainter.paintExtraBackground
(Graphics2D graphics, Container parent, Component comp, int width, int height, RadianceColorScheme scheme) Paints the background of non-title decoration areas.private void
MatteDecorationPainter.paintExtraBackground
(Graphics2D graphics, Component comp, int width, int height, RadianceColorScheme scheme) Paints the background of non-title decoration areas.private void
FractionBasedDecorationPainter.paintSolidBackground
(Graphics2D graphics, int width, int height, RadianceColorScheme scheme) private void
FractionBasedDecorationPainter.paintSolidBackground
(Graphics2D graphics, Shape contour, RadianceColorScheme scheme) private void
ArcDecorationPainter.paintTitleBackground
(Graphics2D original, Component comp, int width, int height, RadianceColorScheme scheme) Paints the title background.private void
MatteDecorationPainter.paintTitleBackground
(Graphics2D graphics, int width, int height, RadianceColorScheme scheme) Paints the title background.private void
ImageWrapperDecorationPainter.tileArea
(Graphics2D g, 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 RadianceColorSchemeModifier and TypeMethodDescriptionFractionBasedFillPainter.getRepresentativeColor
(RadianceColorScheme fillScheme) RadianceFillPainter.getRepresentativeColor
(RadianceColorScheme fillScheme) SpecularRectangularFillPainter.getRepresentativeColor
(RadianceColorScheme fillScheme) void
FractionBasedFillPainter.paintContourBackground
(Graphics g, Component comp, float width, float height, Shape contour, RadianceColorScheme fillScheme) void
RadianceFillPainter.paintContourBackground
(Graphics g, Component comp, float width, float height, Shape contour, RadianceColorScheme fillScheme) Fills the contour that matches the specified parameters.void
SpecularRectangularFillPainter.paintContourBackground
(Graphics g, Component comp, float width, float height, Shape contour, RadianceColorScheme fillScheme) -
Uses of RadianceColorScheme in org.pushingpixels.radiance.theming.api.renderer
Methods in org.pushingpixels.radiance.theming.api.renderer that return RadianceColorSchemeModifier and TypeMethodDescriptionprivate RadianceColorScheme
RadianceDefaultComboBoxRenderer.getColorSchemeForState
(JList list, int index, RadianceListUI listUI, ComponentState state) private RadianceColorScheme
RadianceDefaultListCellRenderer.getColorSchemeForState
(JList list, RadianceListUI ui, ComponentState state) private RadianceColorScheme
RadianceDefaultTableCellRenderer.getColorSchemeForState
(JTable table, RadianceTableUI ui, ComponentState state) private RadianceColorScheme
RadianceDefaultTableHeaderCellRenderer.getColorSchemeForState
(JTableHeader tableHeader, ComponentState activeState) private RadianceColorScheme
RadianceDefaultTreeCellRenderer.getColorSchemeForState
(JTree tree, RadianceTreeUI ui, ComponentState activeState) private RadianceColorScheme
RadiancePanelListCellRenderer.getColorSchemeForState
(JList list, RadianceListUI ui, ComponentState state) private RadianceColorScheme
RadiancePanelTreeCellRenderer.getColorSchemeForState
(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 RadianceColorSchemeModifier and TypeMethodDescriptionprivate 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 RadianceColorSchemeModifier and TypeMethodDescriptionvoid
DefaultTitlePaneButtonsProvider.DefaultCloseButtonProvider.drawIcon
(Graphics2D g, RadianceColorScheme scheme, float alpha, int iconSize) void
DefaultTitlePaneButtonsProvider.DefaultIconifyButtonProvider.drawIcon
(Graphics2D g, RadianceColorScheme scheme, float alpha, int iconSize) void
DefaultTitlePaneButtonsProvider.DefaultMaximizeButtonProvider.drawIcon
(Graphics2D g, RadianceColorScheme scheme, float alpha, int iconSize) void
DefaultTitlePaneButtonsProvider.DefaultRestoreButtonProvider.drawIcon
(Graphics2D g, RadianceColorScheme scheme, float alpha, int iconSize) void
TitlePaneButtonProvider.drawIcon
(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 RadianceColorSchemeModifier and TypeClassDescriptionclass
Belize color scheme.class
Bloody Moon color scheme.class
Blue Yonder color scheme.class
Brick Wall color scheme.class
Brown Velvet color scheme.class
Cobalt Steel color scheme.class
Desert Mars color scheme.class
Earth Fresco color scheme.class
Emerald Grass color scheme.class
Fauve Mauve color scheme.class
Gooseberry Jungle color scheme.class
Green Pearl color scheme.class
Mahogany color scheme.class
Mixed color scheme.class
Orchid Alloy color scheme.class
Peach color scheme.class
Placid Pink color scheme.class
Sky High color scheme.class
Spring Leaf color scheme.class
Turquoise Lake color scheme.class
Wild Pine color scheme.class
Yellow Marine color scheme.Fields in org.pushingpixels.radiance.theming.extras.api.colorschemepack declared as RadianceColorSchemeModifier and TypeFieldDescriptionprivate RadianceColorScheme[]
MixColorScheme.origSchemes
The original color schemes.Methods in org.pushingpixels.radiance.theming.extras.api.colorschemepack that return RadianceColorSchemeModifier and TypeMethodDescriptionMixColorScheme.blendWith
(RadianceColorScheme otherScheme, double likenessToThisScheme) MixColorScheme.getOrigSchemes()
Returns the original color schemes ofthis
mixed color scheme.MixColorScheme.hueShift
(double hueShiftFactor) MixColorScheme.invert()
MixColorScheme.negate()
MixColorScheme.saturate
(double saturateFactor) MixColorScheme.shade
(double shadeFactor) MixColorScheme.tint
(double tintFactor) MixColorScheme.tone
(double toneFactor) Methods in org.pushingpixels.radiance.theming.extras.api.colorschemepack with parameters of type RadianceColorSchemeModifier and TypeMethodDescriptionMixColorScheme.blendWith
(RadianceColorScheme otherScheme, double likenessToThisScheme) Constructors in org.pushingpixels.radiance.theming.extras.api.colorschemepack with parameters of type RadianceColorSchemeModifierConstructorDescriptionMixColorScheme
(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 RadianceColorSchemeModifier and TypeMethodDescriptionvoid
Glass3DDecorationPainter.paintDecorationArea
(Graphics2D graphics, Component comp, RadianceThemingSlices.DecorationAreaType decorationAreaType, Shape contour, RadianceColorScheme colorScheme) -
Uses of RadianceColorScheme in org.pushingpixels.radiance.theming.internal.blade
Classes in org.pushingpixels.radiance.theming.internal.blade that implement RadianceColorSchemeMethods in org.pushingpixels.radiance.theming.internal.blade that return RadianceColorSchemeModifier and TypeMethodDescriptionBladeColorScheme.blendWith
(RadianceColorScheme otherScheme, double likenessToThisScheme) BladeUtils.ColorSchemeDelegate.getColorSchemeForActiveState
(ComponentState state) BladeUtils.ColorSchemeDelegate.getColorSchemeForCurrentState
(ComponentState state) BladeColorScheme.hueShift
(double hueShiftFactor) BladeColorScheme.invert()
BladeColorScheme.negate()
BladeColorScheme.saturate
(double saturateFactor) BladeColorScheme.shade
(double shadeFactor) BladeColorScheme.shift
(Color backgroundShiftColor, double backgroundShiftFactor, Color foregroundShiftColor, double foregroundShiftFactor) BladeColorScheme.shiftBackground
(Color backgroundShiftColor, double backgroundShiftFactor) BladeColorScheme.tint
(double tintFactor) BladeColorScheme.tone
(double toneFactor) Methods in org.pushingpixels.radiance.theming.internal.blade with parameters of type RadianceColorSchemeModifier and TypeMethodDescriptionBladeColorScheme.blendWith
(RadianceColorScheme otherScheme, double likenessToThisScheme) static void
BladeArrowIconUtils.drawArrow
(Graphics2D g, float width, float height, float strokeWidth, int direction, RadianceColorScheme scheme, float alpha) static void
BladeArrowIconUtils.drawArrow
(Graphics2D g, int fontSize, Dimension boundingBox, int direction, RadianceColorScheme colorScheme, float alpha) static void
BladeIconUtils.drawCheckBox
(Graphics2D g, 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
(Graphics2D graphics1X, int dimension, RadianceColorScheme scheme, float checkMarkFlatness) static void
BladeIconUtils.drawCloseIcon
(Graphics2D g, int iconSize, float primaryStrokeWidth, RadianceColorScheme scheme) void
BladeTransitionAwareIcon.Delegate.drawColorSchemeIcon
(Graphics2D g, RadianceColorScheme scheme, float alpha) static void
BladeArrowIconUtils.drawDoubleArrow
(Graphics2D g, float fullWidth, float fullHeight, float arrowGap, float strokeWidth, int direction, RadianceColorScheme colorScheme, float alpha) static void
BladeIconUtils.drawHexaMarker
(Graphics2D g, int value, RadianceColorScheme colorScheme) static void
BladeIconUtils.drawIconifyIcon
(Graphics2D g, int iconSize, RadianceColorScheme scheme) static void
BladeIconUtils.drawMaximizeIcon
(Graphics2D g, int iconSize, RadianceColorScheme scheme) static void
BladeIconUtils.drawRadioButton
(Graphics2D g, AbstractButton button, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int dimension, ComponentState componentState, RadianceColorScheme fillColorScheme, RadianceColorScheme markColorScheme, RadianceColorScheme borderColorScheme, float checkMarkVisibility, float alpha) static void
BladeIconUtils.drawRestoreIcon
(Graphics2D g, int iconSize, RadianceColorScheme scheme) static void
BladeIconUtils.drawSliderThumbHorizontal
(Graphics2D g, JSlider slider, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int width, int height, RadianceColorScheme fillColorScheme, RadianceColorScheme borderColorScheme, float alpha) static void
BladeIconUtils.drawSliderThumbRound
(Graphics2D g, JSlider slider, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int dimension, RadianceColorScheme fillColorScheme, RadianceColorScheme borderColorScheme, float alpha) static void
BladeIconUtils.drawSliderThumbVertical
(Graphics2D g, JSlider slider, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int width, int height, RadianceColorScheme fillColorScheme, RadianceColorScheme borderColorScheme, float alpha) static void
BladeIconUtils.drawTreeIcon
(Graphics2D g, JTree tree, int size, RadianceColorScheme fillScheme, RadianceColorScheme borderScheme, RadianceColorScheme markScheme, boolean isCollapsed) static Icon
BladeArrowIconUtils.getArrowIcon
(JComponent component, int direction, RadianceColorScheme scheme, float alpha) static void
BladeDrawingUtils.paintBladeBorder
(Component c, Graphics2D g, int x, int y, int width, int height, float baseRadius, RadianceColorScheme borderScheme) static void
BladeDrawingUtils.paintBladeSimpleBorder
(Component c, Graphics2D g, int width, int height, float baseRadius, RadianceColorScheme colorScheme) static void
BladeDrawingUtils.paintRectangularBackground
(Component c, 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 RadianceColorSchemeModifier and TypeClassDescriptionclass
Blended color scheme.class
Hue-shifted color scheme.class
Implementation of inverted color scheme.class
Implementation of negated color scheme.class
Saturated color scheme.class
Shaded color scheme.class
Base class for shifted color schemes.class
Tinted color scheme.class
Toned color scheme.Fields in org.pushingpixels.radiance.theming.internal.colorscheme declared as RadianceColorSchemeModifier and TypeFieldDescriptionprivate 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 RadianceColorSchemeModifier and TypeMethodDescriptionBlendBiColorScheme.getFirstScheme()
Returns the main original color scheme.HueShiftColorScheme.getOrigScheme()
Returns the original color scheme.InvertedColorScheme.getOrigScheme()
Returns the original color scheme.NegatedColorScheme.getOrigScheme()
Returns the original color scheme.SaturatedColorScheme.getOrigScheme()
Returns the original color scheme.ShiftColorScheme.getOrigScheme()
Returns the original color scheme.BlendBiColorScheme.getSecondScheme()
Returns the secondary original color scheme.Constructors in org.pushingpixels.radiance.theming.internal.colorscheme with parameters of type RadianceColorSchemeModifierConstructorDescriptionBlendBiColorScheme
(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, Color shiftColor, double shiftFactor) Creates a new shifted color scheme.ShiftColorScheme
(RadianceColorScheme origScheme, Color backgroundShiftColor, double backgroundShiftFactor, 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 RadianceColorSchemeModifier and TypeMethodDescriptionColorPalettesChooser.getHiDpiAwareIcon
(int size, RadianceColorScheme colorScheme) ColorSlidersChooser.getHiDpiAwareIcon
(int size, RadianceColorScheme colorScheme) ColorWheelChooser.getHiDpiAwareIcon
(int size, RadianceColorScheme colorScheme) CrayonsChooser.getHiDpiAwareIcon
(int size, RadianceColorScheme colorScheme) abstract RadianceIcon
RadianceColorChooserPanel.getHiDpiAwareIcon
(int size, RadianceColorScheme colorScheme) 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 RadianceColorSchemeModifier and TypeMethodDescriptionColorWheelPanel.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 RadianceColorSchemeModifier and TypeMethodDescriptionstatic void
DecorationPainterUtils.paintDecorationArea
(Graphics g, Component c, Shape contour, RadianceThemingSlices.DecorationAreaType decorationType, RadianceColorScheme colorScheme, boolean force) private static void
HighlightPainterUtils.paintHighlight
(Graphics g, Component c, Rectangle rect, float borderAlpha, Set<RadianceThemingSlices.Side> openSides, RadianceColorScheme fillScheme, RadianceColorScheme borderScheme, RadianceFillPainter highlightPainter, RadianceBorderPainter highlightBorderPainter) static void
HighlightPainterUtils.paintHighlight
(Graphics g, CellRendererPane rendererPane, Component c, Rectangle rect, float borderAlpha, Set<RadianceThemingSlices.Side> openSides, RadianceColorScheme fillScheme, RadianceColorScheme borderScheme) Paints the highlight for the specified component.static void
HighlightPainterUtils.paintHighlightBorder1X
(Graphics2D g, Component comp, int width, int height, float borderAlpha, Set<RadianceThemingSlices.Side> openSides, RadianceBorderPainter highlightBorderPainter, RadianceColorScheme borderScheme) Paints the highlight border for the specified component.static void
SeparatorPainterUtils.paintHorizontalLines
(Graphics g, Component c, RadianceColorScheme scheme, int x, Collection<Integer> y, int width, float fadeStartFraction, boolean isLtr) Paints horizontal separator lines.static void
SeparatorPainterUtils.paintSeparator
(Component c, 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
(Graphics g, Component c, RadianceColorScheme scheme, int y, Collection<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 RadianceColorSchemeModifier and TypeFieldDescriptionprivate RadianceColorScheme
RadianceTreeUI.currDefaultColorScheme
The current default color scheme.Methods in org.pushingpixels.radiance.theming.internal.ui that return RadianceColorSchemeModifier and TypeMethodDescriptionRadianceTreeUI.getDefaultColorScheme()
Returns the default color scheme of this tree.Methods in org.pushingpixels.radiance.theming.internal.ui with parameters of type RadianceColorSchemeModifier and TypeMethodDescriptionprivate void
RadianceProgressBarUI.drawDeterminateBackground
(Graphics2D g, JProgressBar bar, int width, int height, RadianceColorScheme scheme, RadianceFillPainter fillPainter, int orientation) private void
RadianceProgressBarUI.drawDeterminateProgress
(Graphics2D g, JProgressBar bar, int width, int height, boolean isFull, RadianceColorScheme scheme, RadianceFillPainter fillPainter, int orientation, ComponentOrientation componentOrientation) private void
RadianceTabbedPaneUI.paintCloseButtonImage
(Graphics2D g, JTabbedPane tabPane, int width, int height, boolean toPaintBorder, RadianceColorScheme fillScheme, RadianceColorScheme markScheme) Retrieves the image of the close button.private void
RadianceProgressBarUI.paintRectangularStripedBackground
(Graphics g, int startX, int startY, int width, int height, RadianceColorScheme colorScheme, int stripeOffset, float borderAlpha, boolean isVertical) private void
RadianceTabbedPaneUI.paintRotationAwareTabBackground
(Graphics2D g, JTabbedPane tabPane, int tabIndex, int width, int height, int tabPlacement, RadianceColorScheme colorScheme, RadianceColorScheme borderScheme) private void
RadianceSliderUI.paintSliderTrack1X
(Graphics2D graphics1X, RadianceColorScheme fillColorScheme, RadianceColorScheme borderScheme, int width, int height, double scaleFactor) private void
RadianceSliderUI.paintSliderTrackSelected1X
(Graphics2D graphics1X, boolean drawInverted, 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
(Graphics2D graphics1X, JTabbedPane tabPane, int tabIndex, double scaleFactor, int width, int height, RadianceColorScheme fillScheme, RadianceColorScheme borderScheme, Color tabColor) -
Uses of RadianceColorScheme in org.pushingpixels.radiance.theming.internal.utils
Fields in org.pushingpixels.radiance.theming.internal.utils declared as RadianceColorSchemeModifier and TypeFieldDescriptionprivate RadianceColorScheme
UpdateOptimizationInfo.defaultScheme
static final RadianceColorScheme
RadianceColorSchemeUtilities.GREEN
Used as reference to the green color scheme.static final RadianceColorScheme
RadianceColorSchemeUtilities.ORANGE
Used as reference in attention-drawing animations.static final RadianceColorScheme
RadianceColorSchemeUtilities.YELLOW
Used as reference in attention-drawing animations.Fields in org.pushingpixels.radiance.theming.internal.utils with type parameters of type RadianceColorSchemeModifier and TypeFieldDescriptionprivate Map
<ComponentState, RadianceColorScheme> UpdateOptimizationInfo.highlightBorderSchemeMap
private Map
<ComponentState, RadianceColorScheme> UpdateOptimizationInfo.highlightSchemeMap
private static final LazyResettableHashMap
<RadianceColorScheme> RadianceColorSchemeUtilities.shiftedCache
Cache of shifted schemes.Methods in org.pushingpixels.radiance.theming.internal.utils that return RadianceColorSchemeModifier and TypeMethodDescriptionstatic RadianceColorScheme
RadianceColorSchemeUtilities.getActiveColorScheme
(Component component, ComponentState componentState) Returns the active color scheme of the component.private static RadianceColorScheme
RadianceColorSchemeUtilities.getColorizedScheme
(Component component, RadianceColorScheme scheme, boolean isEnabled) Returns a colorized version of the specified color scheme.private static RadianceColorScheme
RadianceColorSchemeUtilities.getColorizedScheme
(Component component, RadianceColorScheme scheme, Color fgColor, Color bgColor, boolean isEnabled) Returns a colorized version of the specified color scheme.static RadianceColorScheme
RadianceColorSchemeUtilities.getColorScheme
(Component component, ComponentState componentState) Returns the color scheme of the specified component.static RadianceColorScheme
RadianceColorSchemeUtilities.getColorScheme
(Component component, RadianceThemingSlices.ColorSchemeAssociationKind associationKind, ComponentState componentState) Returns the color scheme of the component.static RadianceColorScheme
RadianceColorSchemeUtilities.getColorScheme
(JTabbedPane jtp, int tabIndex, RadianceThemingSlices.ColorSchemeAssociationKind associationKind, ComponentState componentState) Returns the color scheme of the specified tabbed pane tab.static RadianceColorScheme
RadianceColorSchemeUtilities.getDarkColorScheme
(String name, Color[] colors, Map<String, Color> additionalColors) UpdateOptimizationInfo.getDefaultScheme()
static RadianceColorScheme
RadianceColorSchemeUtilities.getDirectColorScheme
(Component component, RadianceThemingSlices.ColorSchemeAssociationKind associationKind, ComponentState componentState) Returns the color scheme of the component.UpdateOptimizationInfo.getHighlightBorderColorScheme
(ComponentState state) UpdateOptimizationInfo.getHighlightColorScheme
(ComponentState state) static RadianceColorScheme
RadianceColorSchemeUtilities.getLightColorScheme
(String name, Color[] colors, Map<String, Color> additionalColors) static RadianceColorScheme
RadianceColorSchemeUtilities.getShiftedScheme
(RadianceColorScheme orig, Color backgroundShiftColor, double backgroundShiftFactor, Color foregroundShiftColor, double foregroundShiftFactor) Returns a shifted color scheme.Methods in org.pushingpixels.radiance.theming.internal.utils with parameters of type RadianceColorSchemeModifier and TypeMethodDescriptionprivate void
ButtonBackgroundDelegate.drawBackground
(Graphics2D g, AbstractButton button, RadianceButtonShaper shaper, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int width, int height, RadianceColorScheme colorScheme, RadianceColorScheme borderScheme, Set<RadianceThemingSlices.Side> openSides, boolean isContentAreaFilled, boolean isBorderPainted) static Icon
RadianceImageCreator.getCapsLockIcon
(RadianceColorScheme scheme, Component c) Returns a caps lock icon that matches the specified scheme.private static RadianceColorScheme
RadianceColorSchemeUtilities.getColorizedScheme
(Component component, RadianceColorScheme scheme, boolean isEnabled) Returns a colorized version of the specified color scheme.private static RadianceColorScheme
RadianceColorSchemeUtilities.getColorizedScheme
(Component component, RadianceColorScheme scheme, Color fgColor, Color bgColor, boolean isEnabled) Returns a colorized version of the specified color scheme.static BufferedImage
RadianceImageCreator.getColorSchemeImage
(Component comp, 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 BufferedImage
RadianceImageCreator.getColorSchemeImage
(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 ColorUIResource
RadianceColorUtilities.getForegroundColor
(RadianceColorScheme scheme) Returns the foreground color of the specified color scheme.static 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, Color backgroundShiftColor, double backgroundShiftFactor, Color foregroundShiftColor, double foregroundShiftFactor) Returns a shifted color scheme.static Icon
RadianceImageCreator.getSmallLockIcon
(RadianceColorScheme scheme, Component c) Returns a lock icon that matches the specified scheme.static void
RadianceImageCreator.paintSplitDividerBumpImage
(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 RadianceColorSchemeModifier and TypeMethodDescriptionprivate void
RadianceToolBarBorder.drawDragImage
(Graphics2D g, 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 RadianceColorSchemeModifier and TypeMethodDescriptionprivate void
ComboBoxBackgroundDelegate.drawBackground
(Graphics2D g, 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 RadianceColorSchemeModifier and TypeMethodDescriptionstatic 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 RadianceColorSchemeModifierConstructorDescriptionprivate
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 RadianceColorSchemeModifier and TypeClassDescriptionclass
Base class for color schemes simulating color-blind users.class
Color scheme for deuteranopia color blindness.class
Color scheme for protanopia color blindness.class
Color scheme for tritanopia color blindness.Fields in org.pushingpixels.radiance.tools.themingdebugger declared as RadianceColorSchemeModifier and TypeFieldDescriptionprivate RadianceColorScheme
ColorBlindColorScheme.origScheme
The original color scheme.Methods in org.pushingpixels.radiance.tools.themingdebugger that return RadianceColorSchemeModifier and TypeMethodDescriptionColorBlindColorScheme.getOrigScheme()
Returns the original color scheme.Constructors in org.pushingpixels.radiance.tools.themingdebugger with parameters of type RadianceColorSchemeModifierConstructorDescriptionColorBlindColorScheme
(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.