Class ExportSimulator

  • All Implemented Interfaces:
    ExportPlugin, Plugin

    public class ExportSimulator
    extends Object
    implements ExportPlugin
    Insert the type's description here. Creation date: (8.12.2001 13:29:26)
    Author:
    Matej Sekoranja
    • Constructor Detail

      • ExportSimulator

        public ExportSimulator()
    • Method Detail

      • destroy

        public void destroy()
        Insert the method's description here. Creation date: (8.12.2001 13:29:26)
        Specified by:
        destroy in interface Plugin
      • export

        public void export​(Group mainGroup)
        Insert the method's description here. Creation date: (8.12.2001 13:29:26)
        Specified by:
        export in interface ExportPlugin
        Parameters:
        mainGroup - com.cosylab.vdct.graphics.objects.Group
      • getAuthor

        public String getAuthor()
        Insert the method's description here. Creation date: (8.12.2001 13:29:26)
        Specified by:
        getAuthor in interface Plugin
        Returns:
        java.lang.String
      • getDescription

        public String getDescription()
        Insert the method's description here. Creation date: (8.12.2001 13:29:26)
        Specified by:
        getDescription in interface Plugin
        Returns:
        java.lang.String
      • getName

        public String getName()
        Insert the method's description here. Creation date: (8.12.2001 13:29:26)
        Specified by:
        getName in interface Plugin
        Returns:
        something
      • getVersion

        public String getVersion()
        Insert the method's description here. Creation date: (8.12.2001 13:29:26)
        Specified by:
        getVersion in interface Plugin
        Returns:
        java.lang.String
      • init

        public void init​(Properties properties,
                         PluginContext context)
        Insert the method's description here. Creation date: (8.12.2001 13:29:26)
        Specified by:
        init in interface Plugin
        Parameters:
        properties - properties
        context - context
      • start

        public void start()
        Insert the method's description here. Creation date: (8.12.2001 13:29:26)
        Specified by:
        start in interface Plugin
      • stop

        public void stop()
        Insert the method's description here. Creation date: (8.12.2001 13:29:26)
        Specified by:
        stop in interface Plugin