Package com.cosylab.vdct.plugins
Class ExportSimulator
- java.lang.Object
-
- com.cosylab.vdct.plugins.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 Summary
Constructors Constructor Description ExportSimulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
destroy()
Insert the method's description here.void
export(Group mainGroup)
Insert the method's description here.String
getAuthor()
Insert the method's description here.String
getDescription()
Insert the method's description here.String
getName()
Insert the method's description here.String
getVersion()
Insert the method's description here.void
init(Properties properties, PluginContext context)
Insert the method's description here.void
start()
Insert the method's description here.void
stop()
Insert the method's description here.
-
-
-
Method Detail
-
destroy
public void destroy()
Insert the method's description here. Creation date: (8.12.2001 13:29:26)
-
export
public void export(Group mainGroup)
Insert the method's description here. Creation date: (8.12.2001 13:29:26)- Specified by:
export
in interfaceExportPlugin
- 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)
-
getDescription
public String getDescription()
Insert the method's description here. Creation date: (8.12.2001 13:29:26)- Specified by:
getDescription
in interfacePlugin
- Returns:
- java.lang.String
-
getName
public String getName()
Insert the method's description here. Creation date: (8.12.2001 13:29:26)
-
getVersion
public String getVersion()
Insert the method's description here. Creation date: (8.12.2001 13:29:26)- Specified by:
getVersion
in interfacePlugin
- 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)
-
start
public void start()
Insert the method's description here. Creation date: (8.12.2001 13:29:26)
-
-