From 51b7fbe822bd9a3804c061f0b844884769d7ddba Mon Sep 17 00:00:00 2001 From: Ida Massow Date: Wed, 6 Jul 2011 16:36:06 +0200 Subject: Javadoc git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@609 72836036-5685-4462-b002-a69064685172 --- doc/jrummikub/view/impl/StoneCollectionPanel.html | 182 +++++++++++++++++++++- 1 file changed, 174 insertions(+), 8 deletions(-) (limited to 'doc/jrummikub/view/impl/StoneCollectionPanel.html') diff --git a/doc/jrummikub/view/impl/StoneCollectionPanel.html b/doc/jrummikub/view/impl/StoneCollectionPanel.html index 91af2e9..1792bc2 100644 --- a/doc/jrummikub/view/impl/StoneCollectionPanel.html +++ b/doc/jrummikub/view/impl/StoneCollectionPanel.html @@ -2,12 +2,12 @@ - + StoneCollectionPanel - + @@ -76,9 +76,9 @@ function windowTitle() - SUMMARY: NESTED | FIELD | CONSTR | METHOD + SUMMARY: NESTED | FIELD | CONSTR | METHOD -DETAIL: FIELD | CONSTR | METHOD +DETAIL: FIELD | CONSTR | METHOD @@ -173,6 +173,54 @@ Implementation of the stone collection (selection) Field Summary + + +private static javax.swing.ImageIcon +BACKGROUND + +
+            + + + +private static javax.swing.ImageIcon +DARK_BACKGROUND + +
+            + + + +private  boolean +hidden + +
+            + + + +private static float +INSET_RATIO + +
+            + + + +private  Event1<java.awt.Point> +otherClickEvent + +
+            + + + +private  java.util.Collection<Stone> +selectedStones + +
+            +   @@ -241,7 +289,8 @@ Implementation of the stone collection (selection) +          Returns the translation in pixels the stones in this panel are painted + with + + + + + + + +
getTranslation()
-          Returns the translation in pixels the stones in this panel are painted with
@@ -261,6 +310,22 @@ Implementation of the stone collection (selection)
+private  voidrescale() + +
+           
+ voidsetHidden(boolean enable) + +
+          Hide stone collection
(package private)  void setSelectedStones(java.util.Collection<Stone> selectedStones) @@ -334,6 +399,75 @@ Implementation of the stone collection (selection)  

+ + + + + + + +
+Field Detail
+ +

+BACKGROUND

+
+private static final javax.swing.ImageIcon BACKGROUND
+
+
+
+
+
+ +

+DARK_BACKGROUND

+
+private static final javax.swing.ImageIcon DARK_BACKGROUND
+
+
+
+
+
+ +

+INSET_RATIO

+
+private static final float INSET_RATIO
+
+
+
See Also:
Constant Field Values
+
+
+ +

+selectedStones

+
+private java.util.Collection<Stone> selectedStones
+
+
+
+
+
+ +

+otherClickEvent

+
+private Event1<java.awt.Point> otherClickEvent
+
+
+
+
+
+ +

+hidden

+
+private boolean hidden
+
+
+
+
+ @@ -363,6 +497,20 @@ StoneCollectionPanel
+

+rescale

+
+private void rescale()
+
+
+
+
+
+
+
+
+
+

setSelectedStones

@@ -385,7 +533,8 @@ getTranslation
 protected Pair<java.lang.Integer,java.lang.Integer> getTranslation()
Description copied from class: AbstractStonePanel
-
Returns the translation in pixels the stones in this panel are painted with +
Returns the translation in pixels the stones in this panel are painted + with

Overrides:
getTranslation in class AbstractStonePanel
@@ -447,6 +596,23 @@ public void paintComponent(java.awt.Graphics g1)
+
+ +

+setHidden

+
+public void setHidden(boolean enable)
+
+
Description copied from interface: IStoneCollectionPanel
+
Hide stone collection +

+

+
Specified by:
setHidden in interface IStoneCollectionPanel
+
+
+
Parameters:
enable - see stone collection
+
+

@@ -499,9 +665,9 @@ public void paintComponent(java.awt.Graphics g1) - SUMMARY: NESTED | FIELD | CONSTR | METHOD + SUMMARY: NESTED | FIELD | CONSTR | METHOD -DETAIL: FIELD | CONSTR | METHOD +DETAIL: FIELD | CONSTR | METHOD -- cgit v1.2.3