Changes between Version 1 and Version 2 of plugin


Ignore:
Timestamp:
Nov 29, 2010, 5:03:52 PM (13 years ago)
Author:
bpt
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • plugin

    v1 v2  
     1== Using plugins ==
     2
     3Click "Plugins -> Load Plugin" from the Transformer window menu bar.  You should be presented with a windo listing available plugins. 
     4If the plugin you require is in a separate jar file click "Add jars".  When the plugin you require is in the list select it and click OK. 
     5The plugin will appear as a single and bactch link on the "Plugins" menu.
     6
     7== Writing plugins ==
     8
    19To implement a plugin for JPsychoMorph you need to create a Java class that overrides the Facemorph.Batchable interface:
    210