Uses of Class
de.humatic.dsj.DSMovie.MovieSelection

Packages that use DSMovie.MovieSelection
de.humatic.dsj   
 

Uses of DSMovie.MovieSelection in de.humatic.dsj
 

Methods in de.humatic.dsj that return DSMovie.MovieSelection
 DSMovie.MovieSelection DSMovie.copy()
          Returns the currently selected part of the movie as a MovieSelection object.
static DSMovie.MovieSelection DSMovie.copyToClipboard(java.lang.String fileName, int in, int out)
          Places the data between %in and %out of the specified Movie file on the clipboard for use in paste and replace operations without opening the file before.
 

Methods in de.humatic.dsj with parameters of type DSMovie.MovieSelection
 void DSMovie.add(DSMovie.MovieSelection ms)
          Adds the data referenced by the MovieSelection argument to this movie at its current time.
 void DSMovie.paste(DSMovie.MovieSelection ms)
          Pastes the data referenced by the MovieSelection argument into this movie at its current time.
 void DSMovie.replace(DSMovie.MovieSelection ms)
          Replaces the current selection with the data referenced by the MovieSelection argument.