public class HotkeyTipPainter<T extends HotkeyTipLabel> extends WebLabelPainter<T>
AbstractPainter,
Painter| Modifier and Type | Field and Description |
|---|---|
static java.awt.Color |
bg
Style constants.
|
static int |
round |
backgroundPainter, drawShade, paintIconR, paintTextR, shadeColor, transparencylisteners, margin, opaque, preferredSize| Constructor and Description |
|---|
HotkeyTipPainter()
Constructs new hotkey tip painter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
paint(java.awt.Graphics2D g2d,
java.awt.Rectangle bounds,
T c)
Paints visual data onto the component graphics.
|
getBackgroundPainter, getMargin, getPreferredSize, getShadeColor, getTransparency, isDrawShade, isOpaque, layout, layoutCL, paintDisabledText, paintEnabledText, paintShadowText, setBackgroundPainter, setDrawShade, setShadeColor, setTransparencyaddPainterListener, install, p, removePainterListener, repaint, repaint, repaint, revalidate, setMargin, setMargin, setMargin, setOpaque, setPreferredSize, uninstall, updateAll, updateOpacityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddPainterListener, install, removePainterListener, uninstallpublic void paint(java.awt.Graphics2D g2d,
java.awt.Rectangle bounds,
T c)
paint in interface Painter<T extends HotkeyTipLabel>paint in class WebLabelPainter<T extends HotkeyTipLabel>g2d - component graphicsbounds - bounds for painter visual datac - component to process