Class NonClearGraphics2D

java.lang.Object
java.awt.Graphics
java.awt.Graphics2D
icyllis.modernui.core.awt.NonClearGraphics2D

public class NonClearGraphics2D extends Graphics2D
Wrapper for a Graphics2D object that delegates to it. Only clearRect(int, int, int, int) does not delegate in order to prevent clearing the Canvas after it was rendered.
See Also: