Class ScreenshotPlugin

    • Constructor Detail

      • ScreenshotPlugin

        public ScreenshotPlugin​(PluginTool tool)
    • Method Detail

      • init

        public void init()
        Description copied from class: Plugin
        Initialization method; override to add initialization for this plugin. This is where a plugin should acquire its services. When this method is called, all plugins have been instantiated in the tool.
        Overrides:
        init in class Plugin
      • dispose

        public void dispose()
        Description copied from class: Plugin
        Tells a plugin that it is no longer needed. The plugin should release any resources that it has. All actions, components, services will automatically be cleaned up.
        Overrides:
        dispose in class Plugin