swftimelinebuilder.html

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

HTML
805
字号
</DL>
<HR>

<A NAME="tagDefineBitsJPEG2(int, java.io.InputStream)"><!-- --></A><H3>
tagDefineBitsJPEG2</H3>
<PRE>
public void <B>tagDefineBitsJPEG2</B>(int&nbsp;id,
                               java.io.InputStream&nbsp;jpegImage)
                        throws java.io.IOException</PRE>
<DL>
<DD><B>Description copied from class: <CODE><A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagDefineBitsJPEG2(int, java.io.InputStream)">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, java.io.InputStream)">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, java.io.InputStream)">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>jpegImage</CODE> - must be a baseline JPEG (not a progressive 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, java.io.InputStream)"><CODE>SWFTagTypes.tagDefineBitsJPEG2(int, java.io.InputStream)</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="tagDefineBitsJPEG3(int, byte[], byte[])"><!-- --></A><H3>
tagDefineBitsJPEG3</H3>
<PRE>
public void <B>tagDefineBitsJPEG3</B>(int&nbsp;id,
                               byte[]&nbsp;imageData,
                               byte[]&nbsp;alphaData)
                        throws java.io.IOException</PRE>
<DL>
<DD><B>Description copied from class: <CODE><A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagDefineBitsJPEG3(int, byte[], 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#tagDefineBitsJPEG3(int, byte[], byte[])">tagDefineBitsJPEG3</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#tagDefineBitsJPEG3(int, byte[], byte[])">tagDefineBitsJPEG3</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>alphaData</CODE> - is zlib compressed
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE><DT><B>See Also:</B><DD><A HREF="../../../../../com/anotherbigidea/flash/interfaces/SWFTagTypes.html#tagDefineBitsJPEG3(int, byte[], byte[])"><CODE>SWFTagTypes.tagDefineBitsJPEG3(int, byte[], byte[])</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="tagDefineBitsLossless(int, int, int, int, com.anotherbigidea.flash.structs.Color[], byte[])"><!-- --></A><H3>
tagDefineBitsLossless</H3>
<PRE>
public void <B>tagDefineBitsLossless</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)
                           throws java.io.IOException</PRE>
<DL>
<DD><B>Description copied from class: <CODE><A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagDefineBitsLossless(int, int, int, int, com.anotherbigidea.flash.structs.Color[], 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#tagDefineBitsLossless(int, int, int, int, com.anotherbigidea.flash.structs.Color[], byte[])">tagDefineBitsLossless</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#tagDefineBitsLossless(int, int, int, int, com.anotherbigidea.flash.structs.Color[], byte[])">tagDefineBitsLossless</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>format</CODE> - one of the SWFConstants.BITMAP_FORMAT_n_BIT constants
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE><DT><B>See Also:</B><DD><A HREF="../../../../../com/anotherbigidea/flash/interfaces/SWFTagTypes.html#tagDefineBitsLossless(int, int, int, int, com.anotherbigidea.flash.structs.Color[], byte[])"><CODE>SWFTagTypes.tagDefineBitsLossless(int, int, int, int, com.anotherbigidea.flash.structs.Color[], byte[])</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="tagDefineBitsLossless2(int, int, int, int, com.anotherbigidea.flash.structs.Color[], byte[])"><!-- --></A><H3>
tagDefineBitsLossless2</H3>
<PRE>
public void <B>tagDefineBitsLossless2</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)
                            throws java.io.IOException</PRE>
<DL>
<DD><B>Description copied from class: <CODE><A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagDefineBitsLossless2(int, int, int, int, com.anotherbigidea.flash.structs.Color[], 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#tagDefineBitsLossless2(int, int, int, int, com.anotherbigidea.flash.structs.Color[], byte[])">tagDefineBitsLossless2</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#tagDefineBitsLossless2(int, int, int, int, com.anotherbigidea.flash.structs.Color[], byte[])">tagDefineBitsLossless2</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>format</CODE> - one of the SWFConstants.BITMAP_FORMAT_n_BIT constants
<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE><DT><B>See Also:</B><DD><A HREF="../../../../../com/anotherbigidea/flash/interfaces/SWFTagTypes.html#tagDefineBitsLossless2(int, int, int, int, com.anotherbigidea.flash.structs.Color[], byte[])"><CODE>SWFTagTypes.tagDefineBitsLossless2(int, int, int, int, com.anotherbigidea.flash.structs.Color[], byte[])</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="tagFreeCharacter(int)"><!-- --></A><H3>
tagFreeCharacter</H3>
<PRE>
public void <B>tagFreeCharacter</B>(int&nbsp;charId)
                      throws java.io.IOException</PRE>
<DL>
<DD><B>Description copied from class: <CODE><A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagFreeCharacter(int)">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#tagFreeCharacter(int)">tagFreeCharacter</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#tagFreeCharacter(int)">tagFreeCharacter</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#tagFreeCharacter(int)"><CODE>SWFSpriteTagTypes.tagFreeCharacter(int)</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="tagJPEGTables(byte[])"><!-- --></A><H3>
tagJPEGTables</H3>
<PRE>
public void <B>tagJPEGTables</B>(byte[]&nbsp;jpegEncodingData)
                   throws java.io.IOException</PRE>
<DL>
<DD><B>Description copied from class: <CODE><A HREF="../../../../../com/anotherbigidea/flash/writers/SWFTagTypesImpl.html#tagJPEGTables(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#tagJPEGTables(byte[])">tagJPEGTables</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#tagJPEGTables(byte[])">tagJPEGTables</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#tagJPEGTables(byte[])"><CODE>SWFTagTypes.tagJPEGTables(byte[])</CODE></A></DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>


<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <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/SWFTimelineBuilder.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="../../../../../org/javaswf/swf/model/builders/SWFModelBuilder.html" title="class in org.javaswf.swf.model.builders"><B>PREV CLASS</B></A>&nbsp;
&nbsp;NEXT CLASS</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../../../index.html?org/javaswf/swf/model/builders/SWFTimelineBuilder.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="SWFTimelineBuilder.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&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;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<HR>
<i>Copyright &#169; 2000-2005 David N Main. All Rights Reserved.</i>
</BODY>
</HTML>

⌨️ 快捷键说明

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