- java.lang.Object
-
- org.praxislive.code.CodeFactory<VideoCodeDelegate>
-
- org.praxislive.video.code.VideoCodeFactory
-
public class VideoCodeFactory extends CodeFactory<VideoCodeDelegate>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.praxislive.code.CodeFactory
CodeFactory.Task<D extends CodeDelegate>
-
-
Constructor Summary
Constructors Constructor Description VideoCodeFactory(ComponentType type, Class<? extends VideoCodeDelegate> baseClass, String sourceTemplate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CodeFactory.Task<VideoCodeDelegate>task()Create a task for constructing a context or component from a delegate class.-
Methods inherited from class org.praxislive.code.CodeFactory
getClassBodyContext, getComponentType, getDefaultDelegateClass, getSourceTemplate
-
-
-
-
Constructor Detail
-
VideoCodeFactory
public VideoCodeFactory(ComponentType type, Class<? extends VideoCodeDelegate> baseClass, String sourceTemplate)
-
-
Method Detail
-
task
public CodeFactory.Task<VideoCodeDelegate> task()
Description copied from class:CodeFactoryCreate a task for constructing a context or component from a delegate class. This will return a suitable Task subclass that should be configured and used to create a context or component.- Specified by:
taskin classCodeFactory<VideoCodeDelegate>- Returns:
- code factory task
-
-