Uses of Interface
org.pushingpixels.radiance.theming.api.painter.fill.RadianceFillPainter
Packages that use RadianceFillPainter
Package
Description
-
Uses of RadianceFillPainter in org.pushingpixels.radiance.theming.api
Fields in org.pushingpixels.radiance.theming.api declared as RadianceFillPainterModifier and TypeFieldDescriptionprotected RadianceFillPainter
RadianceSkin.fillPainter
The fill painter ofthis
skin.protected RadianceFillPainter
RadianceSkin.highlightFillPainter
The highlight fill painter ofthis
skin.Methods in org.pushingpixels.radiance.theming.api that return RadianceFillPainterModifier and TypeMethodDescriptionfinal RadianceFillPainter
RadianceSkin.getFillPainter()
Returns the fill painter of this skin.final RadianceFillPainter
RadianceSkin.getHighlightFillPainter()
Returns the highlight painter of this skin. -
Uses of RadianceFillPainter in org.pushingpixels.radiance.theming.api.painter.fill
Classes in org.pushingpixels.radiance.theming.api.painter.fill that implement RadianceFillPainterModifier and TypeClassDescriptionclass
Fill painter that draws visuals with classic appearance.class
Fill painter with fraction-based stops and a color query associated with each stop.class
Fill painter that draws visuals with glass appearance.class
Fill painter that draws visuals with matte appearance.class
Fill painter that draws visuals with subtle 3D gradient appearance.class
Fill painter that draws visuals with subtle 3D gradient appearance.class
Fill painter that draws visuals with subdued 3D gradient appearance.Fields in org.pushingpixels.radiance.theming.api.painter.fill declared as RadianceFillPainterModifier and TypeFieldDescriptionprivate RadianceFillPainter
SpecularRectangularFillPainter.baseFillPainter
Constructors in org.pushingpixels.radiance.theming.api.painter.fill with parameters of type RadianceFillPainterModifierConstructorDescriptionSpecularRectangularFillPainter
(RadianceFillPainter baseFillPainter, float alpha) -
Uses of RadianceFillPainter in org.pushingpixels.radiance.theming.internal.blade
Classes in org.pushingpixels.radiance.theming.internal.blade that implement RadianceFillPainterModifier and TypeClassDescriptionprivate static class
Custom fill painter for the checkmarks of checkboxes and radio buttons.Fields in org.pushingpixels.radiance.theming.internal.blade declared as RadianceFillPainterModifier and TypeFieldDescriptionstatic final RadianceFillPainter
BladeIconUtils.SimplisticSoftBorderReverseFillPainter.INSTANCE
Singleton instance.Methods in org.pushingpixels.radiance.theming.internal.blade with parameters of type RadianceFillPainterModifier and TypeMethodDescriptionstatic void
BladeIconUtils.drawCheckBox
(Graphics2D g, JComponent component, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int dimension, ComponentState componentState, RadianceColorScheme fillColorScheme, RadianceColorScheme markColorScheme, RadianceColorScheme borderColorScheme, float checkMarkVisibility, float checkMarkFlatness, boolean isCheckMarkFadingOut, float alpha) static void
BladeIconUtils.drawRadioButton
(Graphics2D g, AbstractButton button, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int dimension, ComponentState componentState, RadianceColorScheme fillColorScheme, RadianceColorScheme markColorScheme, RadianceColorScheme borderColorScheme, float checkMarkVisibility, float alpha) static void
BladeIconUtils.drawSliderThumbHorizontal
(Graphics2D g, JSlider slider, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int width, int height, RadianceColorScheme fillColorScheme, RadianceColorScheme borderColorScheme, float alpha) static void
BladeIconUtils.drawSliderThumbRound
(Graphics2D g, JSlider slider, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int dimension, RadianceColorScheme fillColorScheme, RadianceColorScheme borderColorScheme, float alpha) static void
BladeIconUtils.drawSliderThumbVertical
(Graphics2D g, JSlider slider, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int width, int height, RadianceColorScheme fillColorScheme, RadianceColorScheme borderColorScheme, float alpha) -
Uses of RadianceFillPainter in org.pushingpixels.radiance.theming.internal.painter
Methods in org.pushingpixels.radiance.theming.internal.painter with parameters of type RadianceFillPainterModifier and TypeMethodDescriptionprivate static void
HighlightPainterUtils.paintHighlight
(Graphics g, Component c, Rectangle rect, float borderAlpha, Set<RadianceThemingSlices.Side> openSides, RadianceColorScheme fillScheme, RadianceColorScheme borderScheme, RadianceFillPainter highlightPainter, RadianceBorderPainter highlightBorderPainter) -
Uses of RadianceFillPainter in org.pushingpixels.radiance.theming.internal.ui
Fields in org.pushingpixels.radiance.theming.internal.ui declared as RadianceFillPainterModifier and TypeFieldDescriptionprivate static final RadianceFillPainter
RadianceProgressBarUI.progressFillPainter
Methods in org.pushingpixels.radiance.theming.internal.ui with parameters of type RadianceFillPainterModifier and TypeMethodDescriptionprivate void
RadianceProgressBarUI.drawDeterminateBackground
(Graphics2D g, JProgressBar bar, int width, int height, RadianceColorScheme scheme, RadianceFillPainter fillPainter, int orientation) private void
RadianceProgressBarUI.drawDeterminateProgress
(Graphics2D g, JProgressBar bar, int width, int height, boolean isFull, RadianceColorScheme scheme, RadianceFillPainter fillPainter, int orientation, ComponentOrientation componentOrientation) -
Uses of RadianceFillPainter in org.pushingpixels.radiance.theming.internal.utils
Methods in org.pushingpixels.radiance.theming.internal.utils that return RadianceFillPainterModifier and TypeMethodDescriptionstatic RadianceFillPainter
RadianceCoreUtilities.getFillPainter
(Component comp) Returns the fill painter of the specified component.Methods in org.pushingpixels.radiance.theming.internal.utils with parameters of type RadianceFillPainterModifier and TypeMethodDescriptionprivate void
ButtonBackgroundDelegate.drawBackground
(Graphics2D graphics, AbstractButton button, RadianceButtonShaper shaper, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int width, int height) private void
ButtonBackgroundDelegate.drawBackground
(Graphics2D g, AbstractButton button, RadianceButtonShaper shaper, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int width, int height, RadianceColorScheme colorScheme, RadianceColorScheme borderScheme, Set<RadianceThemingSlices.Side> openSides, boolean isContentAreaFilled, boolean isBorderPainted) -
Uses of RadianceFillPainter in org.pushingpixels.radiance.theming.internal.utils.combo
Methods in org.pushingpixels.radiance.theming.internal.utils.combo with parameters of type RadianceFillPainterModifier and TypeMethodDescriptionvoid
ComboBoxBackgroundDelegate.drawBackground
(Graphics2D graphics, JComboBox combo, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int width, int height) private void
ComboBoxBackgroundDelegate.drawBackground
(Graphics2D g, JComboBox combo, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int width, int height, RadianceColorScheme fillScheme, RadianceColorScheme borderScheme)