From 670fcf2613f6db2a4bfdaa91ac9d90001a90359e Mon Sep 17 00:00:00 2001 From: Ida Massow Date: Tue, 10 May 2011 16:59:40 +0200 Subject: docs fertig und vorher repariert git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@232 72836036-5685-4462-b002-a69064685172 --- doc/jrummikub/model/Sizeable.html | 240 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 240 insertions(+) create mode 100644 doc/jrummikub/model/Sizeable.html (limited to 'doc/jrummikub/model/Sizeable.html') diff --git a/doc/jrummikub/model/Sizeable.html b/doc/jrummikub/model/Sizeable.html new file mode 100644 index 0000000..0c6ee5a --- /dev/null +++ b/doc/jrummikub/model/Sizeable.html @@ -0,0 +1,240 @@ + + + + + + +Sizeable + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +jrummikub.model +
+Interface Sizeable

+
+
All Known Implementing Classes:
Stone, StoneSet
+
+
+
+
public interface Sizeable
+ + +

+Objects that have a size. This interface has to be implemented for objects + placed on a @{link StoneTray} to make detection of overlapping objects + possible. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + +
+Method Summary
+ floatgetHeight() + +
+          Get the height of the object
+ floatgetWidth() + +
+          Get the width of the object
+  +

+ + + + + + + + +
+Method Detail
+ +

+getWidth

+
+float getWidth()
+
+
Get the width of the object +

+

+ +
Returns:
object width
+
+
+
+ +

+getHeight

+
+float getHeight()
+
+
Get the height of the object +

+

+ +
Returns:
object height
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3