| java.lang.Object com.jgraph.l2fplugin.JGraphpadL2FPlugin
JGraphpadL2FPlugin | public class JGraphpadL2FPlugin implements JGraphEditorPlugin(Code) | | Plugin for using L2FProd in JGraphpad Pro. Adds a property sheet to the
bottom tabs in the main window and a font action to the format menu.
|
Method Summary | |
public void | initialize(JGraphEditor editor, Node configuration) Initializes the plugin by registering all factory methods and action
bundles. |
initialize | public void initialize(JGraphEditor editor, Node configuration)(Code) | | Initializes the plugin by registering all factory methods and action
bundles.
Parameters: editor - The enclosing editor for the plugin. Parameters: configuration - The object to configure the plugin with. |
|
|