3 import mhr.appcore.bitmap.BitmapInfo;
4 import mhr.appcore.bitmap.NBitmap;
5 import mhr.appcore.commands.AppCommand;
6 import mhr.appcore.commands.core.ResizeImageCommand;
7 import mhr.appcore.commands.core.ResizeImageCommand.ResizeAction;
8 import mhr.appcore.image.Image;
9 import mhr.appcore.image.exceptions.ImageLoadingException;
10 import mhr.appcore.interfaces.ImageFile;
11 import mhr.appcore.interfaces.PDBitmap;
12 import mhr.appcore.interfaces.PDDisplayer;
13 import mhr.appcore.interfaces.PDExceptionFeedback;
14 import mhr.appcore.interfaces.PDImageDataPresentation;
15 import mhr.appcore.interpolators.Interpolator;
16 import mhr.appcore.tasks.RenderingTask;
17 import mhr.appcore.tasks.WorkingTask;
18 import mhr.appcore.tools.Tool;
19 import mhr.appcore.utils.Rect;
72 throw new NullPointerException(
"disp should not be null");
251 throw new IllegalStateException(
"Bad resize state");
260 throw new IllegalStateException(
"Bad resize state");
274 throw new IllegalStateException(
"Bad resize state");
393 return "DUMP NOT SUPPORTED";