protected class WebButtonPopup.WebButtonPopupPainter extends WebPanelPainter<WebButtonPopup>
actualPaintLeft, actualPaintRight, BACKGROUND_SHAPE, BORDER_SHAPE, borderColor, borderStroke, disabledBorderColor, focused, focusTracker, h, ltr, paintBackground, paintBottom, paintBottomLine, paintFocus, paintLeft, paintLeftLine, paintRight, paintRightLine, paintTop, paintTopLine, round, shadeTransparency, shadeWidth, undecorated, w, webColoredBackgroundlisteners, margin, opaque, preferredSize| Modifier | Constructor and Description |
|---|---|
protected |
WebButtonPopup.WebButtonPopupPainter() |
| Modifier and Type | Method and Description |
|---|---|
void |
paint(java.awt.Graphics2D g2d,
java.awt.Rectangle bounds,
WebButtonPopup c)
Paints visual data onto the component graphics.
|
isOpaquecreateShape, getBorderColor, getBorderStroke, getCachedShapeSettings, getDisabledBorderColor, getMargin, getRound, getShadeTransparency, getShadeWidth, getShape, install, isPaintBackground, isPaintBottom, isPaintBottomLine, isPaintFocus, isPaintLeft, isPaintLeftLine, isPaintRight, isPaintRightLine, isPaintTop, isPaintTopLine, isUndecorated, isWebColoredBackground, paintBackground, paintBorder, paintShade, provideShape, setBorderColor, setBorderStroke, setDisabledBorderColor, setPaintBackground, setPaintBottom, setPaintBottomLine, setPaintFocus, setPaintLeft, setPaintLeftLine, setPaintRight, setPaintRightLine, setPaintSideLines, setPaintSides, setPaintTop, setPaintTopLine, setRound, setShadeTransparency, setShadeWidth, setUndecorated, setWebColoredBackground, uninstalladdPainterListener, getPreferredSize, p, removePainterListener, repaint, repaint, repaint, revalidate, setMargin, setMargin, setMargin, setOpaque, setPreferredSize, updateAll, updateOpacityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetPaintFocus, setUndecoratedaddPainterListener, getMargin, getPreferredSize, install, removePainterListener, uninstallsetPaintBottom, setPaintBottomLine, setPaintLeft, setPaintLeftLine, setPaintRight, setPaintRightLine, setPaintSideLines, setPaintSides, setPaintTop, setPaintTopLineprotected WebButtonPopup.WebButtonPopupPainter()
public void paint(java.awt.Graphics2D g2d,
java.awt.Rectangle bounds,
WebButtonPopup c)
paint in interface Painter<WebButtonPopup>paint in class WebPanelPainter<WebButtonPopup>g2d - component graphicsbounds - bounds for painter visual datac - component to process