|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectij.io.TextEncoder
public class TextEncoder
Saves an image described by an ImageProcessor object as a tab-delimited text file.
Constructor Summary | |
---|---|
TextEncoder(ImageProcessor ip,
Calibration cal,
int precision)
Constructs a TextEncoder from an ImageProcessor and optional Calibration. |
Method Summary | |
---|---|
void |
write(java.io.DataOutputStream out)
Saves the image as a tab-delimited text file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextEncoder(ImageProcessor ip, Calibration cal, int precision)
Method Detail |
---|
public void write(java.io.DataOutputStream out) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |