
Elements of recog.ini files and .mod files
------------------------------------------

Surface rec.sys.Surface

  This is to define what class should be used for the Surface.  Define
  ONCE, and at the beginning of ini file


Console EnableOutput

  Console commands will print to screen.

  
Console EnablePrettyPrinting

  Console commands will get formatted


CleanUp rec.meche.MCleanUpSurfaceMutator

  This adds a button which runs this given class


Done rec.meche.MDoneSurfaceMutator

  Don't know


Module fsm

  This loads a module defined by the file of the given name.


rec.core.CircleRecognizer

  This installs a recognizer of the given class


rec.core.ModifyModeRecognizer false

  You can pass a single String parameter to the constructor of the recognizer


