ij.io
Class TextEncoder
java.lang.Object
ij.io.TextEncoder
public class TextEncoder
- extends Object
Saves an image described by an ImageProcessor object as a tab-delimited text file.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextEncoder
public TextEncoder(ImageProcessor ip,
Calibration cal,
int precision)
- Constructs a TextEncoder from an ImageProcessor and optional Calibration.
write
public void write(DataOutputStream out)
throws IOException
- Saves the image as a tab-delimited text file.
- Throws:
IOException
Copyright © 1997–2015 NIH. All rights reserved.