Uses of Interface
org.pushingpixels.radiance.theming.api.painter.surface.RadianceSurfacePainter
-
-
Uses of RadianceSurfacePainter in org.pushingpixels.radiance.theming.api
Fields in org.pushingpixels.radiance.theming.api declared as RadianceSurfacePainter Modifier and Type Field Description protected RadianceSurfacePainterRadianceSkin. highlightSurfacePainterThe highlight surface painter ofthisskin.protected RadianceSurfacePainterRadianceSkin. surfacePainterThe surface painter ofthisskin.Methods in org.pushingpixels.radiance.theming.api that return RadianceSurfacePainter Modifier and Type Method Description RadianceSurfacePainterRadianceSkin. getHighlightSurfacePainter()Returns the highlight painter of this skin.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 RadianceSurfacePainter Modifier and Type Class Description classClassicSurfacePainterSurface painter that draws visuals with classic appearance.classFractionBasedSurfacePainterSurface painter with fraction-based stops and a color query associated with each stop.classGlassSurfacePainterSurface painter that draws visuals with glass appearance.classMatteSurfacePainterSurface painter that draws visuals with matte appearance.classSpecularRectangularSurfacePainterSurface painter that draws visuals with subtle 3D gradient appearance.Fields in org.pushingpixels.radiance.theming.api.painter.surface declared as RadianceSurfacePainter Modifier and Type Field Description private RadianceSurfacePainterSpecularRectangularSurfacePainter. baseSurfacePainterConstructors in org.pushingpixels.radiance.theming.api.painter.surface with parameters of type RadianceSurfacePainter Constructor Description SpecularRectangularSurfacePainter(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 RadianceSurfacePainter 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 RadianceSurfacePainter in org.pushingpixels.radiance.theming.internal.painter
Methods in org.pushingpixels.radiance.theming.internal.painter with parameters of type RadianceSurfacePainter 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) -
Uses of RadianceSurfacePainter in org.pushingpixels.radiance.theming.internal.ui
Fields in org.pushingpixels.radiance.theming.internal.ui declared as RadianceSurfacePainter Modifier and Type Field Description private static RadianceSurfacePainterRadianceProgressBarUI. progressSurfacePainterMethods in org.pushingpixels.radiance.theming.internal.ui with parameters of type RadianceSurfacePainter Modifier and Type Method Description private voidRadianceProgressBarUI. drawDeterminateBackground(java.awt.Graphics2D g, javax.swing.JProgressBar bar, int width, int height, ContainerColorTokens colorTokens, RadianceSurfacePainter surfacePainter, int orientation, ComponentState currState)private voidRadianceProgressBarUI. drawDeterminateProgress(java.awt.Graphics2D g, javax.swing.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 RadianceSurfacePainter Modifier and Type Method Description static RadianceSurfacePainterRadianceCoreUtilities. getSurfacePainter(java.awt.Component comp)Returns the surface painter of the specified component.Methods in org.pushingpixels.radiance.theming.internal.utils with parameters of type RadianceSurfacePainter 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 RadianceSurfacePainter in org.pushingpixels.radiance.theming.internal.utils.combo
Methods in org.pushingpixels.radiance.theming.internal.utils.combo with parameters of type RadianceSurfacePainter 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)
-