Searched defs:doPaint (Results 1 - 4 of 4) sorted by relevance
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/ |
H A D | ToolBarSeparatorPainter.java | 50 //implementation of doPaint doesn't bother with the "decode" methods 61 protected void doPaint(Graphics2D g, JComponent c, int width, int height, Object[] extendedCacheKeys) { method in class:ToolBarSeparatorPainter
|
H A D | LoweredBorder.java | 86 protected void doPaint(Graphics2D g, JComponent c, int width, int height, method in class:LoweredBorder
|
H A D | AbstractRegionPainter.java | 221 protected abstract void doPaint(Graphics2D g, JComponent c, int width, method in class:AbstractRegionPainter 731 doPaint(g, c, width, height, extendedCacheKeys);
|
/openjdk7/jdk/src/macosx/classes/com/apple/laf/ |
H A D | AquaTableHeaderBorder.java | 68 protected boolean doPaint = true; field in class:AquaTableHeaderBorder 70 if (!doPaint) return; 77 doPaint = false; 80 doPaint = true; 112 doPaint = false; 114 doPaint = true;
|
Completed in 27 milliseconds