Searched defs:endPaint (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DBufferStrategyPaintManager.java54 // (endPaint) the region that was painted is flushed to the screen
93 * set to true for the life of beginPaint/endPaint pair.
105 // fields accordingly. When endPaint is called we then try and show
373 public void endPaint() { method in class:BufferStrategyPaintManager
375 LOGGER.finest("endPaint: region " + accumulatedX + " " +
424 LOGGER.finer("endPaint: contents lost");
484 // the Graphics. If we dispose now, endPaint will attempt
486 // endPaint knows it needs to dispose this buffer.
H A DRepaintManager.java1269 * be followed by an invocation of <code>endPaint</code>.
1279 * repaintManager.endPaint();
1304 void endPaint() { method in class:RepaintManager
1313 paintManager.endPaint();
1486 public void endPaint() { method in class:RepaintManager.PaintManager

Completed in 35 milliseconds