| Constructor | GSHashtable() |
| Description | Creates a new GSHashtable object. |
| Example | |
| Method | put(String key,Object value) |
| Description | Stores a key / value pair in the GSHashtable. |
| Example | |
| Method | Object get(String key) |
| Description | Delivers the value identified by key. If the key does not exist, get() returns null. |
| Example | |
| Method | Array keys() |
| Description | Delivers all keys of the GSHashtable as an Array. |
| Example | |
| Constructor | GSPolygon() |
| Description | Creates a new GSPolygon object. |
| Example | |
| Method | add(GSPoint p) |
| Description | Adds a GSPoint to the polygon. |
| Example | |