: Uses of Class quicktime.qd.NativeGraphics
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV
NEXT
FRAMES
NO FRAMES
Uses of Classquicktime.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.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV
NEXT
FRAMES
NO FRAMES