Uses of Interface
org.pushingpixels.radiance.theming.api.painter.border.RadianceBorderPainter
Packages that use RadianceBorderPainter
Package
Description
-
Uses of RadianceBorderPainter in org.pushingpixels.radiance.component.internal.theming.utils
Methods in org.pushingpixels.radiance.component.internal.theming.utils with parameters of type RadianceBorderPainterModifier and TypeMethodDescriptionprivate static void
RibbonTaskToggleButtonBackgroundDelegate.drawFullAlphaBackgroundImage
(Graphics2D g, JRibbonTaskToggleButton button, RadianceColorScheme fillScheme, RadianceColorScheme borderScheme, RadianceBorderPainter borderPainter) -
Uses of RadianceBorderPainter in org.pushingpixels.radiance.theming.api
Fields in org.pushingpixels.radiance.theming.api declared as RadianceBorderPainterModifier and TypeFieldDescriptionprotected RadianceBorderPainter
RadianceSkin.borderPainter
The border painter ofthis
skin.protected RadianceBorderPainter
RadianceSkin.highlightBorderPainter
The highlight border painter ofthis
skin.Methods in org.pushingpixels.radiance.theming.api that return RadianceBorderPainterModifier and TypeMethodDescriptionfinal RadianceBorderPainter
RadianceSkin.getBorderPainter()
Returns the border painter of this skin.final RadianceBorderPainter
RadianceSkin.getHighlightBorderPainter()
Returns the highlight border painter of this skin. -
Uses of RadianceBorderPainter in org.pushingpixels.radiance.theming.api.painter.border
Classes in org.pushingpixels.radiance.theming.api.painter.border that implement RadianceBorderPainterModifier and TypeClassDescriptionclass
Border painter that draws visuals with classic appearance.class
Composite border painter that delegates the painting of outer and inner contours.class
Delegate border painter that allows tweaking the visual appearance of borders.class
Border painter that draws visuals with flat appearance.class
Border painter with fraction-based stops and a color query associated with each stop.class
Border painter that draws visuals with glass appearance.class
The default border painter.Fields in org.pushingpixels.radiance.theming.api.painter.border declared as RadianceBorderPainterModifier and TypeFieldDescriptionprivate RadianceBorderPainter
CompositeBorderPainter.inner
Delegate painter for painting the inner contours.private RadianceBorderPainter
CompositeBorderPainter.outer
Delegate painter for painting the outer contours.Constructors in org.pushingpixels.radiance.theming.api.painter.border with parameters of type RadianceBorderPainterModifierConstructorDescriptionCompositeBorderPainter
(String displayName, RadianceBorderPainter outer, RadianceBorderPainter inner) Creates a new composite border painter. -
Uses of RadianceBorderPainter in org.pushingpixels.radiance.theming.internal.blade
Methods in org.pushingpixels.radiance.theming.internal.blade with parameters of type RadianceBorderPainterModifier 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 RadianceBorderPainter in org.pushingpixels.radiance.theming.internal.painter
Methods in org.pushingpixels.radiance.theming.internal.painter with parameters of type RadianceBorderPainterModifier 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) static void
HighlightPainterUtils.paintHighlightBorder1X
(Graphics2D g, Component comp, int width, int height, float borderAlpha, Set<RadianceThemingSlices.Side> openSides, RadianceBorderPainter highlightBorderPainter, RadianceColorScheme borderScheme) Paints the highlight border for the specified component. -
Uses of RadianceBorderPainter in org.pushingpixels.radiance.theming.internal.utils
Methods in org.pushingpixels.radiance.theming.internal.utils that return RadianceBorderPainterModifier and TypeMethodDescriptionstatic RadianceBorderPainter
RadianceCoreUtilities.getBorderPainter
(Component comp) Returns the border painter for the specified component.static RadianceBorderPainter
RadianceCoreUtilities.getHighlightBorderPainter
(Component comp) Returns the highlight border painter for the specified component.Methods in org.pushingpixels.radiance.theming.internal.utils with parameters of type RadianceBorderPainterModifier 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 RadianceBorderPainter in org.pushingpixels.radiance.theming.internal.utils.combo
Methods in org.pushingpixels.radiance.theming.internal.utils.combo with parameters of type RadianceBorderPainterModifier 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)