uk.me.parabola.imgfmt.mdxfmt
Class MapInfo

java.lang.Object
  extended by uk.me.parabola.imgfmt.mdxfmt.MapInfo

public class MapInfo
extends java.lang.Object

Represents an individual file in the MDX file. I don't really understand the difference between what I call hex mapname and mapname. We shall always make them equal.


Constructor Summary
MapInfo()
           
 
Method Summary
 void setFamilyId(char familyId)
           
 void setHexMapname(int hexMapname)
           
 void setMapname(int mapname)
           
 void setProductId(char productId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapInfo

public MapInfo()
Method Detail

setHexMapname

public void setHexMapname(int hexMapname)

setMapname

public void setMapname(int mapname)

setFamilyId

public void setFamilyId(char familyId)

setProductId

public void setProductId(char productId)