33343536373839
/* */ /* */ /** @deprecated */ /* */ public GraphicsImporterDrawer(QTFile paramQTFile) /* */ throws QTException /* */ { /* 60 */ this.mGraphicsImporter = new GraphicsImporter(paramQTFile); /* */ }
40414243444546
/* */ /* */ /** @deprecated */ /* */ public GraphicsImporterDrawer(DataRef paramDataRef) /* */ throws QTException /* */ { /* 69 */ this.mGraphicsImporter = new GraphicsImporter(paramDataRef); /* */ }
27282930313233
/* */ } /* */ /* */ public GraphicsImporterDrawer(QTFile paramQTFile) /* */ throws QTException /* */ { /* 48 */ this.mGraphicsImporter = new GraphicsImporter(paramQTFile); /* */ }
/* */ } /* */ /* */ public GraphicsImporterDrawer(DataRef paramDataRef) /* */ throws QTException /* */ { /* 56 */ this.mGraphicsImporter = new GraphicsImporter(paramDataRef); /* */ }