Uses of Class
quicktime.qd.NativeGraphics

Packages that use NativeGraphics
quicktime.qd   
 

Uses of NativeGraphics in quicktime.qd
 

Methods in quicktime.qd that return NativeGraphics
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.