Uses of Interface
org.pushingpixels.radiance.theming.api.colorscheme.ColorSchemeTransform
Packages that use ColorSchemeTransform
Package
Description
-
Uses of ColorSchemeTransform in org.pushingpixels.radiance.theming.api
Methods in org.pushingpixels.radiance.theming.api with parameters of type ColorSchemeTransformModifier and TypeMethodDescription(package private) RadianceColorSchemeBundle
RadianceColorSchemeBundle.transform
(ColorSchemeTransform transform) Creates a new color scheme bundle that has the same settings as this color scheme bundle with the addition of applying the specified color scheme transformation on all the relevant color schemesRadianceSkin.transform
(ColorSchemeTransform transform, String name) Creates a new skin that has the same settings as this skin with the addition of applying the specified color scheme transformation on all the relevant color schemes. -
Uses of ColorSchemeTransform in org.pushingpixels.radiance.theming.api.painter.border
Fields in org.pushingpixels.radiance.theming.api.painter.border declared as ColorSchemeTransformModifier and TypeFieldDescriptionprotected ColorSchemeTransform
DelegateFractionBasedBorderPainter.transform
Transformation to be applied on the color schemes prior to compute the colors to be used for border painting.Constructors in org.pushingpixels.radiance.theming.api.painter.border with parameters of type ColorSchemeTransformModifierConstructorDescriptionDelegateFractionBasedBorderPainter
(String displayName, FractionBasedBorderPainter delegate, int[] masks, ColorSchemeTransform transform) Creates a new delegate border painter -
Uses of ColorSchemeTransform in org.pushingpixels.radiance.tools.themingdebugger
Fields in org.pushingpixels.radiance.tools.themingdebugger declared as ColorSchemeTransformModifier and TypeFieldDescriptionprivate ColorSchemeTransform
RootPaneTitlePaneUiDebugger.SkinChanger.transform
Constructors in org.pushingpixels.radiance.tools.themingdebugger with parameters of type ColorSchemeTransform