| java.lang.Object com.jgraph.pdfplugin.JGraphpadPDFPlugin
JGraphpadPDFPlugin | public class JGraphpadPDFPlugin implements JGraphEditorPlugin(Code) | | Plugin for using IText in JGraphpad Pro. Adds an savePDF action.
|
Field Summary | |
public static String | PATH_UICONFIG Defines the path to the UI configuration to be merged into the existing
UI configuration. |
Method Summary | |
public void | initialize(JGraphEditor editor, Node configuration) Initializes the plugin by registering all action bundles and merging the
UI configuration into the main configuration. |
PATH_UICONFIG | public static String PATH_UICONFIG(Code) | | Defines the path to the UI configuration to be merged into the existing
UI configuration.
|
initialize | public void initialize(JGraphEditor editor, Node configuration) throws ParserConfigurationException, SAXException, IOException(Code) | | Initializes the plugin by registering all action bundles and merging the
UI configuration into the main configuration.
Parameters: editor - The enclosing editor for the plugin. Parameters: configuration - The object to configure the plugin with. |
|
|