Class KernelType

java.lang.Object
  |
  +--KernelType

public class KernelType
extends java.lang.Object

Interface for the laplacian kernel type selection.


Constructor Summary
KernelType()
           
 
Method Summary
 javax.swing.JPanel createPanel(java.net.URL docbase)
          Creates the panel for inclusion in the laplacian GUI.
 int type()
          Gets the kernel type selected by the classifyMenuItem.setEnabled(false);user.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KernelType

public KernelType()
Method Detail

type

public int type()
Gets the kernel type selected by the classifyMenuItem.setEnabled(false);user.
Returns:
The kernel type.

createPanel

public javax.swing.JPanel createPanel(java.net.URL docbase)
Creates the panel for inclusion in the laplacian GUI.