Uses of Interface
org.pushingpixels.radiance.theming.api.colorscheme.ColorSchemeTransform
-
Packages that use ColorSchemeTransform Package Description org.pushingpixels.radiance.theming.api org.pushingpixels.radiance.theming.api.painter.border org.pushingpixels.radiance.tools.themingdebugger -
-
Uses of ColorSchemeTransform in org.pushingpixels.radiance.theming.api
Methods in org.pushingpixels.radiance.theming.api with parameters of type ColorSchemeTransform Modifier and Type Method Description (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
RadianceSkin. transform(ColorSchemeTransform transform, java.lang.String name)
Creates a new skin that has the same settings as this skin with the addition of applying the specified color scheme transformation on all the relevant color schemes. -
Uses of ColorSchemeTransform in org.pushingpixels.radiance.theming.api.painter.border
Fields in org.pushingpixels.radiance.theming.api.painter.border declared as ColorSchemeTransform Modifier and Type Field Description protected 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 ColorSchemeTransform Constructor Description DelegateFractionBasedBorderPainter(java.lang.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 ColorSchemeTransform Modifier and Type Field Description private ColorSchemeTransform
RootPaneTitlePaneUiDebugger.SkinChanger. transform
Constructors in org.pushingpixels.radiance.tools.themingdebugger with parameters of type ColorSchemeTransform Constructor Description SkinChanger(ColorSchemeTransform transform, java.lang.String name)
-