public class DeltaVision_Converter extends Object implements ij.plugin.PlugIn
Modifier and Type | Field and Description |
---|---|
protected String |
dvLogFileStatic |
Constructor and Description |
---|
DeltaVision_Converter() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
static BufferedReader |
openFileReadEx(String fileName) |
static PrintWriter |
openFileWriteEx(String fileName) |
void |
run(String args) |
protected String dvLogFileStatic
public void run(String args)
run
in interface ij.plugin.PlugIn
public static void main(String[] args)
public static PrintWriter openFileWriteEx(String fileName) throws IOException
IOException
public static BufferedReader openFileReadEx(String fileName) throws IOException
IOException
Copyright © 2015–2021 Fiji. All rights reserved.