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 ColorSchemeSingleColorQueryColorSchemeSingleColorQuery. DARKCore implementation of theColorSchemeSingleColorQueryinterface that returns the dark color of the specified color scheme.static ColorSchemeSingleColorQueryColorSchemeSingleColorQuery. EXTRALIGHTCore implementation of theColorSchemeSingleColorQueryinterface that returns the extra light color of the specified color scheme.static ColorSchemeSingleColorQueryColorSchemeSingleColorQuery. FOREGROUNDCore implementation of theColorSchemeSingleColorQueryinterface that returns the foreground color of the specified color scheme.static ColorSchemeSingleColorQueryColorSchemeSingleColorQuery. LIGHTCore implementation of theColorSchemeSingleColorQueryinterface that returns the light color of the specified color scheme.static ColorSchemeSingleColorQueryColorSchemeSingleColorQuery. MIDCore implementation of theColorSchemeSingleColorQueryinterface that returns the mid color of the specified color scheme.static ColorSchemeSingleColorQueryColorSchemeSingleColorQuery. ULTRADARKCore implementation of theColorSchemeSingleColorQueryinterface that returns the ultra dark color of the specified color scheme.static ColorSchemeSingleColorQueryColorSchemeSingleColorQuery. ULTRALIGHTCore implementation of theColorSchemeSingleColorQueryinterface 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 ColorSchemeSingleColorQueryColorSchemeSingleColorQuery. composite(ColorSchemeSingleColorQuery base, ColorTransform... transforms)Methods in org.pushingpixels.radiance.theming.api.colorscheme with parameters of type ColorSchemeSingleColorQuery Modifier and Type Method Description static ColorSchemeSingleColorQueryColorSchemeSingleColorQuery. 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. colorQueriesThe 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) ColorSchemeSingleColorQueryBottomLineOverlayPainter. colorSchemeQueryUsed to compute the color of the line painted by this overlay painter.(package private) ColorSchemeSingleColorQueryTopLineOverlayPainter. colorSchemeQueryUsed to compute the color of the line painted by this overlay painter.(package private) ColorSchemeSingleColorQueryTopBezelOverlayPainter. colorSchemeQueryBottomUsed to compute the color of the bottom line painted by this overlay painter.(package private) ColorSchemeSingleColorQueryTopBezelOverlayPainter. colorSchemeQueryTopUsed 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
-