Uses of Interface
org.pushingpixels.radiance.theming.api.palette.ContainerColorTokensSingleColorQuery
Packages that use ContainerColorTokensSingleColorQuery
Package
Description
-
Uses of ContainerColorTokensSingleColorQuery in org.pushingpixels.radiance.theming.api.painter
Fields in org.pushingpixels.radiance.theming.api.painter declared as ContainerColorTokensSingleColorQueryModifier and TypeFieldDescriptionprotected ContainerColorTokensSingleColorQuery[]FractionBasedPainter.colorQueriesThe color queries of this painter.Methods in org.pushingpixels.radiance.theming.api.painter that return ContainerColorTokensSingleColorQueryModifier and TypeMethodDescriptionFractionBasedPainter.getColorQueries()Returns the color queries of this painter.Constructors in org.pushingpixels.radiance.theming.api.painter with parameters of type ContainerColorTokensSingleColorQueryModifierConstructorDescriptionprotectedFractionBasedPainter(String displayName, float[] fractions, int[] alphas, ContainerColorTokensSingleColorQuery[] colorQueries) Creates a new fraction-based painter.protectedFractionBasedPainter(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 ContainerColorTokensSingleColorQueryModifierConstructorDescriptionFractionBasedDecorationPainter(String displayName, float[] fractions, ContainerColorTokensSingleColorQuery[] colorQueries) Creates a new fraction-based decoration painter.FractionBasedDecorationPainter(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 ContainerColorTokensSingleColorQueryModifierConstructorDescriptionFractionBasedOutlinePainter(String displayName, float[] fractions, int[] alphas, ContainerColorTokensSingleColorQuery[] colorQueries) Creates a new fraction-based outline painter.FractionBasedOutlinePainter(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 ContainerColorTokensSingleColorQueryModifier and TypeFieldDescription(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 ContainerColorTokensSingleColorQueryModifierConstructorDescriptionBottomLineOverlayPainter(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 ContainerColorTokensSingleColorQueryModifier and TypeFieldDescriptionSpecularRectangularSurfacePainter.bottomQuerySpecularRectangularSurfacePainter.topQueryConstructors in org.pushingpixels.radiance.theming.api.painter.surface with parameters of type ContainerColorTokensSingleColorQueryModifierConstructorDescriptionFractionBasedSurfacePainter(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 ContainerColorTokensSingleColorQueryModifier and TypeMethodDescriptionContainerColorTokensSingleColorQuery.blend(ContainerColorTokensSingleColorQuery first, ContainerColorTokensSingleColorQuery second, float firstLikeness) ContainerColorTokensSingleColorQuery.composite(ContainerColorTokensSingleColorQuery base, ColorTransform... transforms) Methods in org.pushingpixels.radiance.theming.api.palette with parameters of type ContainerColorTokensSingleColorQueryModifier and TypeMethodDescriptionContainerColorTokensSingleColorQuery.blend(ContainerColorTokensSingleColorQuery first, ContainerColorTokensSingleColorQuery second, float firstLikeness) ContainerColorTokensSingleColorQuery.composite(ContainerColorTokensSingleColorQuery base, ColorTransform... transforms)