public class ReadXML extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CURRENT_TYPE |
static int |
IMAGE_FILE_PATH |
Constructor and Description |
---|
ReadXML(String XMLFilePath)
Creates a new instance of ODReadXMLODD
|
Modifier and Type | Method and Description |
---|---|
void |
debugReport(String report) |
boolean |
isVerbose() |
String |
readImgProperties(int valueID) |
Vector<CellCntrMarkerVector> |
readMarkerData() |
void |
setVerbose(boolean verbose) |
public static final int IMAGE_FILE_PATH
public static final int CURRENT_TYPE
public ReadXML(String XMLFilePath)
public String readImgProperties(int valueID)
public Vector<CellCntrMarkerVector> readMarkerData()
public void debugReport(String report)
public void setVerbose(boolean verbose)
public boolean isVerbose()
Copyright © 2015–2021 Fiji. All rights reserved.