databionics.io
Class ImxFile

java.lang.Object
  extended by databionics.io.BaseFile
      extended by databionics.io.Array2DFile
          extended by databionics.io.UmxFile
              extended by databionics.io.ImxFile

public class ImxFile
extends UmxFile

File that stores an island mask for an ESOM.

Author:
stammi

Field Summary
 
Fields inherited from class databionics.io.UmxFile
log
 
Fields inherited from class databionics.io.Array2DFile
data
 
Fields inherited from class databionics.io.BaseFile
allowEmptyLines, comment, commentPrefix, delimiter, delimiters, file, header, headerPrefix, loc, nf
 
Constructor Summary
ImxFile()
           
ImxFile(int rows, int cols)
           
ImxFile(java.lang.String filename)
           
 
Method Summary
static FileType getFileType()
          Get the type of file.
 
Methods inherited from class databionics.io.UmxFile
buildHeader, checkHeader
 
Methods inherited from class databionics.io.Array2DFile
buildLine, get, getColumns, getData, getRows, getSize, init, parseLine, set, setData, setData
 
Methods inherited from class databionics.io.BaseFile
checkHeaderAgainstSize, getComment, getFile, getFilename, getHeader, getLocale, getNumberFormat, isHeader, isNaN, isNumber, load, load, parseError, parseHeader, save, save, setComment, setFilename, setLocale, writeStringList, writeStringList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImxFile

public ImxFile()

ImxFile

public ImxFile(java.lang.String filename)
Parameters:
filename -

ImxFile

public ImxFile(int rows,
               int cols)
Parameters:
rows -
cols -
Method Detail

getFileType

public static FileType getFileType()
Get the type of file.



Copyright © 2005-2006 Databionics Research Group. All Rights Reserved.