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
ImageProvider
s and SimulationMethod
s.- Author:
- Dominick Leppich
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet a list of availableImageProvider
s.Get a list of availableSimulationMethod
s.
-
Constructor Details
-
GroIMPConnector
Default ctr.- Parameters:
workbench
- - the GroIMPWorkbench
for the current project
-
-
Method Details
-
getWorkbench
-
getImageProviders
Get a list of available
ImageProvider
s.Available
ImageProvider
s are the GroIMPRenderer
and theSceneSnapshotMaker
. TheRenderer
are wrapped withRendererAdaptor
in order to match the abstract classImageProvider
.- Specified by:
getImageProviders
in interfaceVideoPluginConnector
- Returns:
- List of
ImageProvider
s
-
getSimulationMethods
Get a list of available
SimulationMethod
s.The possible methods are available in the
RGG
object of the project. TheRGGMethodAdaptor
makes them executable for the plugin.- Specified by:
getSimulationMethods
in interfaceVideoPluginConnector
- Returns:
- List of
SimulationMethod
s
-