Uses of Interface
org.pushingpixels.radiance.theming.api.painter.fill.RadianceFillPainter
-
-
Uses of RadianceFillPainter in org.pushingpixels.radiance.theming.api
Fields in org.pushingpixels.radiance.theming.api declared as RadianceFillPainter Modifier and Type Field Description protected 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 RadianceFillPainter Modifier and Type Method Description RadianceFillPainter
RadianceSkin. getFillPainter()
Returns the fill painter of this skin.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 RadianceFillPainter Modifier and Type Class Description class
ClassicFillPainter
Fill painter that draws visuals with classic appearance.class
FractionBasedFillPainter
Fill painter with fraction-based stops and a color query associated with each stop.class
GlassFillPainter
Fill painter that draws visuals with glass appearance.class
MatteFillPainter
Fill painter that draws visuals with matte appearance.class
SpecularRectangularFillPainter
Fill painter that draws visuals with subtle 3D gradient appearance.class
StandardFillPainter
Fill painter that draws visuals with subtle 3D gradient appearance.class
SubduedFillPainter
Fill painter that draws visuals with subdued 3D gradient appearance.Fields in org.pushingpixels.radiance.theming.api.painter.fill declared as RadianceFillPainter Modifier and Type Field Description private RadianceFillPainter
SpecularRectangularFillPainter. baseFillPainter
Constructors in org.pushingpixels.radiance.theming.api.painter.fill with parameters of type RadianceFillPainter Constructor Description SpecularRectangularFillPainter(RadianceFillPainter baseFillPainter, float alpha)
-
Uses of RadianceFillPainter in org.pushingpixels.radiance.theming.internal.blade
Classes in org.pushingpixels.radiance.theming.internal.blade that implement RadianceFillPainter Modifier and Type Class Description private static class
BladeIconUtils.SimplisticSoftBorderReverseFillPainter
Custom fill painter for the checkmarks of checkboxes and radio buttons.Fields in org.pushingpixels.radiance.theming.internal.blade declared as RadianceFillPainter Modifier and Type Field Description static RadianceFillPainter
BladeIconUtils.SimplisticSoftBorderReverseFillPainter. INSTANCE
Singleton instance.Methods in org.pushingpixels.radiance.theming.internal.blade with parameters of type RadianceFillPainter Modifier and Type Method Description static void
BladeIconUtils. drawCheckBox(java.awt.Graphics2D g, javax.swing.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(java.awt.Graphics2D g, javax.swing.AbstractButton button, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int dimension, ComponentState componentState, RadianceColorScheme fillColorScheme, RadianceColorScheme markColorScheme, RadianceColorScheme borderColorScheme, float checkMarkVisibility, float alpha)
static void
BladeIconUtils. drawSliderThumbHorizontal(java.awt.Graphics2D g, javax.swing.JSlider slider, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int width, int height, RadianceColorScheme fillColorScheme, RadianceColorScheme borderColorScheme, float alpha)
static void
BladeIconUtils. drawSliderThumbRound(java.awt.Graphics2D g, javax.swing.JSlider slider, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int dimension, RadianceColorScheme fillColorScheme, RadianceColorScheme borderColorScheme, float alpha)
static void
BladeIconUtils. drawSliderThumbVertical(java.awt.Graphics2D g, javax.swing.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 RadianceFillPainter Modifier and Type Method Description private static void
HighlightPainterUtils. paintHighlight(java.awt.Graphics g, java.awt.Component c, java.awt.Rectangle rect, float borderAlpha, java.util.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 RadianceFillPainter Modifier and Type Field Description private static RadianceFillPainter
RadianceProgressBarUI. progressFillPainter
Methods in org.pushingpixels.radiance.theming.internal.ui with parameters of type RadianceFillPainter Modifier and Type Method Description private void
RadianceProgressBarUI. drawDeterminateBackground(java.awt.Graphics2D g, javax.swing.JProgressBar bar, int width, int height, RadianceColorScheme scheme, RadianceFillPainter fillPainter, int orientation)
private void
RadianceProgressBarUI. drawDeterminateProgress(java.awt.Graphics2D g, javax.swing.JProgressBar bar, int width, int height, boolean isFull, RadianceColorScheme scheme, RadianceFillPainter fillPainter, int orientation, java.awt.ComponentOrientation componentOrientation)
-
Uses of RadianceFillPainter in org.pushingpixels.radiance.theming.internal.utils
Methods in org.pushingpixels.radiance.theming.internal.utils that return RadianceFillPainter Modifier and Type Method Description static RadianceFillPainter
RadianceCoreUtilities. getFillPainter(java.awt.Component comp)
Returns the fill painter of the specified component.Methods in org.pushingpixels.radiance.theming.internal.utils with parameters of type RadianceFillPainter Modifier and Type Method Description private void
ButtonBackgroundDelegate. drawBackground(java.awt.Graphics2D graphics, javax.swing.AbstractButton button, RadianceButtonShaper shaper, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int width, int height)
private void
ButtonBackgroundDelegate. drawBackground(java.awt.Graphics2D g, javax.swing.AbstractButton button, RadianceButtonShaper shaper, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int width, int height, RadianceColorScheme colorScheme, RadianceColorScheme borderScheme, java.util.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 RadianceFillPainter Modifier and Type Method Description void
ComboBoxBackgroundDelegate. drawBackground(java.awt.Graphics2D graphics, javax.swing.JComboBox combo, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int width, int height)
private void
ComboBoxBackgroundDelegate. drawBackground(java.awt.Graphics2D g, javax.swing.JComboBox combo, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int width, int height, RadianceColorScheme fillScheme, RadianceColorScheme borderScheme)
-