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

📄 index-all.html

📁 一个JAVA的地图编辑器,适合快速开发移动终端游戏的好工具.
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<DD>Returns the specified User Data.
<DT><A HREF="Mappy.html#getX()"><B>getX()</B></A> - 
Method in class <A HREF="Mappy.html">Mappy</A>
<DD>Returns the X coordinate of the current Map layer, in pixels.
<DT><A HREF="Mappy.html#getY()"><B>getY()</B></A> - 
Method in class <A HREF="Mappy.html">Mappy</A>
<DD>Returns the Y coordinate of the current Map layer, in pixels.
</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="MappyTest.html#init()"><B>init()</B></A> - 
Method in class <A HREF="MappyTest.html">MappyTest</A>
<DD>Called by the Browser to initialise the <code>Applet</code>.
<DT><A HREF="SwingMapTest.html#itemStateChanged(java.awt.event.ItemEvent)"><B>itemStateChanged(ItemEvent)</B></A> - 
Method in class <A HREF="SwingMapTest.html">SwingMapTest</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_L_"><!-- --></A><H2>
<B>L</B></H2>
<DL>
<DT><A HREF="Mappy.html#loadMap(java.io.File, java.awt.Component)"><B>loadMap(File, Component)</B></A> - 
Method in class <A HREF="Mappy.html">Mappy</A>
<DD>Loads a <code>.FMP</code> Map from a given <code>File</code>.
<DT><A HREF="Mappy.html#loadMap(java.io.InputStream, java.awt.Component)"><B>loadMap(InputStream, Component)</B></A> - 
Method in class <A HREF="Mappy.html">Mappy</A>
<DD>Loads a <code>.FMP</code> Map from a given <code>InputStream</code>.
<DT><A HREF="Mappy.html#loadMap(java.lang.String, java.awt.Component)"><B>loadMap(String, Component)</B></A> - 
Method in class <A HREF="Mappy.html">Mappy</A>
<DD>Loads a <code>.FMP</code> Map from a given filename.
<DT><A HREF="Mappy.html#loadMAR(java.lang.String, int)"><B>loadMAR(String, int)</B></A> - 
Method in class <A HREF="Mappy.html">Mappy</A>
<DD>Loads a <code>.MAR</code> map array file called strFileName.
</DL>
<HR>
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
<DT><A HREF="SwingMapTest.html#main(java.lang.String[])"><B>main(String[])</B></A> - 
Static method in class <A HREF="SwingMapTest.html">SwingMapTest</A>
<DD>&nbsp;
<DT><A HREF="Mappy.html"><B>Mappy</B></A> - class <A HREF="Mappy.html">Mappy</A>.<DD>Mappy Playback Library for Java Release 6<br> <br> Based on MappyJV Release1 14/07/99 (C)1999 <a href="//mailto:rburrows@bigfoot.com">Robin Burrows</a>.<DT><A HREF="Mappy.Block.html"><B>Mappy.Block</B></A> - class <A HREF="Mappy.Block.html">Mappy.Block</A>.<DD>Mappy Block v1.10<br> <br> This class represents a <code>Block</code> as used by <code>Mappy</code>.<DT><A HREF="Mappy.Block.html#Mappy.Block()"><B>Mappy.Block()</B></A> - 
Constructor for class <A HREF="Mappy.Block.html">Mappy.Block</A>
<DD>Only <code>Mappy</code>can contruct Block classes.
<DT><A HREF="Mappy.html#Mappy()"><B>Mappy()</B></A> - 
Constructor for class <A HREF="Mappy.html">Mappy</A>
<DD>Constructs a new Mappy Playback Library.
<DT><A HREF="MappyTest.html"><B>MappyTest</B></A> - class <A HREF="MappyTest.html">MappyTest</A>.<DD>Test Applet for the Mappy Playback Library v1.23.<DT><A HREF="MappyTest.html#MappyTest()"><B>MappyTest()</B></A> - 
Constructor for class <A HREF="MappyTest.html">MappyTest</A>
<DD>&nbsp;
<DT><A HREF="Mappy.Block.html#MAX_USER_DATA"><B>MAX_USER_DATA</B></A> - 
Variable in class <A HREF="Mappy.Block.html">Mappy.Block</A>
<DD>A minimum index for User Data.
<DT><A HREF="Mappy.Block.html#MIN_USER_DATA"><B>MIN_USER_DATA</B></A> - 
Variable in class <A HREF="Mappy.Block.html">Mappy.Block</A>
<DD>A minimum index for User Data.
</DL>
<HR>
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
<DT><A HREF="MappyTest.html#paint(java.awt.Graphics)"><B>paint(Graphics)</B></A> - 
Method in class <A HREF="MappyTest.html">MappyTest</A>
<DD>Draws the double buffer onto the screen
<DT><A HREF="SwingMapView.html#paintComponent(java.awt.Graphics)"><B>paintComponent(Graphics)</B></A> - 
Method in class <A HREF="SwingMapView.html">SwingMapView</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="Mappy.html#setBlock(int, int, int)"><B>setBlock(int, int, int)</B></A> - 
Method in class <A HREF="Mappy.html">Mappy</A>
<DD>Puts the block structure value in the map at the given block coords.
<DT><A HREF="Mappy.html#setCurrentMapLayer(int)"><B>setCurrentMapLayer(int)</B></A> - 
Method in class <A HREF="Mappy.html">Mappy</A>
<DD>Sets the current Map layer.
<DT><A HREF="Mappy.Block.html#setFlag(int, boolean)"><B>setFlag(int, boolean)</B></A> - 
Method in class <A HREF="Mappy.Block.html">Mappy.Block</A>
<DD>Sets the specified Flag.
<DT><A HREF="Mappy.Block.html#setImageIndex(int, int)"><B>setImageIndex(int, int)</B></A> - 
Method in class <A HREF="Mappy.Block.html">Mappy.Block</A>
<DD>Sets the Image of the given <code>Block</code> layer.
<DT><A HREF="SwingMapView.html#setPreferredHeight(int)"><B>setPreferredHeight(int)</B></A> - 
Method in class <A HREF="SwingMapView.html">SwingMapView</A>
<DD>&nbsp;
<DT><A HREF="SwingMapView.html#setPreferredWidth(int)"><B>setPreferredWidth(int)</B></A> - 
Method in class <A HREF="SwingMapView.html">SwingMapView</A>
<DD>&nbsp;
<DT><A HREF="Mappy.html#setScreenDimensions(int, int, int, int)"><B>setScreenDimensions(int, int, int, int)</B></A> - 
Method in class <A HREF="Mappy.html">Mappy</A>
<DD>A helper method that sets the screen dimensions.
<DT><A HREF="Mappy.html#setScreenDimensions(java.awt.Rectangle)"><B>setScreenDimensions(Rectangle)</B></A> - 
Method in class <A HREF="Mappy.html">Mappy</A>
<DD>Sets the screen dimensions.
<DT><A HREF="Mappy.html#setTransparentColour(int)"><B>setTransparentColour(int)</B></A> - 
Method in class <A HREF="Mappy.html">Mappy</A>
<DD>Sets the transparent colour for Block Images.
<DT><A HREF="Mappy.Block.html#setUserData(int, int)"><B>setUserData(int, int)</B></A> - 
Method in class <A HREF="Mappy.Block.html">Mappy.Block</A>
<DD>Sets the specified User Data.
<DT><A HREF="Mappy.html#setX(int)"><B>setX(int)</B></A> - 
Method in class <A HREF="Mappy.html">Mappy</A>
<DD>Sets the X coordinate of the current Map layer, in pixels.
<DT><A HREF="Mappy.html#setY(int)"><B>setY(int)</B></A> - 
Method in class <A HREF="Mappy.html">Mappy</A>
<DD>Sets the Y coordinate of the current Map layer, in pixels.
<DT><A HREF="MappyTest.html#start()"><B>start()</B></A> - 
Method in class <A HREF="MappyTest.html">MappyTest</A>
<DD>Called by the Browser to start the <code>Applet</code>.
<DT><A HREF="MappyTest.html#stop()"><B>stop()</B></A> - 
Method in class <A HREF="MappyTest.html">MappyTest</A>
<DD>Called by the Browser to stop the <code>Applet</code>.
<DT><A HREF="SwingMapTest.html"><B>SwingMapTest</B></A> - class <A HREF="SwingMapTest.html">SwingMapTest</A>.<DD>SwingMapTest.java 0.2 02/08/03<br> by Robin Burrows<br> <br> <a href="http://www.tilemap.co.uk">http://www.tilemap.co.uk</a><br> <br> A very simple swing application to show a map in a window<br> <br> required files: SwingMapTest.java SwingMapView.java Mappy.java<br> TEST.FMP must be in base folder<br><br><DT><A HREF="SwingMapTest.html#SwingMapTest()"><B>SwingMapTest()</B></A> - 
Constructor for class <A HREF="SwingMapTest.html">SwingMapTest</A>
<DD>&nbsp;
<DT><A HREF="SwingMapView.html"><B>SwingMapView</B></A> - class <A HREF="SwingMapView.html">SwingMapView</A>.<DD>&nbsp;<DT><A HREF="SwingMapView.html#SwingMapView()"><B>SwingMapView()</B></A> - 
Constructor for class <A HREF="SwingMapView.html">SwingMapView</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="Mappy.Block.html#TRIGGER"><B>TRIGGER</B></A> - 
Variable in class <A HREF="Mappy.Block.html">Mappy.Block</A>
<DD>A User defined flag.
</DL>
<HR>
<A NAME="_U_"><!-- --></A><H2>
<B>U</B></H2>
<DL>
<DT><A HREF="Mappy.Block.html#UNUSED1"><B>UNUSED1</B></A> - 
Variable in class <A HREF="Mappy.Block.html">Mappy.Block</A>
<DD>A User defined flag.
<DT><A HREF="Mappy.Block.html#UNUSED2"><B>UNUSED2</B></A> - 
Variable in class <A HREF="Mappy.Block.html">Mappy.Block</A>
<DD>A User defined flag.
<DT><A HREF="Mappy.Block.html#UNUSED3"><B>UNUSED3</B></A> - 
Variable in class <A HREF="Mappy.Block.html">Mappy.Block</A>
<DD>A User defined flag.
<DT><A HREF="MappyTest.html#update(java.awt.Graphics)"><B>update(Graphics)</B></A> - 
Method in class <A HREF="MappyTest.html">MappyTest</A>
<DD>Need to override this to prevent the screen being white-washed!
</DL>
<HR>
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_P_">P</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> 
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_bottom"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=3 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">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&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;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-all.html" TARGET="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT>  <!--  if(window==top) {    document.writeln('<A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');  }  //--></SCRIPT><NOSCRIPT><A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A></NOSCRIPT></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->

<HR>

</BODY>
</HTML>

⌨️ 快捷键说明

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