Uses of Class
mgui.interfaces.graphics.video.VideoException
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 VideoException in mgui.interfaces.attributes.video
Methods in mgui.interfaces.attributes.video that throw VideoException Modifier and Type Method Description protected boolean
AttributeObjectVideoTask. do_it(InterfaceGraphic<?> g, long time)
-
Uses of VideoException in mgui.interfaces.graphics.video
Methods in mgui.interfaces.graphics.video that throw VideoException Modifier and Type Method Description protected boolean
RotateView3DTask. do_it(InterfaceGraphic<?> g, long time)
protected boolean
SetView3DTask. do_it(InterfaceGraphic g, long time)
protected abstract boolean
VideoTask. do_it(InterfaceGraphic<?> g, long time)
Perform this task, contingent ontime
.void
Video. restart()
Restarts this video by resetting the clock and resuming playback.void
Video. resume()
Resumes playback of this video. -
Uses of VideoException in mgui.interfaces.shapes.video
Methods in mgui.interfaces.shapes.video that throw VideoException Modifier and Type Method Description protected boolean
ChangeSectionVideoTask. do_it(InterfaceGraphic<?> g, long time)