public class NPPanelPainter<E extends javax.swing.JPanel> extends NPDecorationPainter<E> implements PanelPainter<E>
backgroundIcon, bottomSeparatorIcon, detectSideByContentPatches, focused, focusedBackgroundIcon, focusTracker, hiddenSideSpacing, leftSeparatorIcon, paintBottom, paintBottomLine, paintFocus, paintLeft, paintLeftLine, paintRight, paintRightLine, paintTop, paintTopLine, rightSeparatorIcon, separatorIcon, topSeparatorIcon, undecoratedlisteners, margin, opaque, preferredSize| Constructor and Description |
|---|
NPPanelPainter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
isOpaque(E c)
Returns whether visual data provided by this painter is opaque or not.
|
void |
paint(java.awt.Graphics2D g2d,
java.awt.Rectangle bounds,
E c)
Paints visual data onto the component graphics.
|
getBackgroundBounds, getBackgroundIcon, getBottomSeparatorIcon, getCurrentBackgroundIcon, getCurrentBottomSeparatorIcon, getCurrentLeftSeparatorIcon, getCurrentRightSeparatorIcon, getCurrentTopSeparatorIcon, getFocusedBackgroundIcon, getHiddenSideSpacing, getLeftSeparatorIcon, getMargin, getRightSeparatorIcon, getSeparatorIcon, getTopSeparatorIcon, install, isAnyLineShouldBePainted, isBottomLineShouldBePainted, isDetectSideByContentPatches, isLeftLineShouldBePainted, isPaintBottom, isPaintBottomLine, isPaintFocus, isPaintLeft, isPaintLeftLine, isPaintRight, isPaintRightLine, isPaintTop, isPaintTopLine, isRightLineShouldBePainted, isTopLineShouldBePainted, isUndecorated, setBackgroundIcon, setBottomSeparatorIcon, setDetectSideByContentPatches, setFocusedBackgroundIcon, setHiddenSideSpacing, setLeftSeparatorIcon, setPaintBottom, setPaintBottomLine, setPaintFocus, setPaintLeft, setPaintLeftLine, setPaintRight, setPaintRightLine, setPaintSideLines, setPaintSides, setPaintTop, setPaintTopLine, setRightSeparatorIcon, setSeparatorIcon, setTopSeparatorIcon, setUndecorated, 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, setPaintTopLinepublic java.lang.Boolean isOpaque(E c)
public void paint(java.awt.Graphics2D g2d,
java.awt.Rectangle bounds,
E c)