/** Clears all image buffers. */
 public void clearBuffer() {
   imageBuffer.clearBuffer();
 }