Class RibbonBackgroundDelegate
java.lang.Object
org.pushingpixels.substance.flamingo.ribbon.RibbonBackgroundDelegate
Delegate class for painting backgrounds of buttons in Ribbon plugin.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
updateTaskToggleButtonBackground
(Graphics g, org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonTaskToggleButton button) Updates background of the specified button.
-
Constructor Details
-
RibbonBackgroundDelegate
public RibbonBackgroundDelegate()
-
-
Method Details
-
updateTaskToggleButtonBackground
public void updateTaskToggleButtonBackground(Graphics g, org.pushingpixels.flamingo.internal.ui.ribbon.JRibbonTaskToggleButton button) Updates background of the specified button.- Parameters:
g
- Graphic context.button
- Button to update.
-