|
|||||||||
| Home >> All >> org >> zazof >> jteg >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.zazof.jteg.gui
Class CountryCanvasList

java.lang.Objectorg.zazof.jteg.gui.CountryCanvasList
- public class CountryCanvasList
- extends java.lang.Object
| Field Summary | |
private java.util.Vector |
countryCanvasList
|
| Constructor Summary | |
CountryCanvasList()
|
|
| Method Summary | |
void |
add(CountryCanvas c)
Adds a CountryCanvas to the list |
org.zazof.jteg.Country |
getClosestCountry(int x,
int y)
Returns the country which is closes to the absolute coordinates (x,y) |
java.util.Enumeration |
getCountryCanvasElements()
Returns an iterative structure by which you can iterate to the CountryCanvas elements |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
countryCanvasList
private java.util.Vector countryCanvasList
| Constructor Detail |
CountryCanvasList
public CountryCanvasList()
| Method Detail |
add
public void add(CountryCanvas c)
- Adds a CountryCanvas to the list
getCountryCanvasElements
public java.util.Enumeration getCountryCanvasElements()
- Returns an iterative structure by which you can iterate to the CountryCanvas elements
getClosestCountry
public org.zazof.jteg.Country getClosestCountry(int x, int y)
- Returns the country which is closes to the absolute coordinates (x,y)
|
|||||||||
| Home >> All >> org >> zazof >> jteg >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.zazof.jteg.gui.CountryCanvasList