Class ThreeState3x3Kernel

java.lang.Object
  |
  +--ThreeState3x3Kernel

public class ThreeState3x3Kernel
extends java.lang.Object

The interface for the three-state (foreground, background, either) kernel.


Constructor Summary
ThreeState3x3Kernel()
           
 
Method Summary
 int[] array()
          Gets the current kernel settings (0 background, 1 foreground, 2 either).
 javax.swing.JPanel createPanel(java.net.URL docbase)
          Sets up the interface panel for inclusion in a GUI.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreeState3x3Kernel

public ThreeState3x3Kernel()
Method Detail

array

public int[] array()
Gets the current kernel settings (0 background, 1 foreground, 2 either).

createPanel

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