Uses of Interface
org.pushingpixels.radiance.theming.api.painter.surface.RadianceSurfacePainter
Packages that use RadianceSurfacePainter
Package
Description
-
Uses of RadianceSurfacePainter in org.pushingpixels.radiance.theming.api
Fields in org.pushingpixels.radiance.theming.api declared as RadianceSurfacePainterModifier and TypeFieldDescriptionprotected RadianceSurfacePainterRadianceSkin.highlightSurfacePainterThe highlight surface painter ofthisskin.protected RadianceSurfacePainterRadianceSkin.surfacePainterThe surface painter ofthisskin.Methods in org.pushingpixels.radiance.theming.api that return RadianceSurfacePainterModifier and TypeMethodDescriptionfinal RadianceSurfacePainterRadianceSkin.getHighlightSurfacePainter()Returns the highlight painter of this skin.final RadianceSurfacePainterRadianceSkin.getSurfacePainter()Returns the surface painter of this skin. -
Uses of RadianceSurfacePainter in org.pushingpixels.radiance.theming.api.painter.surface
Classes in org.pushingpixels.radiance.theming.api.painter.surface that implement RadianceSurfacePainterModifier and TypeClassDescriptionclassSurface painter that draws visuals with classic appearance.classSurface painter with fraction-based stops and a color query associated with each stop.classSurface painter that draws visuals with glass appearance.classSurface painter that draws visuals with matte appearance.classSurface painter that draws visuals with subtle 3D gradient appearance.Fields in org.pushingpixels.radiance.theming.api.painter.surface declared as RadianceSurfacePainterModifier and TypeFieldDescriptionprivate RadianceSurfacePainterSpecularRectangularSurfacePainter.baseSurfacePainterConstructors in org.pushingpixels.radiance.theming.api.painter.surface with parameters of type RadianceSurfacePainterModifierConstructorDescriptionSpecularRectangularSurfacePainter(RadianceSurfacePainter baseSurfacePainter, float alpha) SpecularRectangularSurfacePainter(RadianceSurfacePainter baseSurfacePainter, ContainerColorTokensSingleColorQuery topQuery, ContainerColorTokensSingleColorQuery bottomQuery, float alpha) -
Uses of RadianceSurfacePainter in org.pushingpixels.radiance.theming.internal.blade
Methods in org.pushingpixels.radiance.theming.internal.blade with parameters of type RadianceSurfacePainterModifier 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 RadianceSurfacePainter in org.pushingpixels.radiance.theming.internal.painter
Methods in org.pushingpixels.radiance.theming.internal.painter with parameters of type RadianceSurfacePainterModifier 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) -
Uses of RadianceSurfacePainter in org.pushingpixels.radiance.theming.internal.ui
Fields in org.pushingpixels.radiance.theming.internal.ui declared as RadianceSurfacePainterModifier and TypeFieldDescriptionprivate static final RadianceSurfacePainterRadianceProgressBarUI.progressSurfacePainterMethods in org.pushingpixels.radiance.theming.internal.ui with parameters of type RadianceSurfacePainterModifier and TypeMethodDescriptionprivate voidRadianceProgressBarUI.drawDeterminateBackground(Graphics2D g, JProgressBar bar, int width, int height, ContainerColorTokens colorTokens, RadianceSurfacePainter surfacePainter, int orientation, ComponentState currState) private voidRadianceProgressBarUI.drawDeterminateProgress(Graphics2D g, JProgressBar bar, int width, int height, boolean isFull, ContainerColorTokens colorTokens, RadianceSurfacePainter surfacePainter, int orientation, ComponentState currState) -
Uses of RadianceSurfacePainter in org.pushingpixels.radiance.theming.internal.utils
Methods in org.pushingpixels.radiance.theming.internal.utils that return RadianceSurfacePainterModifier and TypeMethodDescriptionstatic RadianceSurfacePainterRadianceCoreUtilities.getSurfacePainter(Component comp) Returns the surface painter of the specified component.Methods in org.pushingpixels.radiance.theming.internal.utils with parameters of type RadianceSurfacePainterModifier 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 RadianceSurfacePainter in org.pushingpixels.radiance.theming.internal.utils.combo
Methods in org.pushingpixels.radiance.theming.internal.utils.combo with parameters of type RadianceSurfacePainterModifier 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)