📄 imagecompressiondialog.html
字号:
setInfoSpatialSettings</H3><PRE>public void <B>setInfoSpatialSettings</B>(<A HREF="../../../quicktime/std/qtcomponents/SpatialSettings.html">SpatialSettings</A> settings) throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD>Sets the current spatial settings for a dialog. <BR><BR><b> <a href="http://developer.apple.com/techpubs/quicktime/qtdevdocs/INMAC/QTC/imImageCompDialog.1a.htm#imImag37">QuickTime::SCSetInfo()</a> </b><BR><BR></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>settings</CODE> - the new spatial settings</DL></DD></DL><HR><A NAME="getInfoSpatialSettings()"><!-- --></A><H3>getInfoSpatialSettings</H3><PRE>public <A HREF="../../../quicktime/std/qtcomponents/SpatialSettings.html">SpatialSettings</A> <B>getInfoSpatialSettings</B>() throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD>Gets the current spatial settings for a dialog. <BR><BR><b> <a href="http://developer.apple.com/techpubs/quicktime/qtdevdocs/INMAC/QTC/imImageCompDialog.1a.htm#imImag35">QuickTime::SCGetInfo()</a> </b><BR><BR></DL></DD><DD><DL><DT><B>Returns:</B><DD>the new spatial settings</DL></DD></DL><HR><A NAME="setInfoTemporalSettings(quicktime.std.qtcomponents.TemporalSettings)"><!-- --></A><H3>setInfoTemporalSettings</H3><PRE>public void <B>setInfoTemporalSettings</B>(<A HREF="../../../quicktime/std/qtcomponents/TemporalSettings.html">TemporalSettings</A> settings) throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD>Sets the current temporal settings for a dialog. <BR><BR><b> <a href="http://developer.apple.com/techpubs/quicktime/qtdevdocs/INMAC/QTC/imImageCompDialog.1a.htm#imImag37">QuickTime::SCSetInfo()</a> </b><BR><BR></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>settings</CODE> - the new temporal settings</DL></DD></DL><HR><A NAME="getInfoTemporalSettings()"><!-- --></A><H3>getInfoTemporalSettings</H3><PRE>public <A HREF="../../../quicktime/std/qtcomponents/TemporalSettings.html">TemporalSettings</A> <B>getInfoTemporalSettings</B>() throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD>Gets the current temporal settings for a dialog. <BR><BR><b> <a href="http://developer.apple.com/techpubs/quicktime/qtdevdocs/INMAC/QTC/imImageCompDialog.1a.htm#imImag35">QuickTime::SCGetInfo()</a> </b><BR><BR></DL></DD><DD><DL><DT><B>Returns:</B><DD>the new temporal settings</DL></DD></DL><HR><A NAME="setInfoDataRateSettings(quicktime.std.qtcomponents.DataRateSettings)"><!-- --></A><H3>setInfoDataRateSettings</H3><PRE>public void <B>setInfoDataRateSettings</B>(<A HREF="../../../quicktime/std/qtcomponents/DataRateSettings.html">DataRateSettings</A> settings) throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD>Sets the current data rate settings for a dialog. <BR><BR><b> <a href="http://developer.apple.com/techpubs/quicktime/qtdevdocs/INMAC/QTC/imImageCompDialog.1a.htm#imImag37">QuickTime::SCSetInfo()</a> </b><BR><BR></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>settings</CODE> - the new data rate settings</DL></DD></DL><HR><A NAME="getInfoDataRateSettings()"><!-- --></A><H3>getInfoDataRateSettings</H3><PRE>public <A HREF="../../../quicktime/std/qtcomponents/DataRateSettings.html">DataRateSettings</A> <B>getInfoDataRateSettings</B>() throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD>Gets the current data rate settings for a dialog. <BR><BR><b> <a href="http://developer.apple.com/techpubs/quicktime/qtdevdocs/INMAC/QTC/imImageCompDialog.1a.htm#imImag35">QuickTime::SCGetInfo()</a> </b><BR><BR></DL></DD><DD><DL><DT><B>Returns:</B><DD>the new data rate settings</DL></DD></DL><HR><A NAME="setInfoColorTable(quicktime.qd.ColorTable)"><!-- --></A><H3>setInfoColorTable</H3><PRE>public void <B>setInfoColorTable</B>(<A HREF="../../../quicktime/qd/ColorTable.html">ColorTable</A> ctab) throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD>Sets the current color table or null to clear the current color table for a dialog. <BR><BR><b> <a href="http://developer.apple.com/techpubs/quicktime/qtdevdocs/INMAC/QTC/imImageCompDialog.1a.htm#imImag37">QuickTime::SCSetInfo()</a> </b><BR><BR></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>ctab</CODE> - the new color table</DL></DD></DL><HR><A NAME="getInfoColorTable()"><!-- --></A><H3>getInfoColorTable</H3><PRE>public <A HREF="../../../quicktime/qd/ColorTable.html">ColorTable</A> <B>getInfoColorTable</B>() throws <A HREF="../../../quicktime/QTException.html">QTException</A></PRE><DL><DD>Gets the current color table or null to clear the current color table for a dialog. <BR><BR><b> <a href="http://developer.apple.com/techpubs/quicktime/qtdevdocs/INMAC/QTC/imImageCompDialog.1a.htm#imImag35">QuickTime::SCGetInfo()</a> </b><BR><BR></DL></DD><DD><DL><DT><B>Returns:</B><DD>the current color table or null if no color table being used.</DL></DD></DL><HR><A NAME="setTestImagePict(quicktime.qd.Pict, quicktime.qd.QDRect, int)"><!-- --></A><H3>setTestImagePict</H3><PRE>public void <B>setTestImagePict</B>(<A HREF="../../../quicktime/qd/Pict.html">Pict</A> testPict, <A HREF="../../../quicktime/qd/QDRect.html">QDRect</A> testRect, int testFlags) throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD>Sets the dialog box's test image from a Pict. <BR><BR><b> <a href="http://developer.apple.com/techpubs/quicktime/qtdevdocs/INMAC/QTC/imImageCompDialog.1b.htm#pgfId=888">QuickTime::SCSetTestImagePictHandle()</a> </b><BR><BR></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>testPict</CODE> - the new test image<DD><CODE>testRect</CODE> - the area of interest to display or null for the entire picture<DD><CODE>testFlags</CODE> - controls how the dialog display's the image</DL></DD></DL><HR><A NAME="setTestImagePictFile(quicktime.io.OpenFile, quicktime.qd.QDRect, int)"><!-- --></A><H3>setTestImagePictFile</H3><PRE>public void <B>setTestImagePictFile</B>(<A HREF="../../../quicktime/io/OpenFile.html">OpenFile</A> testPict, <A HREF="../../../quicktime/qd/QDRect.html">QDRect</A> testRect, int testFlags) throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD>Sets the dialog box's test image from a Pict file. <BR><BR><b> <a href="http://developer.apple.com/techpubs/quicktime/qtdevdocs/INMAC/QTC/imImageCompDialog.1b.htm#pgfId=885">QuickTime::SCSetTestImagePictFile()</a> </b><BR><BR></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>testPict</CODE> - the new test image sourced from an open Pict file.<DD><CODE>testRect</CODE> - the area of interest to display or null for the entire picture<DD><CODE>testFlags</CODE> - controls how the dialog display's the image</DL></DD></DL><HR><A NAME="setTestImagePixMap(quicktime.qd.PixMap, quicktime.qd.QDRect, int)"><!-- --></A><H3>setTestImagePixMap</H3><PRE>public void <B>setTestImagePixMap</B>(<A HREF="../../../quicktime/qd/PixMap.html">PixMap</A> testPixMap, <A HREF="../../../quicktime/qd/QDRect.html">QDRect</A> testRect, int testFlags) throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD>Sets the dialog box's test image from a PixMap. <BR><BR><b> <a href="http://developer.apple.com/techpubs/quicktime/qtdevdocs/INMAC/QTC/imImageCompDialog.1b.htm#pgfId=916">QuickTime::SCSetTestImagePixMap()</a> </b><BR><BR></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>testPixMap</CODE> - the new test image<DD><CODE>testRect</CODE> - the area of interest to display or null for the entire picture<DD><CODE>testFlags</CODE> - controls how the dialog display's the image</DL></DD></DL><HR><A NAME="newGWorld(quicktime.qd.QDRect, int)"><!-- --></A><H3>newGWorld</H3><PRE>public <A HREF="../../../quicktime/qd/QDGraphics.html">QDGraphics</A> <B>newGWorld</B>(<A HREF="../../../quicktime/qd/QDRect.html">QDRect</A> rp, int flags) throws <A HREF="../../../quicktime/QTException.html">QTException</A></PRE><DL><DD>Creates an offscreen QDGraphics based on the current compression settings. <BR><BR><b> <a href="http://developer.apple.com/techpubs/quicktime/qtdevdocs/INMAC/QTC/imImageCompDialog.1d.htm#imImag50">QuickTime::SCNewGWorld()</a> </b><BR><BR></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>rp</CODE> - the boundaries of the graphics world.<DD><CODE>flags</CODE> - flags as specified to NewGWorld.<DT><B>Returns:</B><DD>a QDGraphics object</DL></DD></DL><HR><A NAME="setCompressFlags(int)"><!-- --></A><H3>setCompressFlags</H3><PRE>public void <B>setCompressFlags</B>(int flags) throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD>Sets the compression flags. <BR><BR><b> <a href="http://developer.apple.com/techpubs/quicktime/qtdevdocs/REF/ref_undocfuncs.htm#pgfId=17257">QuickTime::SCSetCompressFlags()</a> </b><BR><BR></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>flags</CODE> - the new flags</DL></DD></DL><HR><A NAME="getCompressFlags()"><!-- --></A><H3>getCompressFlags</H3><PRE>public int <B>getCompressFlags</B>() throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD>Gets the compression flags. <BR><BR><b> <a href="http://developer.apple.com/techpubs/quicktime/qtdevdocs/REF/ref_undocfuncs.htm#pgfId=17251">QuickTime::SCGetCompressFlags()</a> </b><BR><BR></DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ========== START OF NAVBAR ========== --><A NAME="navbar_bottom"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ImageCompressionDialog.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../quicktime/std/qtcomponents/DataRateSettings.html"><B>PREV CLASS</B></A> <A HREF="../../../quicktime/std/qtcomponents/MovieExporter.html"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" TARGET="_top"><B>FRAMES</B></A> <A HREF="ImageCompressionDialog.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: INNER | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><HR></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -