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

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

public class Region
extends java.lang.Object

A region is in a country and contains one or more cities.

Author:
Steve Ratcliffe

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

Constructor Detail

Region

public Region(Country country)
Method Detail

write

public void write(ImgFileWriter writer)

getIndex

public char getIndex()

getCountry

public Country getCountry()

setIndex

public void setIndex(int index)

setLabel

public void setLabel(Label label)

getLabel

public Label getLabel()