Class KernelSize

java.lang.Object
  |
  +--KernelSize

public class KernelSize
extends java.lang.Object

Interface for selecting the required size of kernel (5 buttons 3-7).

Author:
Simon Horne.

Constructor Summary
KernelSize()
           
 
Method Summary
 javax.swing.JPanel createPanel()
          Sets up the interface panel for inclusion in a GUI.
 int size()
          Gets the current selected size.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KernelSize

public KernelSize()
Method Detail

size

public int size()
Gets the current selected size.
Returns:
The size from the interface

createPanel

public javax.swing.JPanel createPanel()
Sets up the interface panel for inclusion in a GUI.