Package org.praxislive.video.pgl.code
Class PGLCustomFactoryProvider
- java.lang.Object
-
- org.praxislive.video.pgl.code.PGLCustomFactoryProvider
-
- All Implemented Interfaces:
ComponentFactoryProvider
public class PGLCustomFactoryProvider extends Object implements ComponentFactoryProvider
-
-
Constructor Summary
Constructors Constructor Description PGLCustomFactoryProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComponentFactory
getFactory()
Get the component factory associated with this provider.
-
-
-
Method Detail
-
getFactory
public ComponentFactory getFactory()
Description copied from interface:ComponentFactoryProvider
Get the component factory associated with this provider. Will usually always return the same instance.- Specified by:
getFactory
in interfaceComponentFactoryProvider
- Returns:
- component factory
-
-