uk.me.parabola.imgfmt.app.typ
Class TYPFile
java.lang.Object
uk.me.parabola.imgfmt.app.ImgFile
uk.me.parabola.imgfmt.app.typ.TYPFile
- All Implemented Interfaces:
- java.io.Closeable
public class TYPFile
- extends ImgFile
The TYP file.
- Author:
- Thomas Lu??nig
Methods inherited from class uk.me.parabola.imgfmt.app.ImgFile |
close, getHeader, getReader, getSize, getWriter, isWritable, position, position, setHeader, setReader, setWriter, sync |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPFile
public TYPFile(ImgChannel chan,
boolean write)
setCodePage
public void setCodePage(char code)
setFamilyId
public void setFamilyId(char code)
setProductId
public void setProductId(char code)
write
public void write()
writePost
public void writePost()
parseXpm
public static BitmapImage parseXpm(int type,
int subtype,
int day,
java.lang.String xpm)
createDrawOrder
public void createDrawOrder(byte typ,
byte sub)
getImages
public java.util.List<BitmapImage> getImages()
getPointInfo
public java.util.List<PointInfo> getPointInfo()
getDrawOrder
public java.util.List<DrawOrder> getDrawOrder()