|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--java.util.Dictionary
|
+--java.util.Hashtable
|
+--jumbo.euclid.Int2RangeHashtable
Hashtable indexed by boxes, which return an object when a box contains a point (i.e. is clicked). Order of boxes means that first one found wins
| Constructor Summary | |
Int2RangeHashtable()
|
|
| Method Summary | |
java.lang.Object |
getObject(int xx,
int yy)
return the Object indexed by the box in which the point lies. |
| Methods inherited from class java.util.Hashtable |
clear,
clone,
contains,
containsKey,
containsValue,
elements,
entrySet,
equals,
get,
hashCode,
isEmpty,
keys,
keySet,
put,
putAll,
rehash,
remove,
size,
toString,
values |
| Methods inherited from class java.lang.Object |
finalize,
getClass,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public Int2RangeHashtable()
| Method Detail |
public java.lang.Object getObject(int xx,
int yy)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||