swftimelinebuilder.html

来自「java和flash接口编程」· HTML 代码 · 共 805 行 · 第 1/4 页

HTML
805
字号
</TABLE>
&nbsp;
<!-- ========== METHOD SUMMARY =========== -->

<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/javaswf/swf/model/builders/SWFTimelineBuilder.html#isEnded()">isEnded</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/javaswf/swf/model/builders/SWFTimelineBuilder.html#tag(int, boolean, byte[])">tag</A></B>(int&nbsp;tagType,
    boolean&nbsp;longTag,
    byte[]&nbsp;contents)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SWFTags interface</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/javaswf/swf/model/builders/SWFTimelineBuilder.html#tagDefineBits(int, byte[])">tagDefineBits</A></B>(int&nbsp;id,
              byte[]&nbsp;imageData)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SWFTagTypes interface</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/javaswf/swf/model/builders/SWFTimelineBuilder.html#tagDefineBitsJPEG2(int, byte[])">tagDefineBitsJPEG2</A></B>(int&nbsp;id,
                   byte[]&nbsp;data)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SWFTagTypes interface</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/javaswf/swf/model/builders/SWFTimelineBuilder.html#tagDefineBitsJPEG2(int, java.io.InputStream)">tagDefineBitsJPEG2</A></B>(int&nbsp;id,
                   java.io.InputStream&nbsp;jpegImage)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SWFTagTypes interface</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/javaswf/swf/model/builders/SWFTimelineBuilder.html#tagDefineBitsJPEG3(int, byte[], byte[])">tagDefineBitsJPEG3</A></B>(int&nbsp;id,
                   byte[]&nbsp;imageData,
                   byte[]&nbsp;alphaData)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SWFTagTypes interface</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/javaswf/swf/model/builders/SWFTimelineBuilder.html#tagDefineBitsLossless(int, int, int, int, com.anotherbigidea.flash.structs.Color[], byte[])">tagDefineBitsLossless</A></B>(int&nbsp;id,
                      int&nbsp;format,
                      int&nbsp;width,
                      int&nbsp;height,
                      <A HREF="../../../../../com/anotherbigidea/flash/structs/Color.html" title="class in com.anotherbigidea.flash.structs">Color</A>[]&nbsp;colors,
                      byte[]&nbsp;imageData)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SWFTagTypes interface</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/javaswf/swf/model/builders/SWFTimelineBuilder.html#tagDefineBitsLossless2(int, int, int, int, com.anotherbigidea.flash.structs.Color[], byte[])">tagDefineBitsLossless2</A></B>(int&nbsp;id,
                       int&nbsp;format,
                       int&nbsp;width,
                       int&nbsp;height,
                       <A HREF="../../../../../com/anotherbigidea/flash/structs/Color.html" title="class in com.anotherbigidea.flash.structs">Color</A>[]&nbsp;colors,
                       byte[]&nbsp;imageData)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SWFTagTypes interface</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/javaswf/swf/model/builders/SWFTimelineBuilder.html#tagEnd()">tagEnd</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SWFTagTypes interface</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/javaswf/swf/model/builders/SWFTimelineBuilder.html#tagFrameLabel(java.lang.String)">tagFrameLabel</A></B>(java.lang.String&nbsp;label)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SWFTagTypes interface</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/javaswf/swf/model/builders/SWFTimelineBuilder.html#tagFrameLabel(java.lang.String, boolean)">tagFrameLabel</A></B>(java.lang.String&nbsp;label,
              boolean&nbsp;isAnchor)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SWFTagTypes interface</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/javaswf/swf/model/builders/SWFTimelineBuilder.html#tagFreeCharacter(int)">tagFreeCharacter</A></B>(int&nbsp;charId)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SWFTagTypes interface</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/javaswf/swf/model/builders/SWFTimelineBuilder.html#tagJPEGTables(byte[])">tagJPEGTables</A></B>(byte[]&nbsp;jpegEncodingData)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SWFTagTypes interface</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/javaswf/swf/model/builders/SWFTimelineBuilder.html#tagShowFrame()">tagShowFrame</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SWFTagTypes interface</TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_com.anotherbigidea.flash.writers.SWFTagTypesImpl"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class com.anotherbigidea.flash.writers.<A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html" title="class in com.anotherbigidea.flash.writers">SWFTagTypesImpl</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#header(int, long, int, int, int, int)">header</A>, <A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#signature(java.lang.String)">signature</A>, <A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagButtonCXForm(int, com.anotherbigidea.flash.structs.ColorTransform)">tagButtonCXForm</A>, <A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagDefineButton(int, java.util.Vector)">tagDefineButton</A>, <A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagDefineButton2(int, boolean, java.util.Vector)">tagDefineButton2</A>, <A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagDefineButtonSound(int, int, com.anotherbigidea.flash.structs.SoundInfo, int, com.anotherbigidea.flash.structs.SoundInfo, int, com.anotherbigidea.flash.structs.SoundInfo, int, com.anotherbigidea.flash.structs.SoundInfo)">tagDefineButtonSound</A>, <A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagDefineFont(int, int)">tagDefineFont</A>, <A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagDefineFont2(int, int, java.lang.String, int, int, int, int, int[], int[], com.anotherbigidea.flash.structs.Rect[], int[], int[], int[])">tagDefineFont2</A>, <A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagDefineFontInfo(int, java.lang.String, int, int[])">tagDefineFontInfo</A>, <A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagDefineFontInfo2(int, java.lang.String, int, int[], int)">tagDefineFontInfo2</A>, <A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagDefineMorphShape(int, com.anotherbigidea.flash.structs.Rect, com.anotherbigidea.flash.structs.Rect)">tagDefineMorphShape</A>, <A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagDefineQuickTimeMovie(int, java.lang.String)">tagDefineQuickTimeMovie</A>, <A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagDefineShape(int, com.anotherbigidea.flash.structs.Rect)">tagDefineShape</A>, <A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagDefineShape2(int, com.anotherbigidea.flash.structs.Rect)">tagDefineShape2</A>, <A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagDefineShape3(int, com.anotherbigidea.flash.structs.Rect)">tagDefineShape3</A>, <A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagDefineSound(int, int, int, boolean, boolean, int, byte[])">tagDefineSound</A>, <A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagDefineSprite(int)">tagDefineSprite</A>, <A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagDefineText(int, com.anotherbigidea.flash.structs.Rect, com.anotherbigidea.flash.structs.Matrix)">tagDefineText</A>, <A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagDefineText2(int, com.anotherbigidea.flash.structs.Rect, com.anotherbigidea.flash.structs.Matrix)">tagDefineText2</A>, <A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagDefineTextField(int, java.lang.String, java.lang.String, com.anotherbigidea.flash.structs.Rect, int, com.anotherbigidea.flash.structs.AlphaColor, int, int, int, int, int, int, int, int)">tagDefineTextField</A>, <A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagDefineVideoStream(int, int, int, int, int, int)">tagDefineVideoStream</A>, <A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagDoAction()">tagDoAction</A>, <A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagDoInitAction(int)">tagDoInitAction</A>, <A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagEnableDebug(byte[])">tagEnableDebug</A>, <A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagEnableDebug2(byte[])">tagEnableDebug2</A>, <A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagExport(java.lang.String[], int[])">tagExport</A>, <A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagGenerator(byte[])">tagGenerator</A>, <A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagGeneratorCommand(byte[])">tagGeneratorCommand</A>, <A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagGeneratorFont(byte[])">tagGeneratorFont</A>, <A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagGeneratorText(byte[])">tagGeneratorText</A>, <A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagImport(java.lang.String, java.lang.String[], int[])">tagImport</A>, <A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagNameCharacter(byte[])">tagNameCharacter</A>, <A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagPlaceObject(int, int, com.anotherbigidea.flash.structs.Matrix, com.anotherbigidea.flash.structs.AlphaTransform)">tagPlaceObject</A>, <A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagPlaceObject2(boolean, int, int, int, com.anotherbigidea.flash.structs.Matrix, com.anotherbigidea.flash.structs.AlphaTransform, int, java.lang.String, int)">tagPlaceObject2</A>, <A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagProtect(byte[])">tagProtect</A>, <A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagRemoveObject(int, int)">tagRemoveObject</A>, <A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagRemoveObject2(int)">tagRemoveObject2</A>, <A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagScriptLimits(int, int)">tagScriptLimits</A>, <A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagSerialNumber(java.lang.String)">tagSerialNumber</A>, <A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagSetBackgroundColor(com.anotherbigidea.flash.structs.Color)">tagSetBackgroundColor</A>, <A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagSoundStreamBlock(byte[])">tagSoundStreamBlock</A>, <A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagSoundStreamHead(int, boolean, boolean, int, int, boolean, boolean, int)">tagSoundStreamHead</A>, <A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagSoundStreamHead2(int, boolean, boolean, int, int, boolean, boolean, int)">tagSoundStreamHead2</A>, <A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagStartSound(int, com.anotherbigidea.flash.structs.SoundInfo)">tagStartSound</A>, <A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagTabOrder(int, int)">tagTabOrder</A>, <A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagVideoFrame(int, int, int, int, byte[])">tagVideoFrame</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
&nbsp;
<P>

<!-- ============ FIELD DETAIL =========== -->

<A NAME="field_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Field Detail</B></FONT></TH>
</TR>
</TABLE>

<A NAME="timeline"><!-- --></A><H3>
timeline</H3>
<PRE>
protected <A HREF="../../../../../org/javaswf/swf/model/SWFTimeline.html" title="class in org.javaswf.swf.model">SWFTimeline</A> <B>timeline</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>

<A NAME="isEnded"><!-- --></A><H3>
isEnded</H3>
<PRE>
protected boolean <B>isEnded</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>

<A NAME="currentFrame"><!-- --></A><H3>
currentFrame</H3>
<PRE>
protected <A HREF="../../../../../org/javaswf/swf/model/SWFFrame.html" title="class in org.javaswf.swf.model">SWFFrame</A> <B>currentFrame</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>

⌨️ 快捷键说明

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