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.Constructors 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.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. -
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)