|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--quicktime.std.movies.ParameterDialog
This class creates an AtomContainer that contains the necessary information for displaying a list of effects
| Field Summary |
| Fields inherited from interface quicktime.jdirect.QuickTimeLib |
JDirect_MacOSX, libraryInstance, name |
| Method Summary | |
static int |
getEffectsSpeed(AtomContainer parameters)
This call returns the speed of the effect, expressed in frames-per-second QuickTime::QTGetEffectSpeed |
static AtomContainer |
showParameterDialog(AtomContainer effectsList,
int dialogOptions)
This call shows the dialog with the specified parameters. |
static AtomContainer |
showParameterDialog(EffectsList effectsList,
int dialogOptions,
AtomContainer parameters,
java.lang.String title,
Pict[] pictArray)
This call shows the effects parameter dialog with the specified parameters. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static AtomContainer showParameterDialog(AtomContainer effectsList,
int dialogOptions)
throws QTException
effectsList - this passes to the create dialog routine the
parameters that will govern the effects that are displayeddialogOptions - options of type StdQTConstants.pdOptions...
QTException
public static AtomContainer showParameterDialog(EffectsList effectsList,
int dialogOptions,
AtomContainer parameters,
java.lang.String title,
Pict[] pictArray)
throws QTException
effectsList - governs the list of effects that are displayed in the dialogdialogOptions - options of type StdQTConstants.pdOptions...parameters - any previous effects parameter AtomContainer, or nulltitle - the title of the parameter dialog, or nullpictArray - array of preview picture(s) used in the dialog, or null
on - userCanceledErr or if an error occurred
QTException
public static int getEffectsSpeed(AtomContainer parameters)
throws QTException
parameters - the AtomContainer specifying the effect
QTException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||