1 package mhr.appcore.image.layers.filter;
3 import org.w3c.dom.Document;
4 import org.w3c.dom.Element;
6 import mhr.appcore.bitmap.exceptions.BitmapAllocationException;
7 import mhr.appcore.bitmap.exceptions.UnsupportedBitmapException;
8 import mhr.appcore.filters.Filter;
9 import mhr.appcore.image.Image;
10 import mhr.appcore.image.exceptions.InvalidLayerSpecificPresentationSuppliedException;
11 import mhr.appcore.image.exceptions.LayerCreationException;
12 import mhr.appcore.image.layers.Layer;
13 import mhr.appcore.image.layers.LayerPDInfo;
14 import mhr.appcore.image.layers.LayerType;
15 import mhr.appcore.interfaces.ImageFile;
16 import mhr.appcore.pointops.LUT;
17 import mhr.appcore.pointops.LUTAllocationException;
68 xSigma = Double.parseDouble(i.getElementsByTagName(
"XSigma").item(0).getTextContent());
69 ySigma = Double.parseDouble(i.getElementsByTagName(
"YSigma").item(0).getTextContent());
70 }
catch (Exception e) {
128 GaussianBlurFilterLayerSpecificPresentation p = (GaussianBlurFilterLayerSpecificPresentation) presentation.
extra;