Module ij
Package ij.io

Class TextEncoder


  • public class TextEncoder
    extends java.lang.Object
    Saves an image described by an ImageProcessor object as a tab-delimited text file.
    • Constructor Summary

      Constructors 
      Constructor Description
      TextEncoder​(ImageProcessor ip, Calibration cal, int precision)
      Constructs a TextEncoder from an ImageProcessor and optional Calibration.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

      • TextEncoder

        public TextEncoder​(ImageProcessor ip,
                           Calibration cal,
                           int precision)
        Constructs a TextEncoder from an ImageProcessor and optional Calibration.
    • Method Detail

      • write

        public void write​(java.io.DataOutputStream out)
                   throws java.io.IOException
        Saves the image as a tab-delimited text file.
        Throws:
        java.io.IOException