ij.plugin
Class RawReader

java.lang.Object
  extended by ij.plugin.RawReader
All Implemented Interfaces:
PlugIn

public class RawReader
extends java.lang.Object
implements PlugIn

Uses the FileOpener class to load raw images from a URL.


Constructor Summary
RawReader()
           
 
Method Summary
 void run(java.lang.String args)
          Opens the image described by the string argument ("name width height nImages bitsPerPixel offset ['black'] ['white'] ['big'] ['little']") from the images url specified in IJ_Props.txt.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RawReader

public RawReader()
Method Detail

run

public void run(java.lang.String args)
Opens the image described by the string argument ("name width height nImages bitsPerPixel offset ['black'] ['white'] ['big'] ['little']") from the images url specified in IJ_Props.txt.

Specified by:
run in interface PlugIn