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 voiddestroy()Insert the method's description here.voidexport(Group mainGroup)Insert the method's description here.StringgetAuthor()Insert the method's description here.StringgetDescription()Insert the method's description here.StringgetName()Insert the method's description here.StringgetVersion()Insert the method's description here.voidinit(Properties properties, PluginContext context)Insert the method's description here.voidstart()Insert the method's description here.voidstop()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:
exportin 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:
getDescriptionin 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:
getVersionin 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)
-
-