Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.zazof.jteg.gui
Class CountryCanvasList  view CountryCanvasList download CountryCanvasList.java

java.lang.Object
  extended byorg.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)