|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opensourcephysics.media.quicktime.QT
public class QT
This contains static methods for opening and closing Quicktime sessions.
| Method Summary | |
|---|---|
static void |
add(QTip qTip)
Adds a QTip requiring cleanup services. |
static void |
exit()
Called when QuickTime resources are no longer needed--typically when an application is closed or an applet is destroyed |
static void |
remove(QTip qTip)
Cleans up and removes a QTip. |
static void |
setFailMode(int _failMode)
FailMode specifies the actions taken if QuickTime is not available |
static void |
start()
Start using Quicktime services. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void start()
public static void add(QTip qTip)
qTip - the QTip to be addedpublic static void remove(QTip qTip)
qTip - the QTip to be removedpublic static void exit()
public static void setFailMode(int _failMode)
_failMode - one of the fail mode constants defined in this class
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||