Documentation of 'ij.io.TextEncoder' Java class
TextEncoder
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 and 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 and Description
      void write(java.io.DataOutputStream out)
      Saves the image as a tab-delimited text file.
      • Methods inherited from class java.lang.Object

        equals, 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

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.