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 voidCommandButtonFollowColorSchemeIcon.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 voidBladeTransitionAwareRadianceIcon.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 voidRibbonTaskToggleButtonBackgroundDelegate. 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 RadianceColorSchemeRadianceColorSchemeBundle. activeColorSchemeThe active color scheme of this bundle.private RadianceColorSchemeRadianceSkin.Accented.AccentBuilder. activeControlsAccentprivate RadianceColorSchemeRadianceSkin.Accented. activeControlsAccentprivate RadianceColorSchemeRadianceSkin.Accented.AccentBuilder. backgroundAccentprivate RadianceColorSchemeRadianceSkin.Accented. backgroundAccentprivate RadianceColorSchemeRadianceColorSchemeBundle. disabledColorSchemeThe disabled color scheme of this bundle.private RadianceColorSchemeRadianceColorSchemeBundle. disabledSelectedSchemeIf 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 RadianceColorSchemeRadianceColorSchemeBundle. enabledColorSchemeThe enabled color scheme of this bundle.private RadianceColorSchemeRadianceSkin.Accented.AccentBuilder. enabledControlsAccentprivate RadianceColorSchemeRadianceSkin.Accented. enabledControlsAccentprivate RadianceColorSchemeRadianceSkin.Accented.AccentBuilder. highlightsAccentprivate RadianceColorSchemeRadianceSkin.Accented. highlightsAccentprivate RadianceColorSchemeRadianceColorSchemeBundle. pressedSchemeIf there is no explicitly registered color scheme for pressed component state, this field will contain a synthesized color scheme for the pressed state.private RadianceColorSchemeRadianceColorSchemeBundle. rolloverSelectedSchemeIf 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 RadianceColorSchemeRadianceColorSchemeBundle. selectedSchemeIf 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 RadianceColorSchemeRadianceSkin.Accented.AccentBuilder. windowChromeAccentprivate RadianceColorSchemeRadianceSkin.Accented. windowChromeAccentFields 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. backgroundColorSchemeMapMaps decoration area type to the background color schemes.private java.util.Map<RadianceThemingSlices.ColorSchemeAssociationKind,java.util.Map<ComponentState,RadianceColorScheme>>RadianceColorSchemeBundle. colorSchemeMapMaps from color scheme association kinds to the map of color schemes.private java.util.Map<java.lang.Integer,RadianceColorScheme>RadianceSkin. optionPaneIconColorSchemeMapMethods in org.pushingpixels.radiance.theming.api that return RadianceColorScheme Modifier and Type Method Description RadianceColorSchemeRadianceSkin.ColorSchemes. get(java.lang.String displayName)Returns the color scheme based on its display name.RadianceColorSchemeRadianceColorSchemeBundle. getActiveColorScheme()Returns the active color scheme of this bundle.RadianceColorSchemeRadianceSkin. getActiveColorScheme(RadianceThemingSlices.DecorationAreaType decorationAreaType)Returns the main active color scheme for the specific decoration area type.RadianceColorSchemeRadianceSkin.Accented. getActiveControlsAccent()RadianceColorSchemeRadianceSkin.Accented. getBackgroundAccent()RadianceColorSchemeRadianceSkin. getBackgroundColorScheme(RadianceThemingSlices.DecorationAreaType decorationAreaType)Returns the background color scheme for the specified decoration area type.RadianceColorSchemeRadianceColorSchemeBundle. getColorScheme(ComponentState componentState)Returns the color scheme of the specified component in the specified component state.RadianceColorSchemeRadianceColorSchemeBundle. 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.RadianceColorSchemeRadianceSkin. getColorScheme(java.awt.Component comp, ComponentState componentState)Returns the color scheme of the specified component in the specified component state.RadianceColorSchemeRadianceSkin. 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.RadianceColorSchemeRadianceSkin. 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.RadianceColorSchemeRadianceSkin. 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.RadianceColorSchemeRadianceColorSchemeBundle. getDisabledColorScheme()Returns the disabled color scheme of this bundle.RadianceColorSchemeRadianceSkin. getDisabledColorScheme(RadianceThemingSlices.DecorationAreaType decorationAreaType)Returns the main disabled color scheme for the specific decoration area type.RadianceColorSchemeRadianceColorSchemeBundle. getEnabledColorScheme()Returns the enabled color scheme of this bundle.RadianceColorSchemeRadianceSkin. getEnabledColorScheme(RadianceThemingSlices.DecorationAreaType decorationAreaType)Returns the main enabled color scheme for the specific decoration area type.RadianceColorSchemeRadianceSkin.Accented. getEnabledControlsAccent()RadianceColorSchemeRadianceSkin.Accented. getHighlightsAccent()RadianceColorSchemeRadianceSkin. getOptionPaneIconColorScheme(int optionPaneMessageType)RadianceColorSchemeRadianceSkin.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 voidRadianceSkin. 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.voidRadianceSkin. registerAsDecorationArea(RadianceColorScheme backgroundColorScheme, RadianceThemingSlices.DecorationAreaType... areaTypes)Registers the specified background color scheme to be used on controls in decoration areas.voidRadianceColorSchemeBundle. registerColorScheme(RadianceColorScheme stateColorScheme, ComponentState... states)Registers a color scheme for the specific component state.voidRadianceColorSchemeBundle. 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.voidRadianceSkin. 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.voidRadianceColorSchemeBundle. 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.voidRadianceSkin. setOptionPaneIconColorScheme(RadianceColorScheme colorScheme, int... optionPaneMessageTypes)RadianceSkin.Accented.AccentBuilderRadianceSkin.Accented.AccentBuilder. withActiveControlsAccent(RadianceColorScheme activeControlsAccent)RadianceSkin.Accented.AccentBuilderRadianceSkin.Accented.AccentBuilder. withBackgroundAccent(RadianceColorScheme backgroundAccent)RadianceSkin.Accented.AccentBuilderRadianceSkin.Accented.AccentBuilder. withEnabledControlsAccent(RadianceColorScheme enabledControlsAccent)RadianceSkin.Accented.AccentBuilderRadianceSkin.Accented.AccentBuilder. withHighlightsAccent(RadianceColorScheme highlightsAccent)RadianceSkin.Accented.AccentBuilderRadianceSkin.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 classAquaColorSchemeAqua color scheme.classBarbyPinkColorSchemeBarby pink color scheme.classBaseColorSchemeBase class for Radiance color schemes.classBaseDarkColorSchemeBase class for dark color schemes.classBaseLightColorSchemeBase class for light color schemes.classBottleGreenColorSchemeBottle green color scheme.classBrownColorSchemeBrown color scheme.classCharcoalColorSchemeCharcoal color scheme.classCremeColorSchemeBrown color scheme.classDarkGrayColorSchemeDark gray color scheme.classDarkMetallicColorSchemeDark metallic color scheme.classDarkVioletColorSchemeDark violet color scheme.classDesertSandColorSchemeDesert Sand color scheme.classEbonyColorSchemeEbony color scheme.classJadeForestColorSchemeJade Forest color scheme.classLightAquaColorSchemeLight aqua color scheme.classLightGrayColorSchemeLight gray color scheme.classLimeGreenColorSchemeLime green color scheme.classMetallicColorSchemeMetallic color scheme.classOliveColorSchemeOlive color scheme.classOrangeColorSchemeOrange color scheme.classPurpleColorSchemePurple color scheme.classRaspberryColorSchemeRaspberry color scheme.classSepiaColorSchemeSepia color scheme.classSteelBlueColorSchemeSteel Blue color scheme.classSunfireRedColorSchemeSunfire Red color scheme.classSunGlareColorSchemeSun Glare color scheme.classSunsetColorSchemeSunset color scheme.classTerracottaColorSchemeTerracotta color scheme.classUltramarineColorSchemeUltramarine color scheme.Fields in org.pushingpixels.radiance.theming.api.colorscheme declared as RadianceColorScheme Modifier and Type Field Description private RadianceColorSchemeDerivedColorsResolverDark. schemeThe original color scheme.private RadianceColorSchemeDerivedColorsResolverLight. schemeThe original color scheme.Methods in org.pushingpixels.radiance.theming.api.colorscheme that return RadianceColorScheme Modifier and Type Method Description RadianceColorSchemeBaseColorScheme. blendWith(RadianceColorScheme otherScheme, double likenessToThisScheme)RadianceColorSchemeRadianceColorScheme. blendWith(RadianceColorScheme otherScheme, double likenessToThisScheme)Creates a blended version ofthiscolor scheme based on another color scheme.RadianceColorSchemeBaseColorScheme. hueShift(double hueShiftFactor)RadianceColorSchemeRadianceColorScheme. hueShift(double hueShiftFactor)Creates a hue-shifted (in HSB space) version ofthiscolor scheme.RadianceColorSchemeBaseColorScheme. invert()RadianceColorSchemeRadianceColorScheme. invert()Creates an inverted version ofthisscheme.RadianceColorSchemeBaseColorScheme. named(java.lang.String colorSchemeDisplayName)RadianceColorSchemeRadianceColorScheme. named(java.lang.String colorSchemeDisplayName)This method is a fluent-interface builder utility for setting the display name for this color scheme.RadianceColorSchemeBaseColorScheme. negate()RadianceColorSchemeRadianceColorScheme. negate()Creates a negated version ofthisscheme.RadianceColorSchemeBaseColorScheme. saturate(double saturateFactor)RadianceColorSchemeRadianceColorScheme. saturate(double saturateFactor)Creates a saturated or desaturated version ofthisscheme.RadianceColorSchemeBaseColorScheme. shade(double shadeFactor)RadianceColorSchemeRadianceColorScheme. shade(double shadeFactor)Creates a shaded (shifted towards black) version ofthiscolor scheme.RadianceColorSchemeBaseColorScheme. shift(java.awt.Color backgroundShiftColor, double backgroundShiftFactor, java.awt.Color foregroundShiftColor, double foregroundShiftFactor)RadianceColorSchemeRadianceColorScheme. shift(java.awt.Color backgroundShiftColor, double backgroundShiftFactor, java.awt.Color foregroundShiftColor, double foregroundShiftFactor)Creates a shift version ofthisscheme.RadianceColorSchemeBaseColorScheme. shiftBackground(java.awt.Color backgroundShiftColor, double backgroundShiftFactor)RadianceColorSchemeRadianceColorScheme. shiftBackground(java.awt.Color backgroundShiftColor, double backgroundShiftFactor)Creates a shift version ofthisscheme.RadianceColorSchemeBaseColorScheme. tint(double tintFactor)RadianceColorSchemeRadianceColorScheme. tint(double tintFactor)Creates a tinted (shifted towards white) version ofthiscolor scheme.RadianceColorSchemeBaseColorScheme. tone(double toneFactor)RadianceColorSchemeRadianceColorScheme. tone(double toneFactor)Creates a toned (shifted towards gray) version ofthiscolor scheme.RadianceColorSchemeColorSchemeTransform. 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 RadianceColorSchemeBaseColorScheme. blendWith(RadianceColorScheme otherScheme, double likenessToThisScheme)RadianceColorSchemeRadianceColorScheme. blendWith(RadianceColorScheme otherScheme, double likenessToThisScheme)Creates a blended version ofthiscolor scheme based on another color scheme.java.awt.ColorColorSchemeSingleColorQuery. query(RadianceColorScheme scheme)Returns a single color based on the specified color scheme.RadianceColorSchemeColorSchemeTransform. 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 RadianceIconRadianceDefaultIconPack. getAllowedIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceIconPack. getAllowedIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceDefaultIconPack. getCapsLockIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceIconPack. getCapsLockIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceDefaultIconPack. getColorChooserColorPalettesIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceIconPack. getColorChooserColorPalettesIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceDefaultIconPack. getColorChooserColorSlidersIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceIconPack. getColorChooserColorSlidersIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceDefaultIconPack. getColorChooserColorSwatchesIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceIconPack. getColorChooserColorSwatchesIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceDefaultIconPack. getColorChooserColorWheelIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceIconPack. getColorChooserColorWheelIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceDefaultIconPack. getColorChooserCrayonsIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceIconPack. getColorChooserCrayonsIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceDefaultIconPack. getColorChooserImagePalettesIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceIconPack. getColorChooserImagePalettesIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceDefaultIconPack. getFileChooserComputerIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceIconPack. getFileChooserComputerIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceDefaultIconPack. getFileChooserDetailsViewIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceIconPack. getFileChooserDetailsViewIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceDefaultIconPack. getFileChooserDirectoryIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceIconPack. getFileChooserDirectoryIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceDefaultIconPack. getFileChooserFileIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceIconPack. getFileChooserFileIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceDefaultIconPack. getFileChooserFloppyDriveIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceIconPack. getFileChooserFloppyDriveIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceDefaultIconPack. getFileChooserHardDriveIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceIconPack. getFileChooserHardDriveIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceDefaultIconPack. getFileChooserHomeFolderIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceIconPack. getFileChooserHomeFolderIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceDefaultIconPack. getFileChooserListViewIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceIconPack. getFileChooserListViewIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceDefaultIconPack. getFileChooserNewFolderIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceIconPack. getFileChooserNewFolderIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceDefaultIconPack. getFileChooserUpFolderIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceIconPack. getFileChooserUpFolderIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceDefaultIconPack. getFileChooserViewMenuIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceIconPack. getFileChooserViewMenuIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceDefaultIconPack. getInspectIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceIconPack. getInspectIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceDefaultIconPack. getLockIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceIconPack. getLockIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceDefaultIconPack. getNotAllowedIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceIconPack. getNotAllowedIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceDefaultIconPack. getOptionPaneErrorIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceIconPack. getOptionPaneErrorIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceDefaultIconPack. getOptionPaneInformationIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceIconPack. getOptionPaneInformationIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceDefaultIconPack. getOptionPaneQuestionIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceIconPack. getOptionPaneQuestionIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceDefaultIconPack. getOptionPaneWarningIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceIconPack. getOptionPaneWarningIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceDefaultIconPack. getRefreshIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceIconPack. getRefreshIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceDefaultIconPack. getScrollAllIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceIconPack. getScrollAllIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceDefaultIconPack. getScrollHorizontalIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceIconPack. getScrollHorizontalIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceDefaultIconPack. getScrollVerticalIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceIconPack. getScrollVerticalIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceDefaultIconPack. getTextCopyActionIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceIconPack. getTextCopyActionIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceDefaultIconPack. getTextCutActionIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceIconPack. getTextCutActionIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceDefaultIconPack. getTextDeleteActionIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceIconPack. getTextDeleteActionIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceDefaultIconPack. getTextPasteActionIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceIconPack. getTextPasteActionIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceDefaultIconPack. getTextSelectAllActionIcon(int preferredSize, RadianceColorScheme preferredIconColorScheme)RadianceIconRadianceIconPack. 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. transformMapMap 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 RadianceColorSchemeDelegateFractionBasedBorderPainter. 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.ColorCompositeBorderPainter. getRepresentativeColor(RadianceColorScheme borderScheme)java.awt.ColorDelegateFractionBasedBorderPainter. getRepresentativeColor(RadianceColorScheme borderScheme)java.awt.ColorFractionBasedBorderPainter. getRepresentativeColor(RadianceColorScheme borderScheme)java.awt.ColorRadianceBorderPainter. getRepresentativeColor(RadianceColorScheme borderScheme)private RadianceColorSchemeDelegateFractionBasedBorderPainter. getShiftScheme(RadianceColorScheme orig)Retrieves a transformed color scheme.voidCompositeBorderPainter. paintBorder(java.awt.Graphics g, java.awt.Component c, float width, float height, java.awt.Shape contour, java.awt.Shape innerContour, RadianceColorScheme borderScheme)voidDelegateFractionBasedBorderPainter. paintBorder(java.awt.Graphics g, java.awt.Component c, float width, float height, java.awt.Shape contour, java.awt.Shape innerContour, RadianceColorScheme borderScheme)voidFractionBasedBorderPainter. paintBorder(java.awt.Graphics g, java.awt.Component c, float width, float height, java.awt.Shape contour, java.awt.Shape innerContour, RadianceColorScheme borderScheme)voidRadianceBorderPainter. 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 voidMatteDecorationPainter. 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.BufferedImageImageWrapperDecorationPainter. getColorizedTile(double scale, RadianceColorScheme scheme)Returns a colorized image tile.protected voidClassicDecorationPainter. internalPaint(java.awt.Graphics2D graphics, java.awt.Component comp, int width, int height, RadianceColorScheme scheme)Paints the specified area.private voidFractionBasedDecorationPainter. paintDecoratedBackground(java.awt.Graphics2D graphics, java.awt.Component comp, RadianceThemingSlices.DecorationAreaType decorationAreaType, int width, int height, RadianceColorScheme scheme)private voidFractionBasedDecorationPainter. paintDecoratedBackground(java.awt.Graphics2D graphics, java.awt.Component comp, RadianceThemingSlices.DecorationAreaType decorationAreaType, java.awt.Shape contour, RadianceColorScheme scheme)voidArcDecorationPainter. paintDecorationArea(java.awt.Graphics2D graphics, java.awt.Component comp, RadianceThemingSlices.DecorationAreaType decorationAreaType, java.awt.Shape contour, RadianceColorScheme colorScheme)voidClassicDecorationPainter. paintDecorationArea(java.awt.Graphics2D graphics, java.awt.Component comp, RadianceThemingSlices.DecorationAreaType decorationAreaType, java.awt.Shape contour, RadianceColorScheme colorScheme)voidFlatDecorationPainter. paintDecorationArea(java.awt.Graphics2D graphics, java.awt.Component comp, RadianceThemingSlices.DecorationAreaType decorationAreaType, java.awt.Shape contour, RadianceColorScheme colorScheme)voidFractionBasedDecorationPainter. paintDecorationArea(java.awt.Graphics2D graphics, java.awt.Component comp, RadianceThemingSlices.DecorationAreaType decorationAreaType, java.awt.Shape contour, RadianceColorScheme colorScheme)voidImageWrapperDecorationPainter. paintDecorationArea(java.awt.Graphics2D graphics, java.awt.Component comp, RadianceThemingSlices.DecorationAreaType decorationAreaType, java.awt.Shape contour, RadianceColorScheme colorScheme)voidMatteDecorationPainter. paintDecorationArea(java.awt.Graphics2D graphics, java.awt.Component comp, RadianceThemingSlices.DecorationAreaType decorationAreaType, java.awt.Shape contour, RadianceColorScheme colorScheme)voidRadianceDecorationPainter. 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 voidArcDecorationPainter. 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 voidMatteDecorationPainter. paintExtraBackground(java.awt.Graphics2D graphics, java.awt.Component comp, int width, int height, RadianceColorScheme scheme)Paints the background of non-title decoration areas.private voidFractionBasedDecorationPainter. paintSolidBackground(java.awt.Graphics2D graphics, int width, int height, RadianceColorScheme scheme)private voidFractionBasedDecorationPainter. paintSolidBackground(java.awt.Graphics2D graphics, java.awt.Shape contour, RadianceColorScheme scheme)private voidArcDecorationPainter. paintTitleBackground(java.awt.Graphics2D original, java.awt.Component comp, int width, int height, RadianceColorScheme scheme)Paints the title background.private voidMatteDecorationPainter. paintTitleBackground(java.awt.Graphics2D graphics, int width, int height, RadianceColorScheme scheme)Paints the title background.private voidImageWrapperDecorationPainter. 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.ColorFractionBasedFillPainter. getRepresentativeColor(RadianceColorScheme fillScheme)java.awt.ColorRadianceFillPainter. getRepresentativeColor(RadianceColorScheme fillScheme)java.awt.ColorSpecularRectangularFillPainter. getRepresentativeColor(RadianceColorScheme fillScheme)voidFractionBasedFillPainter. paintContourBackground(java.awt.Graphics g, java.awt.Component comp, float width, float height, java.awt.Shape contour, RadianceColorScheme fillScheme)voidRadianceFillPainter. 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.voidSpecularRectangularFillPainter. 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 RadianceColorSchemeRadianceDefaultComboBoxRenderer. getColorSchemeForState(javax.swing.JList list, int index, RadianceListUI listUI, ComponentState state)private RadianceColorSchemeRadianceDefaultListCellRenderer. getColorSchemeForState(javax.swing.JList list, RadianceListUI ui, ComponentState state)private RadianceColorSchemeRadianceDefaultTableCellRenderer. getColorSchemeForState(javax.swing.JTable table, RadianceTableUI ui, ComponentState state)private RadianceColorSchemeRadianceDefaultTableHeaderCellRenderer. getColorSchemeForState(javax.swing.table.JTableHeader tableHeader, ComponentState activeState)private RadianceColorSchemeRadianceDefaultTreeCellRenderer. getColorSchemeForState(javax.swing.JTree tree, RadianceTreeUI ui, ComponentState activeState)private RadianceColorSchemeRadiancePanelListCellRenderer. getColorSchemeForState(javax.swing.JList list, RadianceListUI ui, ComponentState state)private RadianceColorSchemeRadiancePanelTreeCellRenderer. 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 voidGeminiSkin. applyHighlightAsFill(RadianceColorSchemeBundle schemeBundle, RadianceColorScheme highlightScheme, RadianceColorScheme highlightBorderScheme)private static voidGeminiSkin. 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 voidDefaultTitlePaneButtonsProvider.DefaultCloseButtonProvider. drawIcon(java.awt.Graphics2D g, RadianceColorScheme scheme, float alpha, int iconSize)voidDefaultTitlePaneButtonsProvider.DefaultIconifyButtonProvider. drawIcon(java.awt.Graphics2D g, RadianceColorScheme scheme, float alpha, int iconSize)voidDefaultTitlePaneButtonsProvider.DefaultMaximizeButtonProvider. drawIcon(java.awt.Graphics2D g, RadianceColorScheme scheme, float alpha, int iconSize)voidDefaultTitlePaneButtonsProvider.DefaultRestoreButtonProvider. drawIcon(java.awt.Graphics2D g, RadianceColorScheme scheme, float alpha, int iconSize)voidTitlePaneButtonProvider. 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 classBelizeColorSchemeBelize color scheme.classBloodyMoonColorSchemeBloody Moon color scheme.classBlueYonderColorSchemeBlue Yonder color scheme.classBrickWallColorSchemeBrick Wall color scheme.classBrownVelvetColorSchemeBrown Velvet color scheme.classCobaltSteelColorSchemeCobalt Steel color scheme.classDesertMarsColorSchemeDesert Mars color scheme.classEarthFrescoColorSchemeEarth Fresco color scheme.classEmeraldGrassColorSchemeEmerald Grass color scheme.classFauveMauveColorSchemeFauve Mauve color scheme.classGooseberryJungleColorSchemeGooseberry Jungle color scheme.classGreenPearlColorSchemeGreen Pearl color scheme.classMahoganyColorSchemeMahogany color scheme.classMixColorSchemeMixed color scheme.classOrchidAlloyColorSchemeOrchid Alloy color scheme.classPeachColorSchemePeach color scheme.classPlacidPinkColorSchemePlacid Pink color scheme.classSkyHighColorSchemeSky High color scheme.classSpringLeafColorSchemeSpring Leaf color scheme.classTurquoiseLakeColorSchemeTurquoise Lake color scheme.classWildPineColorSchemeWild Pine color scheme.classYellowMarineColorSchemeYellow Marine color scheme.Fields in org.pushingpixels.radiance.theming.extras.api.colorschemepack declared as RadianceColorScheme Modifier and Type Field Description private RadianceColorScheme[]MixColorScheme. origSchemesThe original color schemes.Methods in org.pushingpixels.radiance.theming.extras.api.colorschemepack that return RadianceColorScheme Modifier and Type Method Description RadianceColorSchemeMixColorScheme. blendWith(RadianceColorScheme otherScheme, double likenessToThisScheme)RadianceColorScheme[]MixColorScheme. getOrigSchemes()Returns the original color schemes ofthismixed color scheme.RadianceColorSchemeMixColorScheme. hueShift(double hueShiftFactor)RadianceColorSchemeMixColorScheme. invert()RadianceColorSchemeMixColorScheme. negate()RadianceColorSchemeMixColorScheme. saturate(double saturateFactor)RadianceColorSchemeMixColorScheme. shade(double shadeFactor)RadianceColorSchemeMixColorScheme. tint(double tintFactor)RadianceColorSchemeMixColorScheme. tone(double toneFactor)Methods in org.pushingpixels.radiance.theming.extras.api.colorschemepack with parameters of type RadianceColorScheme Modifier and Type Method Description RadianceColorSchemeMixColorScheme. 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 voidGlass3DDecorationPainter. 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 classBladeColorSchemeMethods in org.pushingpixels.radiance.theming.internal.blade that return RadianceColorScheme Modifier and Type Method Description RadianceColorSchemeBladeColorScheme. blendWith(RadianceColorScheme otherScheme, double likenessToThisScheme)RadianceColorSchemeBladeUtils.ColorSchemeDelegate. getColorSchemeForActiveState(ComponentState state)RadianceColorSchemeBladeUtils.ColorSchemeDelegate. getColorSchemeForCurrentState(ComponentState state)RadianceColorSchemeBladeColorScheme. hueShift(double hueShiftFactor)RadianceColorSchemeBladeColorScheme. invert()RadianceColorSchemeBladeColorScheme. named(java.lang.String colorSchemeDisplayName)RadianceColorSchemeBladeColorScheme. negate()RadianceColorSchemeBladeColorScheme. saturate(double saturateFactor)RadianceColorSchemeBladeColorScheme. shade(double shadeFactor)RadianceColorSchemeBladeColorScheme. shift(java.awt.Color backgroundShiftColor, double backgroundShiftFactor, java.awt.Color foregroundShiftColor, double foregroundShiftFactor)RadianceColorSchemeBladeColorScheme. shiftBackground(java.awt.Color backgroundShiftColor, double backgroundShiftFactor)RadianceColorSchemeBladeColorScheme. tint(double tintFactor)RadianceColorSchemeBladeColorScheme. tone(double toneFactor)Methods in org.pushingpixels.radiance.theming.internal.blade with parameters of type RadianceColorScheme Modifier and Type Method Description RadianceColorSchemeBladeColorScheme. blendWith(RadianceColorScheme otherScheme, double likenessToThisScheme)static voidBladeArrowIconUtils. drawArrow(java.awt.Graphics2D g, float width, float height, float strokeWidth, int direction, RadianceColorScheme scheme, float alpha)static voidBladeArrowIconUtils. drawArrow(java.awt.Graphics2D g, int fontSize, java.awt.Dimension boundingBox, int direction, RadianceColorScheme colorScheme, float alpha)static voidBladeIconUtils. 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 voidBladeIconUtils. drawCheckMarkAtScale1X(java.awt.Graphics2D graphics1X, int dimension, RadianceColorScheme scheme, float checkMarkFlatness)static voidBladeIconUtils. drawCloseIcon(java.awt.Graphics2D g, int iconSize, float primaryStrokeWidth, RadianceColorScheme scheme)voidBladeTransitionAwareIcon.Delegate. drawColorSchemeIcon(java.awt.Graphics2D g, RadianceColorScheme scheme, float alpha)static voidBladeArrowIconUtils. drawDoubleArrow(java.awt.Graphics2D g, float fullWidth, float fullHeight, float arrowGap, float strokeWidth, int direction, RadianceColorScheme colorScheme, float alpha)static voidBladeIconUtils. drawHexaMarker(java.awt.Graphics2D g, int value, RadianceColorScheme colorScheme)static voidBladeIconUtils. drawIconifyIcon(java.awt.Graphics2D g, int iconSize, RadianceColorScheme scheme)static voidBladeIconUtils. drawMaximizeIcon(java.awt.Graphics2D g, int iconSize, RadianceColorScheme scheme)static voidBladeIconUtils. 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 voidBladeIconUtils. drawRestoreIcon(java.awt.Graphics2D g, int iconSize, RadianceColorScheme scheme)static voidBladeIconUtils. drawSliderThumbHorizontal(java.awt.Graphics2D g, javax.swing.JSlider slider, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int width, int height, RadianceColorScheme fillColorScheme, RadianceColorScheme borderColorScheme, float alpha)static voidBladeIconUtils. drawSliderThumbRound(java.awt.Graphics2D g, javax.swing.JSlider slider, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int dimension, RadianceColorScheme fillColorScheme, RadianceColorScheme borderColorScheme, float alpha)static voidBladeIconUtils. drawSliderThumbVertical(java.awt.Graphics2D g, javax.swing.JSlider slider, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int width, int height, RadianceColorScheme fillColorScheme, RadianceColorScheme borderColorScheme, float alpha)static voidBladeIconUtils. drawTreeIcon(java.awt.Graphics2D g, javax.swing.JTree tree, int size, RadianceColorScheme fillScheme, RadianceColorScheme borderScheme, RadianceColorScheme markScheme, boolean isCollapsed)static javax.swing.IconBladeArrowIconUtils. getArrowIcon(javax.swing.JComponent component, int direction, RadianceColorScheme scheme, float alpha)static voidBladeDrawingUtils. paintBladeBorder(java.awt.Component c, java.awt.Graphics2D g, int x, int y, int width, int height, float baseRadius, RadianceColorScheme borderScheme)static voidBladeDrawingUtils. paintBladeSimpleBorder(java.awt.Component c, java.awt.Graphics2D g, int width, int height, float baseRadius, RadianceColorScheme colorScheme)static voidBladeDrawingUtils. 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 classBlendBiColorSchemeBlended color scheme.classHueShiftColorSchemeHue-shifted color scheme.classInvertedColorSchemeImplementation of inverted color scheme.classNegatedColorSchemeImplementation of negated color scheme.classSaturatedColorSchemeSaturated color scheme.classShadeColorSchemeShaded color scheme.classShiftColorSchemeBase class for shifted color schemes.classTintColorSchemeTinted color scheme.classToneColorSchemeToned color scheme.Fields in org.pushingpixels.radiance.theming.internal.colorscheme declared as RadianceColorScheme Modifier and Type Field Description private RadianceColorSchemeBlendBiColorScheme. firstSchemeThe main original color scheme.private RadianceColorSchemeHueShiftColorScheme. origSchemeThe original color scheme.private RadianceColorSchemeInvertedColorScheme. origSchemeThe original color scheme.private RadianceColorSchemeNegatedColorScheme. origSchemeThe original color scheme.private RadianceColorSchemeSaturatedColorScheme. origSchemeThe original color scheme.private RadianceColorSchemeShiftColorScheme. origSchemeThe original color scheme.private RadianceColorSchemeBlendBiColorScheme. secondSchemeThe secondary original color scheme.Methods in org.pushingpixels.radiance.theming.internal.colorscheme that return RadianceColorScheme Modifier and Type Method Description RadianceColorSchemeBlendBiColorScheme. getFirstScheme()Returns the main original color scheme.RadianceColorSchemeHueShiftColorScheme. getOrigScheme()Returns the original color scheme.RadianceColorSchemeInvertedColorScheme. getOrigScheme()Returns the original color scheme.RadianceColorSchemeNegatedColorScheme. getOrigScheme()Returns the original color scheme.RadianceColorSchemeSaturatedColorScheme. getOrigScheme()Returns the original color scheme.RadianceColorSchemeShiftColorScheme. getOrigScheme()Returns the original color scheme.RadianceColorSchemeBlendBiColorScheme. 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 RadianceIconColorPalettesChooser. getHiDpiAwareIcon(int size, RadianceColorScheme colorScheme)RadianceIconColorSlidersChooser. getHiDpiAwareIcon(int size, RadianceColorScheme colorScheme)RadianceIconColorWheelChooser. getHiDpiAwareIcon(int size, RadianceColorScheme colorScheme)RadianceIconCrayonsChooser. getHiDpiAwareIcon(int size, RadianceColorScheme colorScheme)abstract RadianceIconRadianceColorChooserPanel. getHiDpiAwareIcon(int size, RadianceColorScheme colorScheme)RadianceIconSwatchesChooser. 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 RadianceIconColorWheelPanel. 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 voidDecorationPainterUtils. paintDecorationArea(java.awt.Graphics g, java.awt.Component c, java.awt.Shape contour, RadianceThemingSlices.DecorationAreaType decorationType, RadianceColorScheme colorScheme, boolean force)private static voidHighlightPainterUtils. 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 voidHighlightPainterUtils. 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 voidHighlightPainterUtils. 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 voidSeparatorPainterUtils. 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 voidSeparatorPainterUtils. 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 voidSeparatorPainterUtils. 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 RadianceColorSchemeRadianceTreeUI. currDefaultColorSchemeThe current default color scheme.Methods in org.pushingpixels.radiance.theming.internal.ui that return RadianceColorScheme Modifier and Type Method Description RadianceColorSchemeRadianceTreeUI. 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 voidRadianceProgressBarUI. drawDeterminateBackground(java.awt.Graphics2D g, javax.swing.JProgressBar bar, int width, int height, RadianceColorScheme scheme, RadianceFillPainter fillPainter, int orientation)private voidRadianceProgressBarUI. 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 voidRadianceTabbedPaneUI. 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 voidRadianceProgressBarUI. paintRectangularStripedBackground(java.awt.Graphics g, int startX, int startY, int width, int height, RadianceColorScheme colorScheme, int stripeOffset, float borderAlpha, boolean isVertical)private voidRadianceTabbedPaneUI. paintRotationAwareTabBackground(java.awt.Graphics2D g, javax.swing.JTabbedPane tabPane, int tabIndex, int width, int height, int tabPlacement, RadianceColorScheme colorScheme, RadianceColorScheme borderScheme)private voidRadianceSliderUI. paintSliderTrack1X(java.awt.Graphics2D graphics1X, RadianceColorScheme fillColorScheme, RadianceColorScheme borderScheme, int width, int height, double scaleFactor)private voidRadianceSliderUI. 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 voidRadianceTabbedPaneUI. 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 RadianceColorSchemeUpdateOptimizationInfo. defaultSchemestatic RadianceColorSchemeRadianceColorSchemeUtilities. GREENUsed as reference to the green color scheme.static RadianceColorSchemeRadianceColorSchemeUtilities. ORANGEUsed as reference in attention-drawing animations.static RadianceColorSchemeRadianceColorSchemeUtilities. YELLOWUsed 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. highlightBorderSchemeMapprivate java.util.Map<ComponentState,RadianceColorScheme>UpdateOptimizationInfo. highlightSchemeMapprivate static LazyResettableHashMap<RadianceColorScheme>RadianceColorSchemeUtilities. shiftedCacheCache of shifted schemes.Methods in org.pushingpixels.radiance.theming.internal.utils that return RadianceColorScheme Modifier and Type Method Description static RadianceColorSchemeRadianceColorSchemeUtilities. getActiveColorScheme(java.awt.Component component, ComponentState componentState)Returns the active color scheme of the component.private static RadianceColorSchemeRadianceColorSchemeUtilities. getColorizedScheme(java.awt.Component component, RadianceColorScheme scheme, boolean isEnabled)Returns a colorized version of the specified color scheme.private static RadianceColorSchemeRadianceColorSchemeUtilities. 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 RadianceColorSchemeRadianceColorSchemeUtilities. getColorScheme(java.awt.Component component, ComponentState componentState)Returns the color scheme of the specified component.static RadianceColorSchemeRadianceColorSchemeUtilities. getColorScheme(java.awt.Component component, RadianceThemingSlices.ColorSchemeAssociationKind associationKind, ComponentState componentState)Returns the color scheme of the component.static RadianceColorSchemeRadianceColorSchemeUtilities. getColorScheme(javax.swing.JTabbedPane jtp, int tabIndex, RadianceThemingSlices.ColorSchemeAssociationKind associationKind, ComponentState componentState)Returns the color scheme of the specified tabbed pane tab.static RadianceColorSchemeRadianceColorSchemeUtilities. getDarkColorScheme(java.lang.String name, java.awt.Color[] colors, java.util.Map<java.lang.String,java.awt.Color> additionalColors)RadianceColorSchemeUpdateOptimizationInfo. getDefaultScheme()static RadianceColorSchemeRadianceColorSchemeUtilities. getDirectColorScheme(java.awt.Component component, RadianceThemingSlices.ColorSchemeAssociationKind associationKind, ComponentState componentState)Returns the color scheme of the component.RadianceColorSchemeUpdateOptimizationInfo. getHighlightBorderColorScheme(ComponentState state)RadianceColorSchemeUpdateOptimizationInfo. getHighlightColorScheme(ComponentState state)static RadianceColorSchemeRadianceColorSchemeUtilities. getLightColorScheme(java.lang.String name, java.awt.Color[] colors, java.util.Map<java.lang.String,java.awt.Color> additionalColors)static RadianceColorSchemeRadianceColorSchemeUtilities. 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 voidButtonBackgroundDelegate. 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.IconRadianceImageCreator. getCapsLockIcon(RadianceColorScheme scheme, java.awt.Component c)Returns a caps lock icon that matches the specified scheme.private static RadianceColorSchemeRadianceColorSchemeUtilities. getColorizedScheme(java.awt.Component component, RadianceColorScheme scheme, boolean isEnabled)Returns a colorized version of the specified color scheme.private static RadianceColorSchemeRadianceColorSchemeUtilities. 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.BufferedImageRadianceImageCreator. 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.BufferedImageRadianceImageCreator. 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.ColorUIResourceRadianceColorUtilities. getForegroundColor(RadianceColorScheme scheme)Returns the foreground color of the specified color scheme.static java.awt.image.BufferedImageNoiseFactory. getNoiseImage(RadianceColorScheme scheme, int width, int height, double xFactor, double yFactor, boolean hasConstantZ, boolean toBlur)Returns a noise image.static RadianceColorSchemeRadianceColorSchemeUtilities. getShiftedScheme(RadianceColorScheme orig, java.awt.Color backgroundShiftColor, double backgroundShiftFactor, java.awt.Color foregroundShiftColor, double foregroundShiftFactor)Returns a shifted color scheme.static javax.swing.IconRadianceImageCreator. getSmallLockIcon(RadianceColorScheme scheme, java.awt.Component c)Returns a lock icon that matches the specified scheme.static voidRadianceImageCreator. 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 voidRadianceToolBarBorder. 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 voidComboBoxBackgroundDelegate. 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 ColorSchemeFilterColorSchemeFilter. 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 classColorBlindColorSchemeBase class for color schemes simulating color-blind users.classDeuteranopiaColorSchemeColor scheme for deuteranopia color blindness.classProtanopiaColorSchemeColor scheme for protanopia color blindness.classTritanopiaColorSchemeColor scheme for tritanopia color blindness.Fields in org.pushingpixels.radiance.tools.themingdebugger declared as RadianceColorScheme Modifier and Type Field Description private RadianceColorSchemeColorBlindColorScheme. origSchemeThe original color scheme.Methods in org.pushingpixels.radiance.tools.themingdebugger that return RadianceColorScheme Modifier and Type Method Description RadianceColorSchemeColorBlindColorScheme. 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.
-