Uses of Class
mgui.interfaces.graphics.video.Video
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.
|
mgui.interfaces.graphics.video.xml |
XML format I/O operations on video objects.
|
mgui.io.domestic.videos |
-
Uses of Video in mgui.interfaces
Fields in mgui.interfaces with type parameters of type Video Modifier and Type Field Description protected java.util.TreeSet<Video>
InterfaceWorkspace. videos
Methods in mgui.interfaces that return types with arguments of type Video Modifier and Type Method Description java.util.ArrayList<Video>
InterfaceWorkspace. getVideos()
Methods in mgui.interfaces with parameters of type Video Modifier and Type Method Description void
InterfaceWorkspace. addVideo(Video video)
void
InterfaceWorkspace. removeVideo(Video video)
-
Uses of Video in mgui.interfaces.graphics.video
Subclasses of Video in mgui.interfaces.graphics.video Modifier and Type Class Description class
Video3D
AVideo
operating on anInterfaceGraphic3D
window or its associated objects.Constructors in mgui.interfaces.graphics.video with parameters of type Video Constructor Description VideoEvent(Video v)
-
Uses of Video in mgui.interfaces.graphics.video.xml
Methods in mgui.interfaces.graphics.video.xml that return Video Modifier and Type Method Description Video
VideoXMLHandler. getVideo()
-
Uses of Video in mgui.io.domestic.videos
Fields in mgui.io.domestic.videos declared as Video Modifier and Type Field Description Video
VideoInputOptions. video
Video
VideoOutputOptions. video
Methods in mgui.io.domestic.videos that return Video Modifier and Type Method Description Video
VideoInputOptions. getVideo()
Video
VideoOutputOptions. getVideo()
abstract Video
VideoLoader. loadVideo(VideoInputOptions options, ProgressUpdater progress_bar)
Video
VideoXMLLoader. loadVideo()
Video
VideoXMLLoader. loadVideo(VideoInputOptions options, ProgressUpdater progress_bar)