public final class OverlayIO extends Object
Modifier and Type | Field and Description |
---|---|
protected static int |
BARF |
protected static int |
IGNORE |
protected static int |
INIT |
protected static int |
NODES |
protected static String |
NOT_APPLICABLE
String indicating a given field is not applicable to an overlay.
|
protected static int |
PARSE |
protected static int |
TABLE |
protected static int |
WAIT |
Modifier and Type | Method and Description |
---|---|
static OverlayObject |
createOverlay(String className,
OverlayTransform trans)
Instantiates an overlay object of the given class.
|
static OverlayObject |
createOverlay(String className,
OverlayTransform trans,
int lineNum)
Instantiates an overlay object of the given class.
|
static loci.poi.hssf.usermodel.HSSFWorkbook |
exportOverlays(OverlayTransform overlay)
Saves overlays to a .xls workbook.
|
static Vector<OverlayObject>[] |
loadOverlays(BufferedReader in,
OverlayTransform trans)
Reads the overlays from the given reader.
|
static void |
saveOverlays(PrintWriter out,
OverlayTransform trans)
Writes the overlays to the given writer.
|
protected static final int WAIT
protected static final int TABLE
protected static final int NODES
protected static final int BARF
protected static final int IGNORE
protected static final int PARSE
protected static final int INIT
protected static final String NOT_APPLICABLE
public static Vector<OverlayObject>[] loadOverlays(BufferedReader in, OverlayTransform trans) throws IOException
IOException
public static void saveOverlays(PrintWriter out, OverlayTransform trans)
public static loci.poi.hssf.usermodel.HSSFWorkbook exportOverlays(OverlayTransform overlay)
public static OverlayObject createOverlay(String className, OverlayTransform trans)
public static OverlayObject createOverlay(String className, OverlayTransform trans, int lineNum)
Copyright © 2015–2022 SciJava. All rights reserved.