App
LaplaceSharpenFilterLayerSpecificPresentation.java
Go to the documentation of this file.
1 package mhr.appcore.image.layers.filter;
2 
3 import mhr.appcore.image.layers.LayerSpecificPresentation;
4 import mhr.appcore.tools.actiondata.CancelableToolActionData.Action;
5 
10 
11 
12  public double force;
13 
21  this.force = force;
22  }
23 
24 }