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>&nbsp;<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>&nbsp;gd)                                 throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD><B>Deprecated.</B>&nbsp;<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>&nbsp;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>&nbsp;gd,                                        int&nbsp;width,                                        int&nbsp;height)                                 throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD><B>Deprecated.</B>&nbsp;<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>&nbsp;gd,                                    int&nbsp;width,                                    int&nbsp;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&nbsp;flags)                         throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD><B>Deprecated.</B>&nbsp;<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&nbsp;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>&nbsp;gd,                                int&nbsp;desiredWidth,                                int&nbsp;desiredHeight,                                int&nbsp;flags)                         throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD><B>Deprecated.</B>&nbsp;<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>&nbsp;gd,                                   int&nbsp;desiredWidth,                                   int&nbsp;desiredHeight,                                   int&nbsp;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>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/FullScreen.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;<A HREF="../../../quicktime/std/movies/EffectsList.html"><B>PREV CLASS</B></A>&nbsp;&nbsp;<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>  &nbsp;&nbsp;<A HREF="FullScreen.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">  SUMMARY: &nbsp;INNER&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: &nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><HR></BODY></HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?