Package org.praxislive.video.pgl.code
Class PGLCustomFactoryProvider
java.lang.Object
org.praxislive.video.pgl.code.PGLCustomFactoryProvider
- All Implemented Interfaces:
ComponentFactoryProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the component factory associated with this provider.
-
Constructor Details
-
PGLCustomFactoryProvider
public PGLCustomFactoryProvider()
-
-
Method Details
-
getFactory
Description copied from interface:ComponentFactoryProviderGet the component factory associated with this provider. Will usually always return the same instance.- Specified by:
getFactoryin interfaceComponentFactoryProvider- Returns:
- component factory
-