Uses of Class
quicktime.app.QTDrawableMaker

Packages that use QTDrawableMaker
quicktime.app   
 

Uses of QTDrawableMaker in quicktime.app
 

Methods in quicktime.app with parameters of type QTDrawableMaker
static QTDrawable QTFactory.makeDrawable(QTFile qtFile, QTDrawableMaker maker)
          This returns a QTDrawable object from the specified file.
static QTDrawable QTFactory.makeDrawable(java.io.InputStream is, int hintType, java.lang.String hintString, QTDrawableMaker maker)
          This returns a QTDrawable object from the specified input stream.
static QTDrawable QTFactory.makeDrawable(java.lang.String url, QTDrawableMaker maker)
          This returns a QTDrawable object from the specified Universal Resource Locator.