swftimelinebuilder.html
来自「java和flash接口编程」· HTML 代码 · 共 805 行 · 第 1/4 页
HTML
805 行
<A NAME="dictionary"><!-- --></A><H3>
dictionary</H3>
<PRE>
protected <A HREF="../../../../../org/javaswf/swf/model/SWFDictionary.html" title="class in org.javaswf.swf.model">SWFDictionary</A> <B>dictionary</B></PRE>
<DL>
<DL>
</DL>
</DL>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_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>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="SWFTimelineBuilder(org.javaswf.swf.model.SWFTimeline)"><!-- --></A><H3>
SWFTimelineBuilder</H3>
<PRE>
public <B>SWFTimelineBuilder</B>(<A HREF="../../../../../org/javaswf/swf/model/SWFTimeline.html" title="class in org.javaswf.swf.model">SWFTimeline</A> timeline)</PRE>
<DL>
<DL>
<DT><B>Parameters:</B><DD><CODE>timeline</CODE> - the timeline to build</DL>
</DL>
<HR>
<A NAME="SWFTimelineBuilder()"><!-- --></A><H3>
SWFTimelineBuilder</H3>
<PRE>
protected <B>SWFTimelineBuilder</B>()</PRE>
<DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_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>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="isEnded()"><!-- --></A><H3>
isEnded</H3>
<PRE>
public boolean <B>isEnded</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Returns:</B><DD>true if the end of the timeline has been reached</DL>
</DD>
</DL>
<HR>
<A NAME="tag(int, boolean, byte[])"><!-- --></A><H3>
tag</H3>
<PRE>
public void <B>tag</B>(int tagType,
boolean longTag,
byte[] contents)
throws java.io.IOException</PRE>
<DL>
<DD><B>Description copied from class: <CODE><A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tag(int, boolean, byte[])">SWFTagTypesImpl</A></CODE></B></DD>
<DD>SWFTags interface
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../com/anotherbigidea/flash/interfaces/SWFTags.html#tag(int, boolean, byte[])">tag</A></CODE> in interface <CODE><A HREF="../../../../../com/anotherbigidea/flash/interfaces/SWFTags.html" title="interface in com.anotherbigidea.flash.interfaces">SWFTags</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tag(int, boolean, byte[])">tag</A></CODE> in class <CODE><A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html" title="class in com.anotherbigidea.flash.writers">SWFTagTypesImpl</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>tagType</CODE> - a type of zero (TAG_END) denotes the end of the tags<DD><CODE>longTag</CODE> - true if the tag header is forced into the long form<DD><CODE>contents</CODE> - may be null
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE><DT><B>See Also:</B><DD><A HREF="../../../../../com/anotherbigidea/flash/interfaces/SWFTags.html#tag(int, boolean, byte[])"><CODE>SWFTags.tag(int, boolean, byte[])</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="tagEnd()"><!-- --></A><H3>
tagEnd</H3>
<PRE>
public void <B>tagEnd</B>()
throws java.io.IOException</PRE>
<DL>
<DD><B>Description copied from class: <CODE><A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagEnd()">SWFTagTypesImpl</A></CODE></B></DD>
<DD>SWFTagTypes interface
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../com/anotherbigidea/flash/interfaces/SWFSpriteTagTypes.html#tagEnd()">tagEnd</A></CODE> in interface <CODE><A HREF="../../../../../com/anotherbigidea/flash/interfaces/SWFSpriteTagTypes.html" title="interface in com.anotherbigidea.flash.interfaces">SWFSpriteTagTypes</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagEnd()">tagEnd</A></CODE> in class <CODE><A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html" title="class in com.anotherbigidea.flash.writers">SWFTagTypesImpl</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE><DT><B>See Also:</B><DD><A HREF="../../../../../com/anotherbigidea/flash/interfaces/SWFSpriteTagTypes.html#tagEnd()"><CODE>SWFSpriteTagTypes.tagEnd()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="tagFrameLabel(java.lang.String, boolean)"><!-- --></A><H3>
tagFrameLabel</H3>
<PRE>
public void <B>tagFrameLabel</B>(java.lang.String label,
boolean isAnchor)
throws java.io.IOException</PRE>
<DL>
<DD><B>Description copied from class: <CODE><A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagFrameLabel(java.lang.String, boolean)">SWFTagTypesImpl</A></CODE></B></DD>
<DD>SWFTagTypes interface
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../com/anotherbigidea/flash/interfaces/SWFSpriteTagTypes.html#tagFrameLabel(java.lang.String, boolean)">tagFrameLabel</A></CODE> in interface <CODE><A HREF="../../../../../com/anotherbigidea/flash/interfaces/SWFSpriteTagTypes.html" title="interface in com.anotherbigidea.flash.interfaces">SWFSpriteTagTypes</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagFrameLabel(java.lang.String, boolean)">tagFrameLabel</A></CODE> in class <CODE><A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html" title="class in com.anotherbigidea.flash.writers">SWFTagTypesImpl</A></CODE></DL>
</DD>
<DD><DL>
<DD><CODE>isAnchor</CODE> - true if this is an anchor frame (for browser navigation), Flash MX+ only.
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE><DT><B>See Also:</B><DD><A HREF="../../../../../com/anotherbigidea/flash/interfaces/SWFSpriteTagTypes.html#tagFrameLabel(java.lang.String, boolean)"><CODE>SWFSpriteTagTypes.tagFrameLabel(java.lang.String, boolean)</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="tagFrameLabel(java.lang.String)"><!-- --></A><H3>
tagFrameLabel</H3>
<PRE>
public void <B>tagFrameLabel</B>(java.lang.String label)
throws java.io.IOException</PRE>
<DL>
<DD><B>Description copied from class: <CODE><A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagFrameLabel(java.lang.String)">SWFTagTypesImpl</A></CODE></B></DD>
<DD>SWFTagTypes interface
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../com/anotherbigidea/flash/interfaces/SWFSpriteTagTypes.html#tagFrameLabel(java.lang.String)">tagFrameLabel</A></CODE> in interface <CODE><A HREF="../../../../../com/anotherbigidea/flash/interfaces/SWFSpriteTagTypes.html" title="interface in com.anotherbigidea.flash.interfaces">SWFSpriteTagTypes</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagFrameLabel(java.lang.String)">tagFrameLabel</A></CODE> in class <CODE><A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html" title="class in com.anotherbigidea.flash.writers">SWFTagTypesImpl</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE><DT><B>See Also:</B><DD><A HREF="../../../../../com/anotherbigidea/flash/interfaces/SWFSpriteTagTypes.html#tagFrameLabel(java.lang.String)"><CODE>SWFSpriteTagTypes.tagFrameLabel(java.lang.String)</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="tagShowFrame()"><!-- --></A><H3>
tagShowFrame</H3>
<PRE>
public void <B>tagShowFrame</B>()
throws java.io.IOException</PRE>
<DL>
<DD><B>Description copied from class: <CODE><A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagShowFrame()">SWFTagTypesImpl</A></CODE></B></DD>
<DD>SWFTagTypes interface
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../com/anotherbigidea/flash/interfaces/SWFSpriteTagTypes.html#tagShowFrame()">tagShowFrame</A></CODE> in interface <CODE><A HREF="../../../../../com/anotherbigidea/flash/interfaces/SWFSpriteTagTypes.html" title="interface in com.anotherbigidea.flash.interfaces">SWFSpriteTagTypes</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagShowFrame()">tagShowFrame</A></CODE> in class <CODE><A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html" title="class in com.anotherbigidea.flash.writers">SWFTagTypesImpl</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE><DT><B>See Also:</B><DD><A HREF="../../../../../com/anotherbigidea/flash/interfaces/SWFSpriteTagTypes.html#tagShowFrame()"><CODE>SWFSpriteTagTypes.tagShowFrame()</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="tagDefineBits(int, byte[])"><!-- --></A><H3>
tagDefineBits</H3>
<PRE>
public void <B>tagDefineBits</B>(int id,
byte[] imageData)
throws java.io.IOException</PRE>
<DL>
<DD><B>Description copied from class: <CODE><A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagDefineBits(int, byte[])">SWFTagTypesImpl</A></CODE></B></DD>
<DD>SWFTagTypes interface
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../com/anotherbigidea/flash/interfaces/SWFTagTypes.html#tagDefineBits(int, byte[])">tagDefineBits</A></CODE> in interface <CODE><A HREF="../../../../../com/anotherbigidea/flash/interfaces/SWFTagTypes.html" title="interface in com.anotherbigidea.flash.interfaces">SWFTagTypes</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagDefineBits(int, byte[])">tagDefineBits</A></CODE> in class <CODE><A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html" title="class in com.anotherbigidea.flash.writers">SWFTagTypesImpl</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE><DT><B>See Also:</B><DD><A HREF="../../../../../com/anotherbigidea/flash/interfaces/SWFTagTypes.html#tagDefineBits(int, byte[])"><CODE>SWFTagTypes.tagDefineBits(int, byte[])</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="tagDefineBitsJPEG2(int, byte[])"><!-- --></A><H3>
tagDefineBitsJPEG2</H3>
<PRE>
public void <B>tagDefineBitsJPEG2</B>(int id,
byte[] data)
throws java.io.IOException</PRE>
<DL>
<DD><B>Description copied from class: <CODE><A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagDefineBitsJPEG2(int, byte[])">SWFTagTypesImpl</A></CODE></B></DD>
<DD>SWFTagTypes interface
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../com/anotherbigidea/flash/interfaces/SWFTagTypes.html#tagDefineBitsJPEG2(int, byte[])">tagDefineBitsJPEG2</A></CODE> in interface <CODE><A HREF="../../../../../com/anotherbigidea/flash/interfaces/SWFTagTypes.html" title="interface in com.anotherbigidea.flash.interfaces">SWFTagTypes</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagDefineBitsJPEG2(int, byte[])">tagDefineBitsJPEG2</A></CODE> in class <CODE><A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html" title="class in com.anotherbigidea.flash.writers">SWFTagTypesImpl</A></CODE></DL>
</DD>
<DD><DL>
<DD><CODE>data</CODE> - must contain the header data - use the InputStream version when using an external JPEG
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE><DT><B>See Also:</B><DD><A HREF="../../../../../com/anotherbigidea/flash/interfaces/SWFTagTypes.html#tagDefineBitsJPEG2(int, byte[])"><CODE>SWFTagTypes.tagDefineBitsJPEG2(int, byte[])</CODE></A></DL>
</DD>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?