⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 placement.html

📁 java和flash接口编程
💻 HTML
📖 第 1 页 / 共 3 页
字号:
<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="isUndefineSymbol()"><!-- --></A><H3>
isUndefineSymbol</H3>
<PRE>
public boolean <B>isUndefineSymbol</B>()</PRE>
<DL>
<DD>Return true if the placement represents an UndefineSymbol operation
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="isReplacement()"><!-- --></A><H3>
isReplacement</H3>
<PRE>
public boolean <B>isReplacement</B>()</PRE>
<DL>
<DD>Return true if the placement is replacing the symbol at a given depth with a new symbol
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="isAlteration()"><!-- --></A><H3>
isAlteration</H3>
<PRE>
public boolean <B>isAlteration</B>()</PRE>
<DL>
<DD>Return true if this placement is an alteration to an Instance that was placed in a previous frame.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="getFrameNumber()"><!-- --></A><H3>
getFrameNumber</H3>
<PRE>
public int <B>getFrameNumber</B>()</PRE>
<DL>
<DD>Get the number of the frame within which this placement takes place
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="getInstance()"><!-- --></A><H3>
getInstance</H3>
<PRE>
public <A HREF="../../../../com/anotherbigidea/flash/movie/Instance.html" title="class in com.anotherbigidea.flash.movie">Instance</A> <B>getInstance</B>()</PRE>
<DL>
<DD>Get the Symbol Instance represented by this Placement
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="getTransform()"><!-- --></A><H3>
getTransform</H3>
<PRE>
public <A HREF="../../../../com/anotherbigidea/flash/movie/Transform.html" title="class in com.anotherbigidea.flash.movie">Transform</A> <B>getTransform</B>()</PRE>
<DL>
<DD>The transform may be null
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="getColorTransform()"><!-- --></A><H3>
getColorTransform</H3>
<PRE>
public <A HREF="../../../../com/anotherbigidea/flash/structs/AlphaTransform.html" title="class in com.anotherbigidea.flash.structs">AlphaTransform</A> <B>getColorTransform</B>()</PRE>
<DL>
<DD>The color transform may be null
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="getName()"><!-- --></A><H3>
getName</H3>
<PRE>
public java.lang.String <B>getName</B>()</PRE>
<DL>
<DD>The name only relates to MovieClip instances and may be null. The name is only present on the first Placement of an Instance.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="getRatio()"><!-- --></A><H3>
getRatio</H3>
<PRE>
public int <B>getRatio</B>()</PRE>
<DL>
<DD>The ratio only relates to Morph Shapes and will be -1 otherwise. The ratio is from zero to 65535 and denotes the degree of the morph from the initial shape to the final shape.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="getClipDepth()"><!-- --></A><H3>
getClipDepth</H3>
<PRE>
public int <B>getClipDepth</B>()</PRE>
<DL>
<DD>The clip depth defines the range of depths which will be clipped by this symbol.  All symbols placed at depths from depth+1 to clipDepth (inclusive) will be clipped.  If this symbol is not a clipping symbol then the clip depth will be -1.  The clip depth is only present on the first Placement of an Instance.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="isRemove()"><!-- --></A><H3>
isRemove</H3>
<PRE>
public boolean <B>isRemove</B>()</PRE>
<DL>
<DD>If true then this Placement denotes the removal of the Instance from the stage.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="getClipActions()"><!-- --></A><H3>
getClipActions</H3>
<PRE>
public <A HREF="../../../../com/anotherbigidea/flash/movie/Actions.html" title="class in com.anotherbigidea.flash.movie">Actions</A>[] <B>getClipActions</B>()</PRE>
<DL>
<DD>Get the actions for a movie clip
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="setClipActions(com.anotherbigidea.flash.movie.Actions[])"><!-- --></A><H3>
setClipActions</H3>
<PRE>
public void <B>setClipActions</B>(<A HREF="../../../../com/anotherbigidea/flash/movie/Actions.html" title="class in com.anotherbigidea.flash.movie">Actions</A>[]&nbsp;clipActions)</PRE>
<DL>
<DD>Set the actions for a movie clip
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="flushDefinitions(com.anotherbigidea.flash.movie.Movie, com.anotherbigidea.flash.interfaces.SWFTagTypes, com.anotherbigidea.flash.interfaces.SWFTagTypes)"><!-- --></A><H3>
flushDefinitions</H3>
<PRE>
protected void <B>flushDefinitions</B>(<A HREF="../../../../com/anotherbigidea/flash/movie/Movie.html" title="class in com.anotherbigidea.flash.movie">Movie</A>&nbsp;movie,
                                <A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFTagTypes.html" title="interface in com.anotherbigidea.flash.interfaces">SWFTagTypes</A>&nbsp;timelineWriter,
                                <A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFTagTypes.html" title="interface in com.anotherbigidea.flash.interfaces">SWFTagTypes</A>&nbsp;definitionWriter)
                         throws java.io.IOException</PRE>
<DL>
<DD><DL>

<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE></DL>
</DD>
</DL>
<HR>

<A NAME="write(com.anotherbigidea.flash.movie.Movie, com.anotherbigidea.flash.interfaces.SWFTagTypes, com.anotherbigidea.flash.interfaces.SWFTagTypes)"><!-- --></A><H3>
write</H3>
<PRE>
protected void <B>write</B>(<A HREF="../../../../com/anotherbigidea/flash/movie/Movie.html" title="class in com.anotherbigidea.flash.movie">Movie</A>&nbsp;movie,
                     <A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFTagTypes.html" title="interface in com.anotherbigidea.flash.interfaces">SWFTagTypes</A>&nbsp;movieTagWriter,
                     <A HREF="../../../../com/anotherbigidea/flash/interfaces/SWFTagTypes.html" title="interface in com.anotherbigidea.flash.interfaces">SWFTagTypes</A>&nbsp;timelineTagWriter)
              throws java.io.IOException</PRE>
<DL>
<DD><DL>

<DT><B>Throws:</B>
<DD><CODE>java.io.IOException</CODE></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/Placement.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="../../../../com/anotherbigidea/flash/movie/MovieClip.html" title="class in com.anotherbigidea.flash.movie"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../com/anotherbigidea/flash/movie/QTMovie.html" title="class in com.anotherbigidea.flash.movie"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../../index.html?com/anotherbigidea/flash/movie/Placement.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="Placement.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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -