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 booleanAttributeObjectVideoTask. 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 booleanRotateView3DTask. do_it(InterfaceGraphic<?> g, long time)protected booleanSetView3DTask. do_it(InterfaceGraphic g, long time)protected abstract booleanVideoTask. do_it(InterfaceGraphic<?> g, long time)Perform this task, contingent ontime.voidVideo. restart()Restarts this video by resetting the clock and resuming playback.voidVideo. 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 booleanChangeSectionVideoTask. do_it(InterfaceGraphic<?> g, long time)