MazeMaker.html 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!--NewPage-->
  3. <HTML>
  4. <HEAD>
  5. <!-- Generated by javadoc (build 1.6.0_17) on Thu Apr 29 00:00:15 EDT 2010 -->
  6. <TITLE>
  7. MazeMaker
  8. </TITLE>
  9. <META NAME="date" CONTENT="2010-04-29">
  10. <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
  11. <SCRIPT type="text/javascript">
  12. function windowTitle()
  13. {
  14. if (location.href.indexOf('is-external=true') == -1) {
  15. parent.document.title="MazeMaker";
  16. }
  17. }
  18. </SCRIPT>
  19. <NOSCRIPT>
  20. </NOSCRIPT>
  21. </HEAD>
  22. <BODY BGCOLOR="white" onload="windowTitle();">
  23. <HR>
  24. <!-- ========= START OF TOP NAVBAR ======= -->
  25. <A NAME="navbar_top"><!-- --></A>
  26. <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
  27. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  28. <TR>
  29. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  30. <A NAME="navbar_top_firstrow"><!-- --></A>
  31. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  32. <TR ALIGN="center" VALIGN="top">
  33. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  34. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  35. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/MazeMaker.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  36. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  37. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  38. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  39. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  40. </TR>
  41. </TABLE>
  42. </TD>
  43. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  44. </EM>
  45. </TD>
  46. </TR>
  47. <TR>
  48. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  49. &nbsp;<A HREF="MazeExplorer.Room.html" title="class in &lt;Unnamed&gt;"><B>PREV CLASS</B></A>&nbsp;
  50. &nbsp;<A HREF="Mazen.html" title="class in &lt;Unnamed&gt;"><B>NEXT CLASS</B></A></FONT></TD>
  51. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  52. <A HREF="index.html?MazeMaker.html" target="_top"><B>FRAMES</B></A> &nbsp;
  53. &nbsp;<A HREF="MazeMaker.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  54. &nbsp;<SCRIPT type="text/javascript">
  55. <!--
  56. if(window==top) {
  57. document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
  58. }
  59. //-->
  60. </SCRIPT>
  61. <NOSCRIPT>
  62. <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
  63. </NOSCRIPT>
  64. </FONT></TD>
  65. </TR>
  66. <TR>
  67. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  68. 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>
  69. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  70. 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>
  71. </TR>
  72. </TABLE>
  73. <A NAME="skip-navbar_top"></A>
  74. <!-- ========= END OF TOP NAVBAR ========= -->
  75. <HR>
  76. <!-- ======== START OF CLASS DATA ======== -->
  77. <H2>
  78. Class MazeMaker</H2>
  79. <PRE>
  80. java.lang.Object
  81. <IMG SRC="./resources/inherit.gif" ALT="extended by "><B>MazeMaker</B>
  82. </PRE>
  83. <HR>
  84. <DL>
  85. <DT><PRE>public class <B>MazeMaker</B><DT>extends java.lang.Object</DL>
  86. </PRE>
  87. <P>
  88. <HR>
  89. <P>
  90. <!-- =========== FIELD SUMMARY =========== -->
  91. <A NAME="field_summary"><!-- --></A>
  92. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  93. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  94. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  95. <B>Field Summary</B></FONT></TH>
  96. </TR>
  97. <TR BGCOLOR="white" CLASS="TableRowColor">
  98. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  99. <CODE>(package private) &nbsp;int</CODE></FONT></TD>
  100. <TD><CODE><B><A HREF="MazeMaker.html#h">h</A></B></CODE>
  101. <BR>
  102. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  103. </TR>
  104. <TR BGCOLOR="white" CLASS="TableRowColor">
  105. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  106. <CODE>(package private) &nbsp;java.lang.String</CODE></FONT></TD>
  107. <TD><CODE><B><A HREF="MazeMaker.html#maz">maz</A></B></CODE>
  108. <BR>
  109. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  110. </TR>
  111. <TR BGCOLOR="white" CLASS="TableRowColor">
  112. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  113. <CODE>(package private) &nbsp;<A HREF="Maze.html" title="class in &lt;Unnamed&gt;">Maze</A></CODE></FONT></TD>
  114. <TD><CODE><B><A HREF="MazeMaker.html#maze">maze</A></B></CODE>
  115. <BR>
  116. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  117. </TR>
  118. <TR BGCOLOR="white" CLASS="TableRowColor">
  119. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  120. <CODE>(package private) &nbsp;int</CODE></FONT></TD>
  121. <TD><CODE><B><A HREF="MazeMaker.html#w">w</A></B></CODE>
  122. <BR>
  123. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  124. </TR>
  125. <TR BGCOLOR="white" CLASS="TableRowColor">
  126. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  127. <CODE>(package private) &nbsp;int[][]</CODE></FONT></TD>
  128. <TD><CODE><B><A HREF="MazeMaker.html#walls">walls</A></B></CODE>
  129. <BR>
  130. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  131. </TR>
  132. </TABLE>
  133. &nbsp;
  134. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  135. <A NAME="constructor_summary"><!-- --></A>
  136. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  137. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  138. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  139. <B>Constructor Summary</B></FONT></TH>
  140. </TR>
  141. <TR BGCOLOR="white" CLASS="TableRowColor">
  142. <TD><CODE><B><A HREF="MazeMaker.html#MazeMaker(int, int)">MazeMaker</A></B>(int&nbsp;m,
  143. int&nbsp;n)</CODE>
  144. <BR>
  145. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new maze.</TD>
  146. </TR>
  147. </TABLE>
  148. &nbsp;
  149. <!-- ========== METHOD SUMMARY =========== -->
  150. <A NAME="method_summary"><!-- --></A>
  151. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  152. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  153. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  154. <B>Method Summary</B></FONT></TH>
  155. </TR>
  156. <TR BGCOLOR="white" CLASS="TableRowColor">
  157. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  158. <CODE>&nbsp;void</CODE></FONT></TD>
  159. <TD><CODE><B><A HREF="MazeMaker.html#construct()">construct</A></B>()</CODE>
  160. <BR>
  161. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs the maze</TD>
  162. </TR>
  163. <TR BGCOLOR="white" CLASS="TableRowColor">
  164. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  165. <CODE>&nbsp;void</CODE></FONT></TD>
  166. <TD><CODE><B><A HREF="MazeMaker.html#fillwalls()">fillwalls</A></B>()</CODE>
  167. <BR>
  168. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Insert all possible walls</TD>
  169. </TR>
  170. <TR BGCOLOR="white" CLASS="TableRowColor">
  171. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  172. <CODE>&nbsp;<A HREF="Maze.html" title="class in &lt;Unnamed&gt;">Maze</A></CODE></FONT></TD>
  173. <TD><CODE><B><A HREF="MazeMaker.html#getMaze()">getMaze</A></B>()</CODE>
  174. <BR>
  175. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  176. </TR>
  177. <TR BGCOLOR="white" CLASS="TableRowColor">
  178. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  179. <CODE>&nbsp;void</CODE></FONT></TD>
  180. <TD><CODE><B><A HREF="MazeMaker.html#printwalls()">printwalls</A></B>()</CODE>
  181. <BR>
  182. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Print the connections between the vertices of the maze</TD>
  183. </TR>
  184. <TR BGCOLOR="white" CLASS="TableRowColor">
  185. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  186. <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
  187. <TD><CODE><B><A HREF="MazeMaker.html#toString()">toString</A></B>()</CODE>
  188. <BR>
  189. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the String representing the format of the maze as it
  190. would be written to file</TD>
  191. </TR>
  192. <TR BGCOLOR="white" CLASS="TableRowColor">
  193. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  194. <CODE>&nbsp;java.io.File</CODE></FONT></TD>
  195. <TD><CODE><B><A HREF="MazeMaker.html#write(java.lang.String)">write</A></B>(java.lang.String&nbsp;title)</CODE>
  196. <BR>
  197. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Write the maze to file</TD>
  198. </TR>
  199. </TABLE>
  200. &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
  201. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  202. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  203. <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
  204. </TR>
  205. <TR BGCOLOR="white" CLASS="TableRowColor">
  206. <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
  207. </TR>
  208. </TABLE>
  209. &nbsp;
  210. <P>
  211. <!-- ============ FIELD DETAIL =========== -->
  212. <A NAME="field_detail"><!-- --></A>
  213. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  214. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  215. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  216. <B>Field Detail</B></FONT></TH>
  217. </TR>
  218. </TABLE>
  219. <A NAME="maze"><!-- --></A><H3>
  220. maze</H3>
  221. <PRE>
  222. <A HREF="Maze.html" title="class in &lt;Unnamed&gt;">Maze</A> <B>maze</B></PRE>
  223. <DL>
  224. <DL>
  225. </DL>
  226. </DL>
  227. <HR>
  228. <A NAME="walls"><!-- --></A><H3>
  229. walls</H3>
  230. <PRE>
  231. int[][] <B>walls</B></PRE>
  232. <DL>
  233. <DL>
  234. </DL>
  235. </DL>
  236. <HR>
  237. <A NAME="h"><!-- --></A><H3>
  238. h</H3>
  239. <PRE>
  240. int <B>h</B></PRE>
  241. <DL>
  242. <DL>
  243. </DL>
  244. </DL>
  245. <HR>
  246. <A NAME="w"><!-- --></A><H3>
  247. w</H3>
  248. <PRE>
  249. int <B>w</B></PRE>
  250. <DL>
  251. <DL>
  252. </DL>
  253. </DL>
  254. <HR>
  255. <A NAME="maz"><!-- --></A><H3>
  256. maz</H3>
  257. <PRE>
  258. java.lang.String <B>maz</B></PRE>
  259. <DL>
  260. <DL>
  261. </DL>
  262. </DL>
  263. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  264. <A NAME="constructor_detail"><!-- --></A>
  265. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  266. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  267. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  268. <B>Constructor Detail</B></FONT></TH>
  269. </TR>
  270. </TABLE>
  271. <A NAME="MazeMaker(int, int)"><!-- --></A><H3>
  272. MazeMaker</H3>
  273. <PRE>
  274. public <B>MazeMaker</B>(int&nbsp;m,
  275. int&nbsp;n)</PRE>
  276. <DL>
  277. <DD>Creates a new maze.
  278. <P>
  279. <DL>
  280. <DT><B>Parameters:</B><DD><CODE>m</CODE> - The width<DD><CODE>n</CODE> - The height</DL>
  281. </DL>
  282. <!-- ============ METHOD DETAIL ========== -->
  283. <A NAME="method_detail"><!-- --></A>
  284. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  285. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  286. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  287. <B>Method Detail</B></FONT></TH>
  288. </TR>
  289. </TABLE>
  290. <A NAME="getMaze()"><!-- --></A><H3>
  291. getMaze</H3>
  292. <PRE>
  293. public <A HREF="Maze.html" title="class in &lt;Unnamed&gt;">Maze</A> <B>getMaze</B>()</PRE>
  294. <DL>
  295. <DD><DL>
  296. <DT><B>Returns:</B><DD>The maze associated with this instance</DL>
  297. </DD>
  298. </DL>
  299. <HR>
  300. <A NAME="toString()"><!-- --></A><H3>
  301. toString</H3>
  302. <PRE>
  303. public java.lang.String <B>toString</B>()</PRE>
  304. <DL>
  305. <DD>Returns the String representing the format of the maze as it
  306. would be written to file
  307. <P>
  308. <DD><DL>
  309. <DT><B>Overrides:</B><DD><CODE>toString</CODE> in class <CODE>java.lang.Object</CODE></DL>
  310. </DD>
  311. <DD><DL>
  312. </DL>
  313. </DD>
  314. </DL>
  315. <HR>
  316. <A NAME="construct()"><!-- --></A><H3>
  317. construct</H3>
  318. <PRE>
  319. public void <B>construct</B>()</PRE>
  320. <DL>
  321. <DD>Constructs the maze
  322. <P>
  323. <DD><DL>
  324. </DL>
  325. </DD>
  326. </DL>
  327. <HR>
  328. <A NAME="write(java.lang.String)"><!-- --></A><H3>
  329. write</H3>
  330. <PRE>
  331. public java.io.File <B>write</B>(java.lang.String&nbsp;title)
  332. throws java.io.IOException</PRE>
  333. <DL>
  334. <DD>Write the maze to file
  335. <P>
  336. <DD><DL>
  337. <DT><B>Parameters:</B><DD><CODE>title</CODE> - The filename
  338. <DT><B>Returns:</B><DD>The file
  339. <DT><B>Throws:</B>
  340. <DD><CODE>java.io.IOException</CODE></DL>
  341. </DD>
  342. </DL>
  343. <HR>
  344. <A NAME="printwalls()"><!-- --></A><H3>
  345. printwalls</H3>
  346. <PRE>
  347. public void <B>printwalls</B>()</PRE>
  348. <DL>
  349. <DD>Print the connections between the vertices of the maze
  350. <P>
  351. <DD><DL>
  352. </DL>
  353. </DD>
  354. </DL>
  355. <HR>
  356. <A NAME="fillwalls()"><!-- --></A><H3>
  357. fillwalls</H3>
  358. <PRE>
  359. public void <B>fillwalls</B>()</PRE>
  360. <DL>
  361. <DD>Insert all possible walls
  362. <P>
  363. <DD><DL>
  364. </DL>
  365. </DD>
  366. </DL>
  367. <!-- ========= END OF CLASS DATA ========= -->
  368. <HR>
  369. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  370. <A NAME="navbar_bottom"><!-- --></A>
  371. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  372. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  373. <TR>
  374. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  375. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  376. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  377. <TR ALIGN="center" VALIGN="top">
  378. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  379. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  380. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/MazeMaker.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  381. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  382. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  383. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  384. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  385. </TR>
  386. </TABLE>
  387. </TD>
  388. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  389. </EM>
  390. </TD>
  391. </TR>
  392. <TR>
  393. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  394. &nbsp;<A HREF="MazeExplorer.Room.html" title="class in &lt;Unnamed&gt;"><B>PREV CLASS</B></A>&nbsp;
  395. &nbsp;<A HREF="Mazen.html" title="class in &lt;Unnamed&gt;"><B>NEXT CLASS</B></A></FONT></TD>
  396. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  397. <A HREF="index.html?MazeMaker.html" target="_top"><B>FRAMES</B></A> &nbsp;
  398. &nbsp;<A HREF="MazeMaker.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  399. &nbsp;<SCRIPT type="text/javascript">
  400. <!--
  401. if(window==top) {
  402. document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
  403. }
  404. //-->
  405. </SCRIPT>
  406. <NOSCRIPT>
  407. <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
  408. </NOSCRIPT>
  409. </FONT></TD>
  410. </TR>
  411. <TR>
  412. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  413. 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>
  414. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  415. 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>
  416. </TR>
  417. </TABLE>
  418. <A NAME="skip-navbar_bottom"></A>
  419. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  420. <HR>
  421. </BODY>
  422. </HTML>