Uses of Class
mgui.interfaces.graphics.video.VideoTask
Package | Description |
---|---|
mgui.interfaces.attributes.video |
Classes allowing video tasks to read/modify object attributes.
|
mgui.interfaces.graphics.video |
Provides classes to generate videos from graphics windows.
|
mgui.interfaces.shapes.video |
-
Uses of VideoTask in mgui.interfaces.attributes.video
Subclasses of VideoTask in mgui.interfaces.attributes.video Modifier and Type Class Description class
AttributeObjectVideoTask
Represents a video task which modifies anAttribute
.Methods in mgui.interfaces.attributes.video with parameters of type VideoTask Modifier and Type Method Description void
AttributeObjectVideoTask. setFromTask(VideoTask task)
-
Uses of VideoTask in mgui.interfaces.graphics.video
Subclasses of VideoTask in mgui.interfaces.graphics.video Modifier and Type Class Description class
RotateView3DTask
Video task which rotates aCamera3D
over a specific time interval, with the rotation defined by an X and a Y angle.class
SetView3DTask
class
VideoTask3D
Base class for video tasks which operate on anInterfaceGraphic3D
window.Fields in mgui.interfaces.graphics.video declared as VideoTask Modifier and Type Field Description VideoTask
VideoTaskOptions. old_task
VideoTask
VideoTaskOptions. task
Fields in mgui.interfaces.graphics.video with type parameters of type VideoTask Modifier and Type Field Description java.util.ArrayList<VideoTask>
Video. tasks
Methods in mgui.interfaces.graphics.video that return VideoTask Modifier and Type Method Description VideoTask
VideoTaskType. getTaskInstance()
Methods in mgui.interfaces.graphics.video that return types with arguments of type VideoTask Modifier and Type Method Description java.util.ArrayList<VideoTask>
Video. getTasks()
Returns all tasks in this video.Methods in mgui.interfaces.graphics.video with parameters of type VideoTask Modifier and Type Method Description void
Video. addTask(VideoTask task)
int
VideoTask. compareTo(VideoTask t2)
VideoTaskDialogPanel
VideoTaskType. getDialogPanelInstance(VideoTask task)
static VideoTaskType
VideoTaskType. getTypeForTask(VideoTask task)
void
Video. removeTask(VideoTask task)
void
RotateView3DTask. setFromTask(VideoTask task)
void
SetView3DTask. setFromTask(VideoTask task)
abstract void
VideoTask. setFromTask(VideoTask task)
void
VideoTaskOptions. setTask(VideoTask task)
Method parameters in mgui.interfaces.graphics.video with type arguments of type VideoTask Modifier and Type Method Description void
Video. setTasks(java.util.ArrayList<VideoTask> tasks)
Constructors in mgui.interfaces.graphics.video with parameters of type VideoTask Constructor Description VideoTaskOptions(VideoTask task)
-
Uses of VideoTask in mgui.interfaces.shapes.video
Subclasses of VideoTask in mgui.interfaces.shapes.video Modifier and Type Class Description class
ChangeSectionVideoTask
Video task which changes the current section, either once or multiple times over an interval.Methods in mgui.interfaces.shapes.video with parameters of type VideoTask Modifier and Type Method Description void
ChangeSectionVideoTask. setFromTask(VideoTask task)