Class KValue

java.lang.Object
  |
  +--KValue

public class KValue
extends java.lang.Object

Interface for selecting the unsharp k value.

Author:
Simon Horne.

Constructor Summary
KValue()
           
 
Method Summary
 javax.swing.JPanel createPanel()
          Sets up the panel for inclusion in the unsharp interface.
 double value()
          Gets the k value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KValue

public KValue()
Method Detail

value

public double value()
Gets the k value.
Returns:
the k value from the interface

createPanel

public javax.swing.JPanel createPanel()
Sets up the panel for inclusion in the unsharp interface.
Returns:
the panel