public class RibbonApplicationMenuButtonBackgroundDelegate
extends java.lang.Object
| Constructor and Description |
|---|
RibbonApplicationMenuButtonBackgroundDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static java.awt.image.BufferedImage |
getFullAlphaBackground(org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.JRibbonApplicationMenuButton menuButton,
org.pushingpixels.substance.api.painter.fill.SubstanceFillPainter painter,
org.pushingpixels.substance.api.painter.border.SubstanceBorderPainter borderPainter,
int width,
int height)
Retrieves the background for the specified button.
|
public RibbonApplicationMenuButtonBackgroundDelegate()
public static java.awt.image.BufferedImage getFullAlphaBackground(org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.JRibbonApplicationMenuButton menuButton,
org.pushingpixels.substance.api.painter.fill.SubstanceFillPainter painter,
org.pushingpixels.substance.api.painter.border.SubstanceBorderPainter borderPainter,
int width,
int height)
menuButton - Button.painter - Button gradient painter.borderPainter - Button border painter.width - Button width.height - Button height.