Documentation generated. Some errors corrected in the code.
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
<!--NewPage-->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<!-- Generated by javadoc (build 1.4.2-02) on Tue Jan 10 15:14:09 GMT 2006 -->
|
||||
<!-- Generated by javadoc (build 1.5.0_05) on Fri Jan 13 17:00:38 GMT 2006 -->
|
||||
<TITLE>
|
||||
Uses of Class suicideChess.Board
|
||||
</TITLE>
|
||||
@ -16,6 +16,8 @@ function windowTitle()
|
||||
parent.document.title="Uses of Class suicideChess.Board";
|
||||
}
|
||||
</SCRIPT>
|
||||
<NOSCRIPT>
|
||||
</NOSCRIPT>
|
||||
|
||||
</HEAD>
|
||||
|
||||
@ -27,14 +29,14 @@ function windowTitle()
|
||||
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
|
||||
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
|
||||
<TR>
|
||||
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
|
||||
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
|
||||
<A NAME="navbar_top_firstrow"><!-- --></A>
|
||||
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
|
||||
<TR ALIGN="center" VALIGN="top">
|
||||
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
|
||||
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../suicideChess/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
|
||||
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../suicideChess/Board.html" title="class in suicideChess"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
|
||||
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></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="../package-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="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
|
||||
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
|
||||
@ -51,7 +53,7 @@ function windowTitle()
|
||||
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.html?suicideChess//class-useBoard.html" target="_top"><B>FRAMES</B></A>
|
||||
<A HREF="Board.html" target="_top"><B>NO FRAMES</B></A>
|
||||
<SCRIPT type="text/javascript">
|
||||
<!--
|
||||
@ -64,6 +66,7 @@ function windowTitle()
|
||||
<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>
|
||||
</NOSCRIPT>
|
||||
|
||||
|
||||
</FONT></TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
@ -78,8 +81,8 @@ function windowTitle()
|
||||
<A NAME="suicideChess"><!-- --></A>
|
||||
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
|
||||
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
|
||||
<TD COLSPAN=2><FONT SIZE="+2">
|
||||
Uses of <A HREF="../../suicideChess/Board.html" title="class in suicideChess">Board</A> in <A HREF="../../suicideChess/package-summary.html">suicideChess</A></FONT></TD>
|
||||
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
|
||||
Uses of <A HREF="../../suicideChess/Board.html" title="class in suicideChess">Board</A> in <A HREF="../../suicideChess/package-summary.html">suicideChess</A></FONT></TH>
|
||||
</TR>
|
||||
</TABLE>
|
||||
|
||||
@ -87,7 +90,35 @@ Uses of <A HREF="../../suicideChess/Board.html" title="class in suicideChess">Bo
|
||||
|
||||
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
|
||||
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
|
||||
<TD COLSPAN=2>Constructors in <A HREF="../../suicideChess/package-summary.html">suicideChess</A> with parameters of type <A HREF="../../suicideChess/Board.html" title="class in suicideChess">Board</A></FONT></TD>
|
||||
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../suicideChess/package-summary.html">suicideChess</A> with parameters of type <A HREF="../../suicideChess/Board.html" title="class in suicideChess">Board</A></FONT></TH>
|
||||
</TR>
|
||||
<TR BGCOLOR="white" CLASS="TableRowColor">
|
||||
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
||||
<CODE> void</CODE></FONT></TD>
|
||||
<TD><CODE><B>Rules.</B><B><A HREF="../../suicideChess/Rules.html#legalMovesForPlayer(suicideChess.Board, int)">legalMovesForPlayer</A></B>(<A HREF="../../suicideChess/Board.html" title="class in suicideChess">Board</A> board,
|
||||
int color)</CODE>
|
||||
|
||||
<BR>
|
||||
Computes the possible moves according to the current status of the <A HREF="../../suicideChess/Board.html" title="class in suicideChess"><CODE>Board</CODE></A> and the
|
||||
color of the current player.</TD>
|
||||
</TR>
|
||||
<TR BGCOLOR="white" CLASS="TableRowColor">
|
||||
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
||||
<CODE> void</CODE></FONT></TD>
|
||||
<TD><CODE><B>Rules.</B><B><A HREF="../../suicideChess/Rules.html#legalMovesFromSquare(suicideChess.Square, suicideChess.Board)">legalMovesFromSquare</A></B>(<A HREF="../../suicideChess/Square.html" title="class in suicideChess">Square</A> fromSquare,
|
||||
<A HREF="../../suicideChess/Board.html" title="class in suicideChess">Board</A> board)</CODE>
|
||||
|
||||
<BR>
|
||||
Computes the possible moves from a given <A HREF="../../suicideChess/Square.html" title="class in suicideChess"><CODE>Square</CODE></A>
|
||||
according to the current status of the <A HREF="../../suicideChess/Board.html" title="class in suicideChess"><CODE>Board</CODE></A></TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
|
||||
<P>
|
||||
|
||||
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
|
||||
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
|
||||
<TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../suicideChess/package-summary.html">suicideChess</A> with parameters of type <A HREF="../../suicideChess/Board.html" title="class in suicideChess">Board</A></FONT></TH>
|
||||
</TR>
|
||||
<TR BGCOLOR="white" CLASS="TableRowColor">
|
||||
<TD><CODE><B><A HREF="../../suicideChess/Move.html#Move(java.lang.String, suicideChess.Board)">Move</A></B>(java.lang.String move,
|
||||
@ -107,14 +138,14 @@ Uses of <A HREF="../../suicideChess/Board.html" title="class in suicideChess">Bo
|
||||
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
|
||||
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
|
||||
<TR>
|
||||
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
|
||||
<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="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
|
||||
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../suicideChess/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
|
||||
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../suicideChess/Board.html" title="class in suicideChess"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
|
||||
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></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="../package-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="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
|
||||
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
|
||||
@ -131,7 +162,7 @@ Uses of <A HREF="../../suicideChess/Board.html" title="class in suicideChess">Bo
|
||||
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.html?suicideChess//class-useBoard.html" target="_top"><B>FRAMES</B></A>
|
||||
<A HREF="Board.html" target="_top"><B>NO FRAMES</B></A>
|
||||
<SCRIPT type="text/javascript">
|
||||
<!--
|
||||
@ -144,6 +175,7 @@ Uses of <A HREF="../../suicideChess/Board.html" title="class in suicideChess">Bo
|
||||
<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>
|
||||
</NOSCRIPT>
|
||||
|
||||
|
||||
</FONT></TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
|
Reference in New Issue
Block a user