📄 index-all.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Sat Aug 02 17:51:14 BST 2003 -->
<TITLE>
Index
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
</HEAD>
<SCRIPT>
function asd()
{
parent.document.title="Index";
}
</SCRIPT>
<BODY BGCOLOR="white" onload="asd();">
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_top"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html" TARGET="_top"><B>FRAMES</B></A>
<A HREF="index-all.html" TARGET="_top"><B>NO FRAMES</B></A>
<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 =========== -->
<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> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="Mappy.html#addX(int)"><B>addX(int)</B></A> -
Method in class <A HREF="Mappy.html">Mappy</A>
<DD>Increments the X coordinate of the current Map layer by the given amount (in pixels).
<DT><A HREF="Mappy.html#addY(int)"><B>addY(int)</B></A> -
Method in class <A HREF="Mappy.html">Mappy</A>
<DD>Increments the Y coordinate of the current Map layer by the given amount (in pixels).
<DT><A HREF="Mappy.html#animateBlocks()"><B>animateBlocks()</B></A> -
Method in class <A HREF="Mappy.html">Mappy</A>
<DD>Animates all the animation block structures.
</DL>
<HR>
<A NAME="_B_"><!-- --></A><H2>
<B>B</B></H2>
<DL>
<DT><A HREF="Mappy.Block.html#BACKGROUND"><B>BACKGROUND</B></A> -
Variable in class <A HREF="Mappy.Block.html">Mappy.Block</A>
<DD>A <code>Block</code> Image layer.
</DL>
<HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="Mappy.Block.html#COLLISION_BOTTOM_LEFT"><B>COLLISION_BOTTOM_LEFT</B></A> -
Variable in class <A HREF="Mappy.Block.html">Mappy.Block</A>
<DD>A flag used in collision detection.
<DT><A HREF="Mappy.Block.html#COLLISION_BOTTOM_RIGHT"><B>COLLISION_BOTTOM_RIGHT</B></A> -
Variable in class <A HREF="Mappy.Block.html">Mappy.Block</A>
<DD>A flag used in collision detection.
<DT><A HREF="Mappy.Block.html#COLLISION_TOP_LEFT"><B>COLLISION_TOP_LEFT</B></A> -
Variable in class <A HREF="Mappy.Block.html">Mappy.Block</A>
<DD>A flag used in collision detection.
<DT><A HREF="Mappy.Block.html#COLLISION_TOP_RIGHT"><B>COLLISION_TOP_RIGHT</B></A> -
Variable in class <A HREF="Mappy.Block.html">Mappy.Block</A>
<DD>A flag used in collision detection.
<DT><A HREF="Mappy.html#collisionDetection(int, int)"><B>collisionDetection(int, int)</B></A> -
Method in class <A HREF="Mappy.html">Mappy</A>
<DD>Performs a collision detection test at the given pixel coordinates using the <code>Block</code>'s collision flags.
</DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="Mappy.Block.html#debug(java.lang.String)"><B>debug(String)</B></A> -
Method in class <A HREF="Mappy.Block.html">Mappy.Block</A>
<DD>Logs the <code>Block</code>'s current state.
<DT><A HREF="MappyTest.html#destroy()"><B>destroy()</B></A> -
Method in class <A HREF="MappyTest.html">MappyTest</A>
<DD>Called by the Browser when <code>Applet</code> is about to die.
<DT><A HREF="Mappy.html#drawBackground(java.awt.Graphics, boolean)"><B>drawBackground(Graphics, boolean)</B></A> -
Method in class <A HREF="Mappy.html">Mappy</A>
<DD>Draws the Blocks' background of the current Map layer.
<DT><A HREF="Mappy.html#drawForeground(java.awt.Graphics, int)"><B>drawForeground(Graphics, int)</B></A> -
Method in class <A HREF="Mappy.html">Mappy</A>
<DD>Draws the Blocks' foreground of the current Map layer.
</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="Mappy.Block.html#FOREGROUND1"><B>FOREGROUND1</B></A> -
Variable in class <A HREF="Mappy.Block.html">Mappy.Block</A>
<DD>A <code>Block</code> Image layer.
<DT><A HREF="Mappy.Block.html#FOREGROUND2"><B>FOREGROUND2</B></A> -
Variable in class <A HREF="Mappy.Block.html">Mappy.Block</A>
<DD>A <code>Block</code> Image layer.
<DT><A HREF="Mappy.Block.html#FOREGROUND3"><B>FOREGROUND3</B></A> -
Variable in class <A HREF="Mappy.Block.html">Mappy.Block</A>
<DD>A <code>Block</code> Image layer.
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="MappyTest.html#getAppletInfo()"><B>getAppletInfo()</B></A> -
Method in class <A HREF="MappyTest.html">MappyTest</A>
<DD>Returns applet info.
<DT><A HREF="Mappy.html#getBlock(int, int)"><B>getBlock(int, int)</B></A> -
Method in class <A HREF="Mappy.html">Mappy</A>
<DD>Returns the <code>Block</code> used at the given <code>Block</code> coordinates, in the current Map layer.
<DT><A HREF="Mappy.html#getBlockHeight()"><B>getBlockHeight()</B></A> -
Method in class <A HREF="Mappy.html">Mappy</A>
<DD>Returns the height of a Block, in pixels.
<DT><A HREF="Mappy.html#getBlockWidth()"><B>getBlockWidth()</B></A> -
Method in class <A HREF="Mappy.html">Mappy</A>
<DD>Returns the width of a Block, in pixels.
<DT><A HREF="Mappy.html#getBlockX()"><B>getBlockX()</B></A> -
Method in class <A HREF="Mappy.html">Mappy</A>
<DD>Returns the X coordinate of the current Map layer, in Blocks.
<DT><A HREF="Mappy.html#getBlockY()"><B>getBlockY()</B></A> -
Method in class <A HREF="Mappy.html">Mappy</A>
<DD>Returns the Y coordinate of the current Map layer, in Blocks.
<DT><A HREF="Mappy.html#getCurrentMapLayer()"><B>getCurrentMapLayer()</B></A> -
Method in class <A HREF="Mappy.html">Mappy</A>
<DD>Returns the current Map layer.
<DT><A HREF="Mappy.Block.html#getFlag(int)"><B>getFlag(int)</B></A> -
Method in class <A HREF="Mappy.Block.html">Mappy.Block</A>
<DD>Returns the specified Flag.
<DT><A HREF="Mappy.Block.html#getImageIndex(int)"><B>getImageIndex(int)</B></A> -
Method in class <A HREF="Mappy.Block.html">Mappy.Block</A>
<DD>Returns the Image index of the given <code>Block</code> layer.
<DT><A HREF="Mappy.html#getMapDescription()"><B>getMapDescription()</B></A> -
Method in class <A HREF="Mappy.html">Mappy</A>
<DD>Returns a description of the Map.
<DT><A HREF="Mappy.html#getMapHeight()"><B>getMapHeight()</B></A> -
Method in class <A HREF="Mappy.html">Mappy</A>
<DD>Returns the total height of the Map, in pixels.
<DT><A HREF="Mappy.html#getMapHeightBlocks()"><B>getMapHeightBlocks()</B></A> -
Method in class <A HREF="Mappy.html">Mappy</A>
<DD>Returns the total height of the Map, in blocks.
<DT><A HREF="Mappy.html#getMapWidth()"><B>getMapWidth()</B></A> -
Method in class <A HREF="Mappy.html">Mappy</A>
<DD>Returns the total width of the Map, in pixels.
<DT><A HREF="Mappy.html#getMapWidthBlocks()"><B>getMapWidthBlocks()</B></A> -
Method in class <A HREF="Mappy.html">Mappy</A>
<DD>Returns the total width of the Map, in blocks.
<DT><A HREF="SwingMapView.html#getPreferredScrollableViewportSize()"><B>getPreferredScrollableViewportSize()</B></A> -
Method in class <A HREF="SwingMapView.html">SwingMapView</A>
<DD>
<DT><A HREF="SwingMapView.html#getPreferredSize()"><B>getPreferredSize()</B></A> -
Method in class <A HREF="SwingMapView.html">SwingMapView</A>
<DD>
<DT><A HREF="Mappy.html#getScreenDimensions()"><B>getScreenDimensions()</B></A> -
Method in class <A HREF="Mappy.html">Mappy</A>
<DD>Returns the screen dimensions.
<DT><A HREF="SwingMapView.html#getScrollableBlockIncrement(java.awt.Rectangle, int, int)"><B>getScrollableBlockIncrement(Rectangle, int, int)</B></A> -
Method in class <A HREF="SwingMapView.html">SwingMapView</A>
<DD>
<DT><A HREF="SwingMapView.html#getScrollableTracksViewportHeight()"><B>getScrollableTracksViewportHeight()</B></A> -
Method in class <A HREF="SwingMapView.html">SwingMapView</A>
<DD>
<DT><A HREF="SwingMapView.html#getScrollableTracksViewportWidth()"><B>getScrollableTracksViewportWidth()</B></A> -
Method in class <A HREF="SwingMapView.html">SwingMapView</A>
<DD>
<DT><A HREF="SwingMapView.html#getScrollableUnitIncrement(java.awt.Rectangle, int, int)"><B>getScrollableUnitIncrement(Rectangle, int, int)</B></A> -
Method in class <A HREF="SwingMapView.html">SwingMapView</A>
<DD>
<DT><A HREF="Mappy.html#getTransparentColour()"><B>getTransparentColour()</B></A> -
Method in class <A HREF="Mappy.html">Mappy</A>
<DD>Returns the transparent colour used for Block Images in <code>RGB</code> format.
<DT><A HREF="Mappy.Block.html#getUserData(int)"><B>getUserData(int)</B></A> -
Method in class <A HREF="Mappy.Block.html">Mappy.Block</A>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -