Uses of Interface
org.pushingpixels.radiance.theming.api.painter.outline.RadianceOutlinePainter
-
-
Uses of RadianceOutlinePainter in org.pushingpixels.radiance.component.internal.theming.utils
Methods in org.pushingpixels.radiance.component.internal.theming.utils with parameters of type RadianceOutlinePainter Modifier and Type Method Description private static voidRibbonTaskToggleButtonBackgroundDelegate. drawFullAlphaBackground(java.awt.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 RadianceOutlinePainter Modifier and Type Field Description protected RadianceOutlinePainterRadianceSkin. highlightOutlinePainterThe highlight outline painter ofthisskin.protected RadianceOutlinePainterRadianceSkin. outlinePainterThe outline painter ofthisskin.Methods in org.pushingpixels.radiance.theming.api that return RadianceOutlinePainter Modifier and Type Method Description RadianceOutlinePainterRadianceSkin. getHighlightOutlinePainter()Returns the highlight outline painter of this skin.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 RadianceOutlinePainter Modifier and Type Class Description classCompositeOutlinePainterComposite outline painter that delegates the painting of outer and inner outlines.classFlatOutlinePainterOutline painter that draws visuals with flat appearance using the container outline token.classFlatVariantOutlinePainterOutline painter that draws visuals with flat appearance using the container outline variant token.classFractionBasedOutlinePainterOutline painter with fraction-based stops and a color query associated with each stop.Fields in org.pushingpixels.radiance.theming.api.painter.outline declared as RadianceOutlinePainter Modifier and Type Field Description private 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 RadianceOutlinePainter Constructor Description CompositeOutlinePainter(java.lang.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 RadianceOutlinePainter Modifier and Type Method Description static voidBladeIconUtils. drawCheckBox(java.awt.Graphics2D g, javax.swing.JComponent component, RadianceSurfacePainter surfacePainter, RadianceOutlinePainter outlinePainter, int dimension, ComponentState currentState, ContainerColorTokens colorTokens, float checkMarkVisibility, float checkMarkFlatness, boolean isCheckMarkFadingOut)static voidBladeIconUtils. drawRadioButton(java.awt.Graphics2D g, javax.swing.AbstractButton button, RadianceSurfacePainter surfacePainter, RadianceOutlinePainter outlinePainter, int dimension, ComponentState currentState, ContainerColorTokens colorTokens, float checkMarkVisibility)static voidBladeIconUtils. drawSliderThumbHorizontal(java.awt.Graphics2D g, javax.swing.JSlider slider, RadianceSurfacePainter surfacePainter, RadianceOutlinePainter outlinePainter, int width, int height, ContainerColorTokens colorTokens, ComponentState currState)static voidBladeIconUtils. drawSliderThumbRound(java.awt.Graphics2D g, javax.swing.JSlider slider, RadianceSurfacePainter surfacePainter, RadianceOutlinePainter outlinePainter, int dimension, ContainerColorTokens colorTokens, ComponentState currState)static voidBladeIconUtils. drawSliderThumbVertical(java.awt.Graphics2D g, javax.swing.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 RadianceOutlinePainter Modifier and Type Method Description private static voidHighlightPainterUtils. paintHighlight(java.awt.Graphics g, java.awt.Component c, java.awt.Rectangle rect, ComponentState state, float alpha, boolean paintHighlightBorders, java.util.Set<RadianceThemingSlices.Side> openSides, ContainerColorTokens colorTokens, RadianceSurfacePainter highlightPainter, RadianceOutlinePainter highlightOutlinePainter)static voidHighlightPainterUtils. paintHighlightBorder1X(java.awt.Graphics2D g, java.awt.Component comp, int width, int height, float borderAlpha, java.util.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 RadianceOutlinePainter Modifier and Type Class Description private static classRadianceTabbedPaneUI.TabOutlinePainterDarkprivate static classRadianceTabbedPaneUI.TabOutlinePainterLightMethods in org.pushingpixels.radiance.theming.internal.ui that return RadianceOutlinePainter Modifier and Type Method Description private static RadianceOutlinePainterRadianceTabbedPaneUI. getOutlinePainter(javax.swing.JTabbedPane tabPane, ContainerColorTokens colorTokens) -
Uses of RadianceOutlinePainter in org.pushingpixels.radiance.theming.internal.utils
Methods in org.pushingpixels.radiance.theming.internal.utils that return RadianceOutlinePainter Modifier and Type Method Description static RadianceOutlinePainterRadianceCoreUtilities. getHighlightOutlinePainter(java.awt.Component comp)Returns the highlight outline painter for the specified component.static RadianceOutlinePainterRadianceCoreUtilities. getOutlinePainter(java.awt.Component comp)Returns the outline painter for the specified component.Methods in org.pushingpixels.radiance.theming.internal.utils with parameters of type RadianceOutlinePainter Modifier and Type Method Description private voidButtonBackgroundDelegate. drawBackground(java.awt.Graphics2D graphics, javax.swing.AbstractButton button, RadianceButtonShaper shaper, RadianceSurfacePainter surfacePainter, RadianceOutlinePainter outlinePainter, int width, int height)private voidButtonBackgroundDelegate. drawBackground(java.awt.Graphics2D g, javax.swing.AbstractButton button, RadianceButtonShaper shaper, RadianceSurfacePainter surfacePainter, RadianceOutlinePainter outlinePainter, int width, int height, ContainerColorTokens colorTokens, java.util.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 RadianceOutlinePainter Modifier and Type Method Description voidComboBoxBackgroundDelegate. drawBackground(java.awt.Graphics2D graphics, javax.swing.JComboBox combo, RadianceSurfacePainter surfacePainter, RadianceOutlinePainter outlinePainter, int width, int height)private voidComboBoxBackgroundDelegate. drawBackground(java.awt.Graphics2D g, javax.swing.JComboBox combo, RadianceSurfacePainter surfacePainter, RadianceOutlinePainter outlinePainter, int width, int height, ContainerColorTokens colorTokens)
-