fullscreen.html
来自「这个是java的quicktime for java 的详细使用文档」· HTML 代码 · 共 534 行 · 第 1/2 页
HTML
534 行
<A NAME="method_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Method Detail</B></FONT></TD></TR></TABLE><A NAME="getMainScreenSize()"><!-- --></A><H3>getMainScreenSize</H3><PRE>public java.awt.Dimension <B>getMainScreenSize</B>() throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD><B>Deprecated.</B> <I>as of QTJava 4.0 see getSizeOfMainScreen</I><P><DD>Returns the current size in pixels of the main screen. This method will not alter the display size of the screen. <BR><BR><b> <a href="http://developer.apple.com/techpubs/quicktime/qtdevdocs/REF/refMovieToolbox.44.htm#refMov134">QuickTime::BeginFullScreen()</a> </b><BR><BR></DL></DD><DD><DL><DT><B>Returns:</B><DD>the size of the main screen</DL></DD></DL><HR><A NAME="getSizeOfMainScreen()"><!-- --></A><H3>getSizeOfMainScreen</H3><PRE>public <A HREF="../../../quicktime/qd/QDDimension.html">QDDimension</A> <B>getSizeOfMainScreen</B>() throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD>Returns the current size in pixels of the main screen. This method will not alter the display size of the screen. <BR><BR><b> <a href="http://developer.apple.com/techpubs/quicktime/qtdevdocs/REF/refMovieToolbox.44.htm#refMov134">QuickTime::BeginFullScreen()</a> </b><BR><BR></DL></DD><DD><DL><DT><B>Returns:</B><DD>the size of the main screen</DL></DD></DL><HR><A NAME="getScreenSize(quicktime.qd.GDevice)"><!-- --></A><H3>getScreenSize</H3><PRE>public java.awt.Dimension <B>getScreenSize</B>(<A HREF="../../../quicktime/qd/GDevice.html">GDevice</A> gd) throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD><B>Deprecated.</B> <I>as of QTJava 4.0 see getSizeOfScreen</I><P><DD>Returns the current size in pixels of the screen that is associated with the specified GDevice. This method will not alter the display size of the screen. <BR><BR><b> <a href="http://developer.apple.com/techpubs/quicktime/qtdevdocs/REF/refMovieToolbox.44.htm#refMov134">QuickTime::BeginFullScreen()</a> </b><BR><BR></DL></DD><DD><DL><DT><B>Returns:</B><DD>the size of the specified screen</DL></DD></DL><HR><A NAME="getSizeOfScreen(quicktime.qd.GDevice)"><!-- --></A><H3>getSizeOfScreen</H3><PRE>public <A HREF="../../../quicktime/qd/QDDimension.html">QDDimension</A> <B>getSizeOfScreen</B>(<A HREF="../../../quicktime/qd/GDevice.html">GDevice</A> gd) throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD>Returns the current size in pixels of the screen that is associated with the specified GDevice. This method will not alter the display size of the screen. <BR><BR><b> <a href="http://developer.apple.com/techpubs/quicktime/qtdevdocs/REF/refMovieToolbox.44.htm#refMov134">QuickTime::BeginFullScreen()</a> </b><BR><BR></DL></DD><DD><DL><DT><B>Returns:</B><DD>the size of the specified screen</DL></DD></DL><HR><A NAME="preflightSize(quicktime.qd.GDevice, int, int)"><!-- --></A><H3>preflightSize</H3><PRE>public java.awt.Dimension <B>preflightSize</B>(<A HREF="../../../quicktime/qd/GDevice.html">GDevice</A> gd, int width, int height) throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD><B>Deprecated.</B> <I>as of QTJava 4.0 see sizeOfScreen</I><P><DD>Returns the closest size to the specified size for the specified screen. This method will not alter the display size of the screen. <BR><BR><b> <a href="http://developer.apple.com/techpubs/quicktime/qtdevdocs/REF/refMovieToolbox.44.htm#refMov134">QuickTime::BeginFullScreen()</a> </b><BR><BR></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>gd</CODE> - the GDevice for the desired screen or null for the main screen<DD><CODE>width</CODE> - the desired width or 0 to retrieve the current width in pixels of the specified screen<DD><CODE>height</CODE> - the desired height or 0 to retrieve the current height in pixels of the specified screen<DT><B>Returns:</B><DD>the size of the specified screen</DL></DD></DL><HR><A NAME="getPreflightSize(quicktime.qd.GDevice, int, int)"><!-- --></A><H3>getPreflightSize</H3><PRE>public <A HREF="../../../quicktime/qd/QDDimension.html">QDDimension</A> <B>getPreflightSize</B>(<A HREF="../../../quicktime/qd/GDevice.html">GDevice</A> gd, int width, int height) throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD>Returns the closest size to the specified size for the specified screen. This method will not alter the display size of the screen. <BR><BR><b> <a href="http://developer.apple.com/techpubs/quicktime/qtdevdocs/REF/refMovieToolbox.44.htm#refMov134">QuickTime::BeginFullScreen()</a> </b><BR><BR></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>gd</CODE> - the GDevice for the desired screen or null for the main screen<DD><CODE>width</CODE> - the desired width or 0 to retrieve the current width in pixels of the specified screen<DD><CODE>height</CODE> - the desired height or 0 to retrieve the current height in pixels of the specified screen<DT><B>Returns:</B><DD>the size of the specified screen</DL></DD></DL><HR><A NAME="begin(int)"><!-- --></A><H3>begin</H3><PRE>public java.awt.Dimension <B>begin</B>(int flags) throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD><B>Deprecated.</B> <I>as of QTJava 4.0 see beginFullScreen</I><P><DD>This method converts the main screen to full screen mode by hiding menu bars, control strips, task bars, etc. <BR><BR><b> <a href="http://developer.apple.com/techpubs/quicktime/qtdevdocs/REF/refMovieToolbox.44.htm#refMov134">QuickTime::BeginFullScreen()</a> </b><BR><BR></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>flags</CODE> - controls the operation of this method.</DL></DD></DL><HR><A NAME="beginFullScreen(int)"><!-- --></A><H3>beginFullScreen</H3><PRE>public <A HREF="../../../quicktime/qd/QDDimension.html">QDDimension</A> <B>beginFullScreen</B>(int flags) throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD>This method converts the main screen to full screen mode by hiding menu bars, control strips, task bars, etc. <BR><BR><b> <a href="http://developer.apple.com/techpubs/quicktime/qtdevdocs/REF/refMovieToolbox.44.htm#refMov134">QuickTime::BeginFullScreen()</a> </b><BR><BR></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>flags</CODE> - controls the operation of this method.</DL></DD></DL><HR><A NAME="begin(quicktime.qd.GDevice, int, int, int)"><!-- --></A><H3>begin</H3><PRE>public java.awt.Dimension <B>begin</B>(<A HREF="../../../quicktime/qd/GDevice.html">GDevice</A> gd, int desiredWidth, int desiredHeight, int flags) throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD><B>Deprecated.</B> <I>as of QTJava 4.0 see beginFullScreen</I><P><DD>This method converts the main screen to full screen mode. <BR><BR><b> <a href="http://developer.apple.com/techpubs/quicktime/qtdevdocs/REF/refMovieToolbox.44.htm#refMov134">QuickTime::BeginFullScreen()</a> </b><BR><BR></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>desiredWidth</CODE> - Specifies the resolution width to be displayed for that screen.<DD><CODE>desiredHeight</CODE> - Specifies the resolution height to be displayed for that screen.<DD><CODE>flags</CODE> - Controls the operation of this method.</DL></DD></DL><HR><A NAME="beginFullScreen(quicktime.qd.GDevice, int, int, int)"><!-- --></A><H3>beginFullScreen</H3><PRE>public <A HREF="../../../quicktime/qd/QDDimension.html">QDDimension</A> <B>beginFullScreen</B>(<A HREF="../../../quicktime/qd/GDevice.html">GDevice</A> gd, int desiredWidth, int desiredHeight, int flags) throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD>This method converts the main screen to full screen mode. <BR><BR><b> <a href="http://developer.apple.com/techpubs/quicktime/qtdevdocs/REF/refMovieToolbox.44.htm#refMov134">QuickTime::BeginFullScreen()</a> </b><BR><BR></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>desiredWidth</CODE> - Specifies the resolution width to be displayed for that screen.<DD><CODE>desiredHeight</CODE> - Specifies the resolution height to be displayed for that screen.<DD><CODE>flags</CODE> - Controls the operation of this method.</DL></DD></DL><HR><A NAME="endFullScreen()"><!-- --></A><H3>endFullScreen</H3><PRE>public void <B>endFullScreen</B>() throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD>This method converts the main screen from full screen mode to normal mode. <BR><BR><b> <a href="http://developer.apple.com/techpubs/quicktime/qtdevdocs/REF/refMovieToolbox.44.htm#refMov137">QuickTime::EndFullScreen()</a> </b><BR><BR></DL></DD></DL><HR><A NAME="end()"><!-- --></A><H3>end</H3><PRE>public void <B>end</B>() throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD>This method converts the main screen from full screen mode to normal mode. <BR><BR><b> <a href="http://developer.apple.com/techpubs/quicktime/qtdevdocs/REF/refMovieToolbox.44.htm#refMov137">QuickTime::EndFullScreen()</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/FullScreen.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/movies/EffectsList.html"><B>PREV CLASS</B></A> <A HREF="../../../quicktime/std/movies/IStringInfo.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="FullScreen.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 + =
减小字号Ctrl + -
显示快捷键?