Uses of Interface
org.pushingpixels.radiance.theming.api.colorscheme.ColorSchemeSingleColorQuery
-
-
Uses of ColorSchemeSingleColorQuery in org.pushingpixels.radiance.theming.api.colorscheme
Fields in org.pushingpixels.radiance.theming.api.colorscheme declared as ColorSchemeSingleColorQuery Modifier and Type Field Description static ColorSchemeSingleColorQuery
ColorSchemeSingleColorQuery. DARK
Core implementation of theColorSchemeSingleColorQuery
interface that returns the dark color of the specified color scheme.static ColorSchemeSingleColorQuery
ColorSchemeSingleColorQuery. EXTRALIGHT
Core implementation of theColorSchemeSingleColorQuery
interface that returns the extra light color of the specified color scheme.static ColorSchemeSingleColorQuery
ColorSchemeSingleColorQuery. FOREGROUND
Core implementation of theColorSchemeSingleColorQuery
interface that returns the foreground color of the specified color scheme.static ColorSchemeSingleColorQuery
ColorSchemeSingleColorQuery. LIGHT
Core implementation of theColorSchemeSingleColorQuery
interface that returns the light color of the specified color scheme.static ColorSchemeSingleColorQuery
ColorSchemeSingleColorQuery. MID
Core implementation of theColorSchemeSingleColorQuery
interface that returns the mid color of the specified color scheme.static ColorSchemeSingleColorQuery
ColorSchemeSingleColorQuery. ULTRADARK
Core implementation of theColorSchemeSingleColorQuery
interface that returns the ultra dark color of the specified color scheme.static ColorSchemeSingleColorQuery
ColorSchemeSingleColorQuery. ULTRALIGHT
Core implementation of theColorSchemeSingleColorQuery
interface that returns the ultra light color of the specified color scheme.Methods in org.pushingpixels.radiance.theming.api.colorscheme that return ColorSchemeSingleColorQuery Modifier and Type Method Description static ColorSchemeSingleColorQuery
ColorSchemeSingleColorQuery. composite(ColorSchemeSingleColorQuery base, ColorTransform... transforms)
Methods in org.pushingpixels.radiance.theming.api.colorscheme with parameters of type ColorSchemeSingleColorQuery Modifier and Type Method Description static ColorSchemeSingleColorQuery
ColorSchemeSingleColorQuery. composite(ColorSchemeSingleColorQuery base, ColorTransform... transforms)
-
Uses of ColorSchemeSingleColorQuery in org.pushingpixels.radiance.theming.api.painter
Fields in org.pushingpixels.radiance.theming.api.painter declared as ColorSchemeSingleColorQuery Modifier and Type Field Description protected ColorSchemeSingleColorQuery[]
FractionBasedPainter. colorQueries
The color queries of this painter.Methods in org.pushingpixels.radiance.theming.api.painter that return ColorSchemeSingleColorQuery Modifier and Type Method Description ColorSchemeSingleColorQuery[]
FractionBasedPainter. getColorQueries()
Returns the color queries of this painter.Constructors in org.pushingpixels.radiance.theming.api.painter with parameters of type ColorSchemeSingleColorQuery Constructor Description FractionBasedPainter(java.lang.String displayName, float[] fractions, ColorSchemeSingleColorQuery[] colorQueries)
Creates a new fraction-based border painter. -
Uses of ColorSchemeSingleColorQuery in org.pushingpixels.radiance.theming.api.painter.border
Constructors in org.pushingpixels.radiance.theming.api.painter.border with parameters of type ColorSchemeSingleColorQuery Constructor Description FractionBasedBorderPainter(java.lang.String displayName, float[] fractions, ColorSchemeSingleColorQuery[] colorQueries)
Creates a new fraction-based border painter. -
Uses of ColorSchemeSingleColorQuery in org.pushingpixels.radiance.theming.api.painter.decoration
Constructors in org.pushingpixels.radiance.theming.api.painter.decoration with parameters of type ColorSchemeSingleColorQuery Constructor Description FractionBasedDecorationPainter(java.lang.String displayName, float[] fractions, ColorSchemeSingleColorQuery[] colorQueries)
Creates a new fraction-based decoration painter.FractionBasedDecorationPainter(java.lang.String displayName, float[] fractions, ColorSchemeSingleColorQuery[] colorQueries, RadianceThemingSlices.DecorationAreaType... decorationAreas)
Creates a new fraction-based decoration painter. -
Uses of ColorSchemeSingleColorQuery in org.pushingpixels.radiance.theming.api.painter.fill
Constructors in org.pushingpixels.radiance.theming.api.painter.fill with parameters of type ColorSchemeSingleColorQuery Constructor Description FractionBasedFillPainter(java.lang.String displayName, float[] fractions, ColorSchemeSingleColorQuery[] colorQueries)
Creates a new fraction-based fill painter. -
Uses of ColorSchemeSingleColorQuery in org.pushingpixels.radiance.theming.api.painter.overlay
Fields in org.pushingpixels.radiance.theming.api.painter.overlay declared as ColorSchemeSingleColorQuery Modifier and Type Field Description (package private) ColorSchemeSingleColorQuery
BottomLineOverlayPainter. colorSchemeQuery
Used to compute the color of the line painted by this overlay painter.(package private) ColorSchemeSingleColorQuery
TopLineOverlayPainter. colorSchemeQuery
Used to compute the color of the line painted by this overlay painter.(package private) ColorSchemeSingleColorQuery
TopBezelOverlayPainter. colorSchemeQueryBottom
Used to compute the color of the bottom line painted by this overlay painter.(package private) ColorSchemeSingleColorQuery
TopBezelOverlayPainter. colorSchemeQueryTop
Used to compute the color of the top line painted by this overlay painter.Constructors in org.pushingpixels.radiance.theming.api.painter.overlay with parameters of type ColorSchemeSingleColorQuery Constructor Description BottomLineOverlayPainter(ColorSchemeSingleColorQuery colorSchemeQuery)
Creates a new overlay painter that paints a single line at the bottom edge of the relevant decoration areaTopBezelOverlayPainter(ColorSchemeSingleColorQuery colorSchemeQueryTop, ColorSchemeSingleColorQuery colorSchemeQueryBottom)
Creates a new overlay painter that paints a bezel line at the top edge of the relevant decoration areaTopLineOverlayPainter(ColorSchemeSingleColorQuery colorSchemeQuery)
Creates a new overlay painter that paints a single line at the top edge of the relevant decoration area
-