com.rapidminer.gui.look.painters
Class MenuBarBackgroundPainter
java.lang.Object
com.rapidminer.gui.look.painters.AbstractCachedPainter
com.rapidminer.gui.look.painters.MenuBarBackgroundPainter
public class MenuBarBackgroundPainter
- extends AbstractCachedPainter
This is a cached painter for the menu bar backgrounds.
- Author:
- Ingo Mierswa
|
Method Summary |
protected java.awt.Image |
createImage(java.awt.Component c,
int w,
int h,
java.awt.GraphicsConfiguration config)
|
void |
paint(java.awt.Component c,
java.awt.Graphics g,
int x,
int y,
int w,
int h)
|
protected void |
paintImage(java.awt.Component c,
java.awt.Graphics g,
int x,
int y,
int imageW,
int imageH,
java.awt.Image image,
java.lang.Object[] args)
|
protected void |
paintToImage(java.awt.Component c,
java.awt.Graphics g,
int w,
int h,
java.lang.Object[] args)
Paints the representation to cache to the supplied Graphics. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SINGLETON
public static final MenuBarBackgroundPainter SINGLETON
paint
public void paint(java.awt.Component c,
java.awt.Graphics g,
int x,
int y,
int w,
int h)
paintToImage
protected void paintToImage(java.awt.Component c,
java.awt.Graphics g,
int w,
int h,
java.lang.Object[] args)
- Description copied from class:
AbstractCachedPainter
- Paints the representation to cache to the supplied Graphics.
- Specified by:
paintToImage in class AbstractCachedPainter
paintImage
protected void paintImage(java.awt.Component c,
java.awt.Graphics g,
int x,
int y,
int imageW,
int imageH,
java.awt.Image image,
java.lang.Object[] args)
- Overrides:
paintImage in class AbstractCachedPainter
createImage
protected java.awt.Image createImage(java.awt.Component c,
int w,
int h,
java.awt.GraphicsConfiguration config)
- Overrides:
createImage in class AbstractCachedPainter
Copyright © 2001-2009 by Rapid-I