public class WebHotkeyLabelPainter<E extends javax.swing.JLabel> extends WebLabelPainter<E>
AbstractPainter,
Painter| Modifier and Type | Field and Description |
|---|---|
static java.awt.Color |
bg |
static java.awt.Color |
border
Used colors.
|
backgroundPainter, drawShade, paintIconR, paintTextR, shadeColor, transparencylisteners, margin, opaque, preferredSize| Constructor and Description |
|---|
WebHotkeyLabelPainter() |
| Modifier and Type | Method and Description |
|---|---|
void |
paint(java.awt.Graphics2D g2d,
java.awt.Rectangle bounds,
E label)
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 static java.awt.Color border
public static java.awt.Color bg
public void paint(java.awt.Graphics2D g2d,
java.awt.Rectangle bounds,
E label)