|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jvnet.substance.SubstanceMenuBackgroundDelegate
public class SubstanceMenuBackgroundDelegate
Delegate for painting background of menu items.
Constructor Summary | |
---|---|
SubstanceMenuBackgroundDelegate(float fillAlpha)
Creates a new background delegate for menu items. |
Method Summary | |
---|---|
void |
paintBackground(java.awt.Graphics g,
javax.swing.JMenuItem menuItem,
java.awt.Color bgColor,
float borderAlpha,
int textOffset)
Updates the specified menu item with the background that matches the provided parameters. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SubstanceMenuBackgroundDelegate(float fillAlpha)
fillAlpha
- Alphs attribute for the fill.Method Detail |
---|
public void paintBackground(java.awt.Graphics g, javax.swing.JMenuItem menuItem, java.awt.Color bgColor, float borderAlpha, int textOffset)
g
- Graphic context.menuItem
- Menu item.bgColor
- Current background color.borderAlpha
- Border alpha.textOffset
- The offset of the menu item text.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |