Uses of Class
quicktime.qd.NativeGraphicsException

Packages that use NativeGraphicsException
quicktime.qd   
 

Uses of NativeGraphicsException in quicktime.qd
 

Methods in quicktime.qd that throw NativeGraphicsException
static QDGraphics QDGraphics.fromNativeGraphics(quicktime.qd.WinNativeGraphics ng)
          This will return a QDGraphics object from a native graphics object

QuickTime::GetNativeWindowPort
static QDGraphics QDGraphics.fromNativeGraphics(quicktime.qd.MacNativeGraphics ng)
          This will return a QDGraphics object from a native graphics object
static NativeGraphics NativeGraphics.getContext(java.awt.Canvas canv)
          This method is called by the Canvas to get the platform specific object that will be able to return the QDGraphics that will be dependent on the particular platform that we are currently running on.
static NativeGraphics NativeGraphics.getContext(java.awt.Component canv)
          This method is called by the Canvas to get the platform specific object that will be able to return the QDGraphics that will be dependent on the particular platform that we are currently running on.
static NativeGraphics NativeGraphics.getContext(java.lang.Object canv)
          This method is called by a Java container object to get the platform specific object that will be able to return the QDGraphics that will be dependent on the particular platform and Java environment that we are currently running on.
abstract  QDGraphics NativeGraphics.getGWorld()
          This returns the QDGraphics that represents the native drawing surface that you get from java.