uk.me.parabola.imgfmt.app.mdr
Class Mdr1Record

java.lang.Object
  extended by uk.me.parabola.imgfmt.app.mdr.ConfigBase
      extended by uk.me.parabola.imgfmt.app.mdr.RecordBase
          extended by uk.me.parabola.imgfmt.app.mdr.Mdr1Record

public class Mdr1Record
extends RecordBase

Author:
Steve Ratcliffe

Constructor Summary
Mdr1Record(int mapNumber, MdrConfig config)
           
 
Method Summary
 Mdr1MapIndex getMdrMapIndex()
           
 void setIndexOffset(int indexOffset)
           
 void setMdrMapIndex(Mdr1MapIndex mdrMapIndex)
           
 void write(ImgFileWriter writer)
          Write out this record.
 
Methods inherited from class uk.me.parabola.imgfmt.app.mdr.RecordBase
getMapIndex, setMapIndex
 
Methods inherited from class uk.me.parabola.imgfmt.app.mdr.ConfigBase
getConfig, isForDevice, setConfig
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mdr1Record

public Mdr1Record(int mapNumber,
                  MdrConfig config)
Method Detail

write

public void write(ImgFileWriter writer)
Write out this record. If for the device, this is just a list of maps.

Parameters:
writer - Where to write to.

getMdrMapIndex

public Mdr1MapIndex getMdrMapIndex()

setMdrMapIndex

public void setMdrMapIndex(Mdr1MapIndex mdrMapIndex)

setIndexOffset

public void setIndexOffset(int indexOffset)