Module pov.ray

Class POVPlugin

java.lang.Object
de.grogra.pf.registry.Plugin
de.grogra.ext.povray.POVPlugin
All Implemented Interfaces:
RegistryContext

public class POVPlugin extends Plugin
  • Constructor Details

    • POVPlugin

      public POVPlugin()
  • Method Details

    • startup

      public void startup()
      Description copied from class: Plugin
      This method is invoked when the plugin is activated, i.e., when the first class defined by the plugin is loaded (except for the Plugin class itself). The default implementation executes all executable items in the directory /hooks/startup/name, where name is the name of the plugin.

      The method Plugin.initialize() has been invoked before. Only if this invocation has returned true, the plugin may be activated.

      Overrides:
      startup in class Plugin