Uses of Class
mgui.interfaces.graphics.video.VideoTaskType
Package | Description |
---|---|
mgui.interfaces |
This package contains all main/abstract interface objects (object which provides user interations)
for ModelGUI.
|
mgui.interfaces.graphics.video |
Provides classes to generate videos from graphics windows.
|
-
Uses of VideoTaskType in mgui.interfaces
Methods in mgui.interfaces that return VideoTaskType Modifier and Type Method Description static VideoTaskType
InterfaceEnvironment. getVideoTaskType(java.lang.Class c)
Methods in mgui.interfaces that return types with arguments of type VideoTaskType Modifier and Type Method Description static java.util.HashMap<java.lang.String,VideoTaskType>
InterfaceEnvironment. getVideoTaskTypes()
Returns a dialog panel for the indicated driver, if one exists.Methods in mgui.interfaces with parameters of type VideoTaskType Modifier and Type Method Description static void
InterfaceEnvironment. addVideoTaskType(java.lang.String name, VideoTaskType type)
-
Uses of VideoTaskType in mgui.interfaces.graphics.video
Methods in mgui.interfaces.graphics.video that return VideoTaskType Modifier and Type Method Description static VideoTaskType
VideoTaskType. getTypeForTask(VideoTask task)