uk.me.parabola.imgfmt.app.lbl
Class Country

java.lang.Object
  extended by uk.me.parabola.imgfmt.app.lbl.Country

public class Country
extends java.lang.Object

A country contains one or more regions.

Author:
Steve Ratcliffe

Constructor Summary
Country(int index)
           
 
Method Summary
 char getIndex()
           
 Label getLabel()
           
 void setLabel(Label label)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Country

public Country(int index)
Method Detail

getIndex

public char getIndex()

setLabel

public void setLabel(Label label)

getLabel

public Label getLabel()