Class NativeGraphicsSource

java.lang.Object
org.eclipse.draw2d.NativeGraphicsSource
All Implemented Interfaces:
GraphicsSource

public final class NativeGraphicsSource extends Object implements GraphicsSource
A graphics source that posts a paint request to the control rather than constructing GC on it directly. This allows the OS's native painting mechanism to be used directly, including any double-buffering that the OS may provide for free.
Since:
3.2