Uses of Interface
org.pushingpixels.radiance.theming.api.palette.ContainerColorTokensSingleColorQuery
-
-
Uses of ContainerColorTokensSingleColorQuery in org.pushingpixels.radiance.theming.api.painter
Fields in org.pushingpixels.radiance.theming.api.painter declared as ContainerColorTokensSingleColorQuery Modifier and Type Field Description protected ContainerColorTokensSingleColorQuery[]FractionBasedPainter. colorQueriesThe color queries of this painter.Methods in org.pushingpixels.radiance.theming.api.painter that return ContainerColorTokensSingleColorQuery Modifier and Type Method Description ContainerColorTokensSingleColorQuery[]FractionBasedPainter. getColorQueries()Returns the color queries of this painter.Constructors in org.pushingpixels.radiance.theming.api.painter with parameters of type ContainerColorTokensSingleColorQuery Constructor Description FractionBasedPainter(java.lang.String displayName, float[] fractions, int[] alphas, ContainerColorTokensSingleColorQuery[] colorQueries)Creates a new fraction-based painter.FractionBasedPainter(java.lang.String displayName, float[] fractions, ContainerColorTokensSingleColorQuery[] colorQueries)Creates a new fraction-based painter. -
Uses of ContainerColorTokensSingleColorQuery in org.pushingpixels.radiance.theming.api.painter.decoration
Constructors in org.pushingpixels.radiance.theming.api.painter.decoration with parameters of type ContainerColorTokensSingleColorQuery Constructor Description FractionBasedDecorationPainter(java.lang.String displayName, float[] fractions, ContainerColorTokensSingleColorQuery[] colorQueries)Creates a new fraction-based decoration painter.FractionBasedDecorationPainter(java.lang.String displayName, float[] fractions, ContainerColorTokensSingleColorQuery[] colorQueries, RadianceThemingSlices.DecorationAreaType... decorationAreas)Creates a new fraction-based decoration painter. -
Uses of ContainerColorTokensSingleColorQuery in org.pushingpixels.radiance.theming.api.painter.outline
Constructors in org.pushingpixels.radiance.theming.api.painter.outline with parameters of type ContainerColorTokensSingleColorQuery Constructor Description FractionBasedOutlinePainter(java.lang.String displayName, float[] fractions, int[] alphas, ContainerColorTokensSingleColorQuery[] colorQueries)Creates a new fraction-based outline painter.FractionBasedOutlinePainter(java.lang.String displayName, float[] fractions, ContainerColorTokensSingleColorQuery[] colorQueries)Creates a new fraction-based outline painter. -
Uses of ContainerColorTokensSingleColorQuery in org.pushingpixels.radiance.theming.api.painter.overlay
Fields in org.pushingpixels.radiance.theming.api.painter.overlay declared as ContainerColorTokensSingleColorQuery Modifier and Type Field Description (package private) ContainerColorTokensSingleColorQueryTopBezelOverlayPainter. colorTokensQueryBottomUsed to compute the color of the bottom line painted by this overlay painter.(package private) ContainerColorTokensSingleColorQueryTopBezelOverlayPainter. colorTokensQueryTopUsed to compute the color of the top line painted by this overlay painter.(package private) ContainerColorTokensSingleColorQueryBottomLineOverlayPainter. containerTokensQueryUsed to compute the color of the line painted by this overlay painter.(package private) ContainerColorTokensSingleColorQueryTopLineOverlayPainter. containerTokensQueryUsed to compute the color of the line painted by this overlay painter.Constructors in org.pushingpixels.radiance.theming.api.painter.overlay with parameters of type ContainerColorTokensSingleColorQuery Constructor Description BottomLineOverlayPainter(ContainerColorTokensSingleColorQuery containerTokensQuery)Creates a new overlay painter that paints a single line at the bottom edge of the relevant decoration areaTopBezelOverlayPainter(ContainerColorTokensSingleColorQuery colorTokensQueryTop, ContainerColorTokensSingleColorQuery colorTokensQueryBottom)Creates a new overlay painter that paints a bezel line at the top edge of the relevant decoration areaTopLineOverlayPainter(ContainerColorTokensSingleColorQuery containerTokensQuery)Creates a new overlay painter that paints a single line at the top edge of the relevant decoration area -
Uses of ContainerColorTokensSingleColorQuery in org.pushingpixels.radiance.theming.api.painter.surface
Fields in org.pushingpixels.radiance.theming.api.painter.surface declared as ContainerColorTokensSingleColorQuery Modifier and Type Field Description private ContainerColorTokensSingleColorQuerySpecularRectangularSurfacePainter. bottomQueryprivate ContainerColorTokensSingleColorQuerySpecularRectangularSurfacePainter. topQueryConstructors in org.pushingpixels.radiance.theming.api.painter.surface with parameters of type ContainerColorTokensSingleColorQuery Constructor Description FractionBasedSurfacePainter(java.lang.String displayName, float[] fractions, ContainerColorTokensSingleColorQuery[] colorQueries)Creates a new fraction-based surface painter.SpecularRectangularSurfacePainter(RadianceSurfacePainter baseSurfacePainter, ContainerColorTokensSingleColorQuery topQuery, ContainerColorTokensSingleColorQuery bottomQuery, float alpha) -
Uses of ContainerColorTokensSingleColorQuery in org.pushingpixels.radiance.theming.api.palette
Methods in org.pushingpixels.radiance.theming.api.palette that return ContainerColorTokensSingleColorQuery Modifier and Type Method Description static ContainerColorTokensSingleColorQueryContainerColorTokensSingleColorQuery. blend(ContainerColorTokensSingleColorQuery first, ContainerColorTokensSingleColorQuery second, float firstLikeness)static ContainerColorTokensSingleColorQueryContainerColorTokensSingleColorQuery. composite(ContainerColorTokensSingleColorQuery base, ColorTransform... transforms)Methods in org.pushingpixels.radiance.theming.api.palette with parameters of type ContainerColorTokensSingleColorQuery Modifier and Type Method Description static ContainerColorTokensSingleColorQueryContainerColorTokensSingleColorQuery. blend(ContainerColorTokensSingleColorQuery first, ContainerColorTokensSingleColorQuery second, float firstLikeness)static ContainerColorTokensSingleColorQueryContainerColorTokensSingleColorQuery. composite(ContainerColorTokensSingleColorQuery base, ColorTransform... transforms)
-