diff options
author | Ida Massow <massow@informatik.uni-luebeck.de> | 2011-07-06 16:36:06 +0200 |
---|---|---|
committer | Ida Massow <massow@informatik.uni-luebeck.de> | 2011-07-06 16:36:06 +0200 |
commit | 51b7fbe822bd9a3804c061f0b844884769d7ddba (patch) | |
tree | 152d79321131936d1bc49e959d2a7a2628c592cb /doc/jrummikub/view/IHandPanel.html | |
parent | 3193477354fc63477a3f42c94023fa84c129adf1 (diff) | |
download | JRummikub-master.tar JRummikub-master.zip |
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@609 72836036-5685-4462-b002-a69064685172
Diffstat (limited to 'doc/jrummikub/view/IHandPanel.html')
-rw-r--r-- | doc/jrummikub/view/IHandPanel.html | 48 |
1 files changed, 12 insertions, 36 deletions
diff --git a/doc/jrummikub/view/IHandPanel.html b/doc/jrummikub/view/IHandPanel.html index 5b5fb84..a4164a5 100644 --- a/doc/jrummikub/view/IHandPanel.html +++ b/doc/jrummikub/view/IHandPanel.html @@ -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,35 +183,19 @@ 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 ========= --> <HR> @@ -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> |