Package com.cosylab.vdct.plugin.export
Interface ExportPlugin
-
- All Superinterfaces:
Plugin
- All Known Implementing Classes:
ExportSimulator
public interface ExportPlugin extends Plugin
Insert the type's description here. Creation date: (8.12.2001 12:43:54)- Author:
- Matej Sekoranja
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
export(Group mainGroup)
Insert the method's description here.-
Methods inherited from interface com.cosylab.vdct.plugin.Plugin
destroy, getAuthor, getDescription, getName, getVersion, init, start, stop
-
-
-
-
Method Detail
-
export
void export(Group mainGroup)
Insert the method's description here. Creation date: (8.12.2001 12:45:31)- Parameters:
mainGroup
- com.cosylab.vdct.graphics.objects.Group
-
-