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 RadianceFillPainterRadianceSkin. fillPainterThe fill painter ofthisskin.protected RadianceFillPainterRadianceSkin. highlightFillPainterThe highlight fill painter ofthisskin.Methods in org.pushingpixels.radiance.theming.api that return RadianceFillPainter Modifier and Type Method Description RadianceFillPainterRadianceSkin. getFillPainter()Returns the fill painter of this skin.RadianceFillPainterRadianceSkin. 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 classClassicFillPainterFill painter that draws visuals with classic appearance.classFractionBasedFillPainterFill painter with fraction-based stops and a color query associated with each stop.classGlassFillPainterFill painter that draws visuals with glass appearance.classMatteFillPainterFill painter that draws visuals with matte appearance.classSpecularRectangularFillPainterFill painter that draws visuals with subtle 3D gradient appearance.classStandardFillPainterFill painter that draws visuals with subtle 3D gradient appearance.classSubduedFillPainterFill 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 RadianceFillPainterSpecularRectangularFillPainter. baseFillPainterConstructors 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 classBladeIconUtils.SimplisticSoftBorderReverseFillPainterCustom 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 RadianceFillPainterBladeIconUtils.SimplisticSoftBorderReverseFillPainter. INSTANCESingleton instance.Methods in org.pushingpixels.radiance.theming.internal.blade with parameters of type RadianceFillPainter Modifier and Type Method Description static voidBladeIconUtils. 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 voidBladeIconUtils. 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 voidBladeIconUtils. drawSliderThumbHorizontal(java.awt.Graphics2D g, javax.swing.JSlider slider, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int width, int height, RadianceColorScheme fillColorScheme, RadianceColorScheme borderColorScheme, float alpha)static voidBladeIconUtils. drawSliderThumbRound(java.awt.Graphics2D g, javax.swing.JSlider slider, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int dimension, RadianceColorScheme fillColorScheme, RadianceColorScheme borderColorScheme, float alpha)static voidBladeIconUtils. 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 voidHighlightPainterUtils. 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 RadianceFillPainterRadianceProgressBarUI. progressFillPainterMethods in org.pushingpixels.radiance.theming.internal.ui with parameters of type RadianceFillPainter Modifier and Type Method Description private voidRadianceProgressBarUI. drawDeterminateBackground(java.awt.Graphics2D g, javax.swing.JProgressBar bar, int width, int height, RadianceColorScheme scheme, RadianceFillPainter fillPainter, int orientation)private voidRadianceProgressBarUI. 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 RadianceFillPainterRadianceCoreUtilities. 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 voidButtonBackgroundDelegate. drawBackground(java.awt.Graphics2D graphics, javax.swing.AbstractButton button, RadianceButtonShaper shaper, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int width, int height)private voidButtonBackgroundDelegate. 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 voidComboBoxBackgroundDelegate. drawBackground(java.awt.Graphics2D graphics, javax.swing.JComboBox combo, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int width, int height)private voidComboBoxBackgroundDelegate. drawBackground(java.awt.Graphics2D g, javax.swing.JComboBox combo, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int width, int height, RadianceColorScheme fillScheme, RadianceColorScheme borderScheme)
-