📄 nextimageaction.html
字号:
</TR></TABLE> <A NAME="methods_inherited_from_class_quicktime.app.actions.SequencerAction"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class quicktime.app.actions.<A HREF="../../../quicktime/app/actions/SequencerAction.html">SequencerAction</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../quicktime/app/actions/SequencerAction.html#constraintReached()">constraintReached</A>, <A HREF="../../../quicktime/app/actions/SequencerAction.html#equals(java.lang.Object)">equals</A>, <A HREF="../../../quicktime/app/actions/SequencerAction.html#getConstraint()">getConstraint</A>, <A HREF="../../../quicktime/app/actions/SequencerAction.html#setConstraint(int)">setConstraint</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_quicktime.app.actions.PeriodicAction"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class quicktime.app.actions.<A HREF="../../../quicktime/app/actions/PeriodicAction.html">PeriodicAction</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../quicktime/app/actions/PeriodicAction.html#getActionable()">getActionable</A>, <A HREF="../../../quicktime/app/actions/PeriodicAction.html#getPeriod()">getPeriod</A>, <A HREF="../../../quicktime/app/actions/PeriodicAction.html#getScale()">getScale</A>, <A HREF="../../../quicktime/app/actions/PeriodicAction.html#getTriggerCondition()">getTriggerCondition</A>, <A HREF="../../../quicktime/app/actions/PeriodicAction.html#setActionable(quicktime.app.actions.Actionable)">setActionable</A>, <A HREF="../../../quicktime/app/actions/PeriodicAction.html#setPeriod(int)">setPeriod</A>, <A HREF="../../../quicktime/app/actions/PeriodicAction.html#setScale(int)">setScale</A>, <A HREF="../../../quicktime/app/actions/PeriodicAction.html#setTriggerCondition(int)">setTriggerCondition</A>, <A HREF="../../../quicktime/app/actions/PeriodicAction.html#tickle(float, int)">tickle</A>, <A HREF="../../../quicktime/app/actions/PeriodicAction.html#timeChanged(int)">timeChanged</A>, <A HREF="../../../quicktime/app/actions/PeriodicAction.html#toString()">toString</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class java.lang.Object</B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_quicktime.app.time.Ticklish"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from interface quicktime.app.time.<A HREF="../../../quicktime/app/time/Ticklish.html">Ticklish</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../quicktime/app/time/Ticklish.html#tickle(float, int)">tickle</A>, <A HREF="../../../quicktime/app/time/Ticklish.html#timeChanged(int)">timeChanged</A></CODE></TD></TR></TABLE> <P><!-- ============ FIELD DETAIL =========== --><A NAME="field_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Field Detail</B></FONT></TD></TR></TABLE><A NAME="target"><!-- --></A><H3>target</H3><PRE>protected <A HREF="../../../quicktime/app/image/ImageSettable.html">ImageSettable</A> <B>target</B></PRE><DL></DL><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TD></TR></TABLE><A NAME="NextImageAction(int, int, quicktime.app.image.ImageSequencer, quicktime.app.image.ImageSettable)"><!-- --></A><H3>NextImageAction</H3><PRE>public <B>NextImageAction</B>(int scale, int period, <A HREF="../../../quicktime/app/image/ImageSequencer.html">ImageSequencer</A> images, <A HREF="../../../quicktime/app/image/ImageSettable.html">ImageSettable</A> target) throws <A HREF="../../../quicktime/QTException.html">QTException</A></PRE><DL><DD>Creates an ImageAction.<DD><DL><DT><B>Parameters:</B><DD><CODE>scale</CODE> - the amount with which a second is divided into at a rate of one<DD><CODE>period</CODE> - the number of scale ticks that elapse between invocations of the action.<DD><CODE>images</CODE> - the images that will be cycled through<DD><CODE>target</CODE> - this object is the target of the action.</DL></DD></DL><!-- ============ METHOD DETAIL ========== --><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="setTarget(java.lang.Object)"><!-- --></A><H3>setTarget</H3><PRE>public void <B>setTarget</B>(java.lang.Object target)</PRE><DL><DD>Sets the Target of the NextImageAction which is an ImageSettable object.<DD><DL><DT><B>Specified by: </B><DD><CODE><A HREF="../../../quicktime/app/actions/Targetable.html#setTarget(java.lang.Object)">setTarget</A></CODE> in interface <CODE><A HREF="../../../quicktime/app/actions/Targetable.html">Targetable</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>target</CODE> - the new target for the Action</DL></DD></DL><HR><A NAME="getTarget()"><!-- --></A><H3>getTarget</H3><PRE>public java.lang.Object <B>getTarget</B>()</PRE><DL><DD>Returns the current target of the action.<DD><DL><DT><B>Specified by: </B><DD><CODE><A HREF="../../../quicktime/app/actions/Targetable.html#getTarget()">getTarget</A></CODE> in interface <CODE><A HREF="../../../quicktime/app/actions/Targetable.html">Targetable</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>the target - an ImageSettable object</DL></DD></DL><HR><A NAME="doAction(float, int)"><!-- --></A><H3>doAction</H3><PRE>protected void <B>doAction</B>(float er, int t) throws <A HREF="../../../quicktime/QTException.html">QTException</A></PRE><DL><DD>This method does whatever actions are appropriate so that subsequent calls to getImage and getDescription return the correct image data.<DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../quicktime/app/actions/PeriodicAction.html#doAction(float, int)">doAction</A></CODE> in class <CODE><A HREF="../../../quicktime/app/actions/PeriodicAction.html">PeriodicAction</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>er</CODE> - the actual rate at which the action has been triggered<DD><CODE>t</CODE> - the time in Ticklish.kScale that the action has been triggered</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/NextImageAction.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/app/actions/MouseResponder.html"><B>PREV CLASS</B></A> <A HREF="../../../quicktime/app/actions/PeriodicAction.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="NextImageAction.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: INNER | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: <A HREF="#field_detail">FIELD</A> | <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 + -