122123124125126127128129130
} public void replay(final WmfFile file) { // no real implementation, as palettes are not yet fully supported ... final MfLogPalette pal = new MfLogPalette(); file.getCurrentState().setLogPalette(pal); file.storeObject(pal); }