~andreas.hoelzl/jhelioviewer/jhv-formatting

« back to all changes in this revision

Viewing changes to viewmodel/src/org/helioviewer/viewmodel/view/MovieView.java

  • Committer: Markus Langenberg
  • Date: 2010-02-19 16:25:50 UTC
  • mfrom: (92.1.6 jhv-movieexport)
  • Revision ID: markus.langenberg@rwth-aachen.de-20100219162550-1529kmoxeshjnjm4
Merged with Markus' branch, including the movie export and several fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 * <p>This interface is designed to interact with image series, such as JPX-Files.
8
8
 * It provides basic functions to navigate within the image series.
9
9
 * 
10
 
 * <p>Additional features are provides by {@link TimedMovieView}.
 
10
 * <p>Additional features are provides by {@link TimedMovieView} and
 
11
 * {@link CachedMovieView}.
11
12
 * 
12
13
 * @author Markus Langenberg
13
14
 */