Uses of Interface
org.pushingpixels.radiance.theming.api.painter.outline.RadianceOutlinePainter
Packages that use RadianceOutlinePainter
Package
Description
-
Uses of RadianceOutlinePainter in org.pushingpixels.radiance.component.internal.theming.utils
Methods in org.pushingpixels.radiance.component.internal.theming.utils with parameters of type RadianceOutlinePainterModifier and TypeMethodDescriptionprivate static voidRibbonTaskToggleButtonBackgroundDelegate.drawFullAlphaBackground(Graphics2D g, JRibbonTaskToggleButton button, ContainerColorTokens tokens, RadianceOutlinePainter outlinePainter) -
Uses of RadianceOutlinePainter in org.pushingpixels.radiance.theming.api
Fields in org.pushingpixels.radiance.theming.api declared as RadianceOutlinePainterModifier and TypeFieldDescriptionprotected RadianceOutlinePainterRadianceSkin.highlightOutlinePainterThe highlight outline painter ofthisskin.protected RadianceOutlinePainterRadianceSkin.outlinePainterThe outline painter ofthisskin.Methods in org.pushingpixels.radiance.theming.api that return RadianceOutlinePainterModifier and TypeMethodDescriptionfinal RadianceOutlinePainterRadianceSkin.getHighlightOutlinePainter()Returns the highlight outline painter of this skin.final RadianceOutlinePainterRadianceSkin.getOutlinePainter()Returns the outline painter of this skin. -
Uses of RadianceOutlinePainter in org.pushingpixels.radiance.theming.api.painter.outline
Classes in org.pushingpixels.radiance.theming.api.painter.outline that implement RadianceOutlinePainterModifier and TypeClassDescriptionclassComposite outline painter that delegates the painting of outer and inner outlines.classOutline painter that draws visuals with flat appearance using the container outline token.classOutline painter that draws visuals with flat appearance using the container outline variant token.classOutline painter with fraction-based stops and a color query associated with each stop.Fields in org.pushingpixels.radiance.theming.api.painter.outline declared as RadianceOutlinePainterModifier and TypeFieldDescriptionprivate RadianceOutlinePainterCompositeOutlinePainter.innerDelegate painter for painting the inner outlines.private RadianceOutlinePainterCompositeOutlinePainter.outerDelegate painter for painting the outer outlines.Constructors in org.pushingpixels.radiance.theming.api.painter.outline with parameters of type RadianceOutlinePainterModifierConstructorDescriptionCompositeOutlinePainter(String displayName, RadianceOutlinePainter outer, RadianceOutlinePainter inner) Creates a new composite outline painter. -
Uses of RadianceOutlinePainter in org.pushingpixels.radiance.theming.internal.blade
Methods in org.pushingpixels.radiance.theming.internal.blade with parameters of type RadianceOutlinePainterModifier and TypeMethodDescriptionstatic voidBladeIconUtils.drawCheckBox(Graphics2D g, JComponent component, RadianceSurfacePainter surfacePainter, RadianceOutlinePainter outlinePainter, int dimension, ComponentState currentState, ContainerColorTokens colorTokens, float checkMarkVisibility, float checkMarkFlatness, boolean isCheckMarkFadingOut) static voidBladeIconUtils.drawRadioButton(Graphics2D g, AbstractButton button, RadianceSurfacePainter surfacePainter, RadianceOutlinePainter outlinePainter, int dimension, ComponentState currentState, ContainerColorTokens colorTokens, float checkMarkVisibility) static voidBladeIconUtils.drawSliderThumbHorizontal(Graphics2D g, JSlider slider, RadianceSurfacePainter surfacePainter, RadianceOutlinePainter outlinePainter, int width, int height, ContainerColorTokens colorTokens, ComponentState currState) static voidBladeIconUtils.drawSliderThumbRound(Graphics2D g, JSlider slider, RadianceSurfacePainter surfacePainter, RadianceOutlinePainter outlinePainter, int dimension, ContainerColorTokens colorTokens, ComponentState currState) static voidBladeIconUtils.drawSliderThumbVertical(Graphics2D g, JSlider slider, RadianceSurfacePainter surfacePainter, RadianceOutlinePainter outlinePainter, int width, int height, ContainerColorTokens colorTokens, ComponentState currState) -
Uses of RadianceOutlinePainter in org.pushingpixels.radiance.theming.internal.painter
Methods in org.pushingpixels.radiance.theming.internal.painter with parameters of type RadianceOutlinePainterModifier and TypeMethodDescriptionprivate static voidHighlightPainterUtils.paintHighlight(Graphics g, Component c, Rectangle rect, ComponentState state, float alpha, boolean paintHighlightBorders, Set<RadianceThemingSlices.Side> openSides, ContainerColorTokens colorTokens, RadianceSurfacePainter highlightPainter, RadianceOutlinePainter highlightOutlinePainter) static voidHighlightPainterUtils.paintHighlightBorder1X(Graphics2D g, Component comp, int width, int height, float borderAlpha, Set<RadianceThemingSlices.Side> openSides, RadianceOutlinePainter highlightOutlinePainter, ContainerColorTokens colorTokens) -
Uses of RadianceOutlinePainter in org.pushingpixels.radiance.theming.internal.ui
Classes in org.pushingpixels.radiance.theming.internal.ui that implement RadianceOutlinePainterModifier and TypeClassDescriptionprivate static classprivate static classMethods in org.pushingpixels.radiance.theming.internal.ui that return RadianceOutlinePainterModifier and TypeMethodDescriptionprivate static RadianceOutlinePainterRadianceTabbedPaneUI.getOutlinePainter(JTabbedPane tabPane, ContainerColorTokens colorTokens) -
Uses of RadianceOutlinePainter in org.pushingpixels.radiance.theming.internal.utils
Methods in org.pushingpixels.radiance.theming.internal.utils that return RadianceOutlinePainterModifier and TypeMethodDescriptionstatic RadianceOutlinePainterRadianceCoreUtilities.getHighlightOutlinePainter(Component comp) Returns the highlight outline painter for the specified component.static RadianceOutlinePainterRadianceCoreUtilities.getOutlinePainter(Component comp) Returns the outline painter for the specified component.Methods in org.pushingpixels.radiance.theming.internal.utils with parameters of type RadianceOutlinePainterModifier and TypeMethodDescriptionprivate voidButtonBackgroundDelegate.drawBackground(Graphics2D graphics, AbstractButton button, RadianceButtonShaper shaper, RadianceSurfacePainter surfacePainter, RadianceOutlinePainter outlinePainter, int width, int height) private voidButtonBackgroundDelegate.drawBackground(Graphics2D g, AbstractButton button, RadianceButtonShaper shaper, RadianceSurfacePainter surfacePainter, RadianceOutlinePainter outlinePainter, int width, int height, ContainerColorTokens colorTokens, Set<RadianceThemingSlices.Side> openSides, boolean isContentAreaFilled, boolean isBorderPainted, ComponentState currState, float overallAlpha) -
Uses of RadianceOutlinePainter in org.pushingpixels.radiance.theming.internal.utils.combo
Methods in org.pushingpixels.radiance.theming.internal.utils.combo with parameters of type RadianceOutlinePainterModifier and TypeMethodDescriptionvoidComboBoxBackgroundDelegate.drawBackground(Graphics2D graphics, JComboBox combo, RadianceSurfacePainter surfacePainter, RadianceOutlinePainter outlinePainter, int width, int height) private voidComboBoxBackgroundDelegate.drawBackground(Graphics2D g, JComboBox combo, RadianceSurfacePainter surfacePainter, RadianceOutlinePainter outlinePainter, int width, int height, ContainerColorTokens colorTokens)