Javadoc
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@609 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
3193477354
commit
51b7fbe822
156 changed files with 22852 additions and 2001 deletions
|
@ -2,12 +2,12 @@
|
|||
<!--NewPage-->
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<!-- Generated by javadoc (build 1.6.0_22) on Tue May 10 17:04:59 CEST 2011 -->
|
||||
<!-- Generated by javadoc (build 1.6.0_22) on Tue Jul 05 21:51:55 CEST 2011 -->
|
||||
<TITLE>
|
||||
IHandPanel
|
||||
</TITLE>
|
||||
|
||||
<META NAME="date" CONTENT="2011-05-10">
|
||||
<META NAME="date" CONTENT="2011-07-05">
|
||||
|
||||
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style">
|
||||
|
||||
|
@ -55,8 +55,8 @@ function windowTitle()
|
|||
|
||||
<TR>
|
||||
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
|
||||
<A HREF="../../jrummikub/view/IClickable.html" title="interface in jrummikub.view"><B>PREV CLASS</B></A>
|
||||
<A HREF="../../jrummikub/view/IPlayerPanel.html" title="interface in jrummikub.view"><B>NEXT CLASS</B></A></FONT></TD>
|
||||
<A HREF="../../jrummikub/view/IGameListPanel.html" title="interface in jrummikub.view"><B>PREV CLASS</B></A>
|
||||
<A HREF="../../jrummikub/view/ILoginPanel.html" title="interface in jrummikub.view"><B>NEXT CLASS</B></A></FONT></TD>
|
||||
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
|
||||
<A HREF="../../index.html?jrummikub/view/IHandPanel.html" target="_top"><B>FRAMES</B></A>
|
||||
<A HREF="IHandPanel.html" target="_top"><B>NO FRAMES</B></A>
|
||||
|
@ -122,18 +122,10 @@ The view for a player's hand that displays his stones
|
|||
<TR BGCOLOR="white" CLASS="TableRowColor">
|
||||
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
||||
<CODE> void</CODE></FONT></TD>
|
||||
<TD><CODE><B><A HREF="../../jrummikub/view/IHandPanel.html#setHandHeight(int)">setHandHeight</A></B>(int height)</CODE>
|
||||
<TD><CODE><B><A HREF="../../jrummikub/view/IHandPanel.html#resetCurrentRow()">resetCurrentRow</A></B>()</CODE>
|
||||
|
||||
<BR>
|
||||
Set the number of stones that fit on the hand vertically</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><A HREF="../../jrummikub/view/IHandPanel.html#setHandWidth(int)">setHandWidth</A></B>(int width)</CODE>
|
||||
|
||||
<BR>
|
||||
Set the number of stones that fit on the hand horizontally</TD>
|
||||
Resets the rows currently displayed</TD>
|
||||
</TR>
|
||||
<TR BGCOLOR="white" CLASS="TableRowColor">
|
||||
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
||||
|
@ -191,34 +183,18 @@ void <B>setStones</B>(java.lang.Iterable<<A HREF="../../jrummikub/util/Pair.h
|
|||
</DL>
|
||||
<HR>
|
||||
|
||||
<A NAME="setHandWidth(int)"><!-- --></A><H3>
|
||||
setHandWidth</H3>
|
||||
<A NAME="resetCurrentRow()"><!-- --></A><H3>
|
||||
resetCurrentRow</H3>
|
||||
<PRE>
|
||||
void <B>setHandWidth</B>(int width)</PRE>
|
||||
void <B>resetCurrentRow</B>()</PRE>
|
||||
<DL>
|
||||
<DD>Set the number of stones that fit on the hand horizontally
|
||||
<DD>Resets the rows currently displayed
|
||||
<P>
|
||||
<DD><DL>
|
||||
</DL>
|
||||
</DD>
|
||||
<DD><DL>
|
||||
<DT><B>Parameters:</B><DD><CODE>width</CODE> - number of stones</DL>
|
||||
</DD>
|
||||
</DL>
|
||||
<HR>
|
||||
|
||||
<A NAME="setHandHeight(int)"><!-- --></A><H3>
|
||||
setHandHeight</H3>
|
||||
<PRE>
|
||||
void <B>setHandHeight</B>(int height)</PRE>
|
||||
<DL>
|
||||
<DD>Set the number of stones that fit on the hand vertically
|
||||
<P>
|
||||
<DD><DL>
|
||||
</DL>
|
||||
</DD>
|
||||
<DD><DL>
|
||||
<DT><B>Parameters:</B><DD><CODE>height</CODE> - number of stones</DL>
|
||||
</DD>
|
||||
</DL>
|
||||
<!-- ========= END OF CLASS DATA ========= -->
|
||||
|
@ -252,8 +228,8 @@ void <B>setHandHeight</B>(int height)</PRE>
|
|||
|
||||
<TR>
|
||||
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
|
||||
<A HREF="../../jrummikub/view/IClickable.html" title="interface in jrummikub.view"><B>PREV CLASS</B></A>
|
||||
<A HREF="../../jrummikub/view/IPlayerPanel.html" title="interface in jrummikub.view"><B>NEXT CLASS</B></A></FONT></TD>
|
||||
<A HREF="../../jrummikub/view/IGameListPanel.html" title="interface in jrummikub.view"><B>PREV CLASS</B></A>
|
||||
<A HREF="../../jrummikub/view/ILoginPanel.html" title="interface in jrummikub.view"><B>NEXT CLASS</B></A></FONT></TD>
|
||||
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
|
||||
<A HREF="../../index.html?jrummikub/view/IHandPanel.html" target="_top"><B>FRAMES</B></A>
|
||||
<A HREF="IHandPanel.html" target="_top"><B>NO FRAMES</B></A>
|
||||
|
|
Reference in a new issue