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

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

public class Zip
extends java.lang.Object

A zip or postal code record.

Author:
Steve Ratcliffe

Constructor Summary
Zip(int index)
           
 
Method Summary
 int getIndex()
           
 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

Zip

public Zip(int index)
Method Detail

write

public void write(ImgFileWriter writer)

setLabel

public void setLabel(Label label)

getIndex

public int getIndex()