static ImageSurface doubleBufferedImageSurface() { ImageSurface is = imageSurface(); setDoubleBuffered(is, true); ret is; }