Module video
Package de.grogra.video.model
package de.grogra.video.model
Classes in this package represent the data of the plugin, the
ImageSequence
and the VideoImage
s inside it.- Author:
- Dominick Leppich
-
ClassDescriptionAn
ImageSequence
is able to collect an ordered list of images.Controller for anImageSequence
which grants write only access to the sequence.Implements anImageSequenceControl
which grants changing access to the sequence given by objects creation by simply passing all method calls to the sequence.TODOViewer for anImageSequence
which grants read only access to the sequence.Implements anImageSequenceView
which grants read only access to the sequence given by objects creation by simply passing all method calls to the sequence.AVideoImage
class is a wrapper for images in the plugin.