|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdatabionics.io.BaseFile
databionics.io.Array2DFile
databionics.io.UmxFile
databionics.io.ImxFile
public class ImxFile
File that stores an island mask for an ESOM.
| 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 |
|---|
public ImxFile()
public ImxFile(java.lang.String filename)
filename -
public ImxFile(int rows,
int cols)
rows - cols - | Method Detail |
|---|
public static FileType getFileType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||