java.lang.Object
de.grogra.video.connector.GroIMPConnector
- All Implemented Interfaces:
VideoPluginConnector
The
GroIMPConnector is the GroIMP implementation of the
VideoPluginConnector interface and gives access to GroIMPs
ImageProviders and SimulationMethods.- Author:
- Dominick Leppich
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet a list of availableImageProviders.Get a list of availableSimulationMethods.
-
Constructor Details
-
GroIMPConnector
Default ctr.- Parameters:
workbench- - the GroIMPWorkbenchfor the current project
-
-
Method Details
-
getWorkbench
-
getImageProviders
Get a list of available
ImageProviders.Available
ImageProviders are the GroIMPRendererand theSceneSnapshotMaker. TheRendererare wrapped withRendererAdaptorin order to match the abstract classImageProvider.- Specified by:
getImageProvidersin interfaceVideoPluginConnector- Returns:
- List of
ImageProviders
-
getSimulationMethods
Get a list of available
SimulationMethods.The possible methods are available in the
RGGobject of the project. TheRGGMethodAdaptormakes them executable for the plugin.- Specified by:
getSimulationMethodsin interfaceVideoPluginConnector- Returns:
- List of
SimulationMethods
-