uk.me.parabola.imgfmt.app.typ
Class DrawOrder

java.lang.Object
  extended by uk.me.parabola.imgfmt.app.typ.DrawOrder
All Implemented Interfaces:
Writeable

public class DrawOrder
extends java.lang.Object
implements Writeable


Constructor Summary
DrawOrder(char typ, char unk1, byte unk2)
           
 
Method Summary
 void write(ImgFileWriter writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DrawOrder

public DrawOrder(char typ,
                 char unk1,
                 byte unk2)
Method Detail

write

public void write(ImgFileWriter writer)
Specified by:
write in interface Writeable