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