|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.alee.extended.painter.AbstractPainter<E> com.alee.managers.style.skin.web.WebLabelPainter<T> com.alee.managers.tooltip.HotkeyTipPainter<T>
public class HotkeyTipPainter<T extends HotkeyTipLabel>
Custom painter for HotkeyTipLabel component.
AbstractPainter
,
Painter
Field Summary | |
---|---|
static java.awt.Color |
bg
Style constants. |
static int |
round
|
Fields inherited from class com.alee.managers.style.skin.web.WebLabelPainter |
---|
backgroundPainter, drawShade, paintIconR, paintTextR, shadeColor, transparency |
Fields inherited from class com.alee.extended.painter.AbstractPainter |
---|
listeners, margin, opaque, preferredSize |
Constructor Summary | |
---|---|
HotkeyTipPainter()
Constructs new hotkey tip painter. |
Method Summary | |
---|---|
void |
paint(java.awt.Graphics2D g2d,
java.awt.Rectangle bounds,
T c)
Paints visual data onto the component graphics. |
Methods inherited from class com.alee.managers.style.skin.web.WebLabelPainter |
---|
getBackgroundPainter, getMargin, getPreferredSize, getShadeColor, getTransparency, isDrawShade, isOpaque, layout, layoutCL, paintDisabledText, paintEnabledText, paintShadowText, setBackgroundPainter, setDrawShade, setShadeColor, setTransparency |
Methods inherited from class com.alee.extended.painter.AbstractPainter |
---|
addPainterListener, install, p, removePainterListener, repaint, repaint, repaint, revalidate, setMargin, setMargin, setMargin, setOpaque, setPreferredSize, uninstall, updateAll, updateOpacity |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.alee.extended.painter.Painter |
---|
addPainterListener, install, removePainterListener, uninstall |
Field Detail |
---|
public static java.awt.Color bg
public static int round
Constructor Detail |
---|
public HotkeyTipPainter()
Method Detail |
---|
public 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |