670671672673674675676
public int getHeight() { return raster.getHeight(); } private ImageSurface createImageSurface(int type) { return new ImageSurface(getColorModel(), getRaster(), type); }