jview
Class JImageSuite.Blur

java.lang.Object
  extended by jview.JImageSuite.Blur
All Implemented Interfaces:
JImageSuite.Convolving
Enclosing class:
JImageSuite

public static class JImageSuite.Blur
extends Object
implements JImageSuite.Convolving

Class that combines parameters for a blurring operation.


Field Summary
private  double radius
          Current sharpness radius.
private  double sigma
          Current sharpness sigma.
 
Constructor Summary
JImageSuite.Blur(double b, double s)
          Constructs a new Blur object.
 
Method Summary
 Kernel getConvolveKernel()
          Returns the sharpening kernel.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

radius

private double radius
Current sharpness radius.


sigma

private double sigma
Current sharpness sigma.

Constructor Detail

JImageSuite.Blur

public JImageSuite.Blur(double b,
                        double s)
Constructs a new Blur object.

Method Detail

getConvolveKernel

public Kernel getConvolveKernel()
Returns the sharpening kernel.

Specified by:
getConvolveKernel in interface JImageSuite.Convolving