ij.io
Class RoiDecoder
java.lang.Object
ij.io.RoiDecoder
public class RoiDecoder
- extends java.lang.Object
Decodes an ImageJ, NIH Image or Scion Image ROI file.
Constructor Summary |
RoiDecoder(byte[] bytes,
java.lang.String name)
Constructs an RoiDecoder using a byte array. |
RoiDecoder(java.lang.String path)
Constructs an RoiDecoder using a file path. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VERSION_OFFSET
public static final int VERSION_OFFSET
- See Also:
- Constant Field Values
TYPE
public static final int TYPE
- See Also:
- Constant Field Values
TOP
public static final int TOP
- See Also:
- Constant Field Values
LEFT
public static final int LEFT
- See Also:
- Constant Field Values
BOTTOM
public static final int BOTTOM
- See Also:
- Constant Field Values
RIGHT
public static final int RIGHT
- See Also:
- Constant Field Values
N_COORDINATES
public static final int N_COORDINATES
- See Also:
- Constant Field Values
X1
public static final int X1
- See Also:
- Constant Field Values
Y1
public static final int Y1
- See Also:
- Constant Field Values
X2
public static final int X2
- See Also:
- Constant Field Values
Y2
public static final int Y2
- See Also:
- Constant Field Values
STROKE_WIDTH
public static final int STROKE_WIDTH
- See Also:
- Constant Field Values
SHAPE_ROI_SIZE
public static final int SHAPE_ROI_SIZE
- See Also:
- Constant Field Values
STROKE_COLOR
public static final int STROKE_COLOR
- See Also:
- Constant Field Values
FILL_COLOR
public static final int FILL_COLOR
- See Also:
- Constant Field Values
SUBTYPE
public static final int SUBTYPE
- See Also:
- Constant Field Values
OPTIONS
public static final int OPTIONS
- See Also:
- Constant Field Values
COORDINATES
public static final int COORDINATES
- See Also:
- Constant Field Values
TEXT
public static final int TEXT
- See Also:
- Constant Field Values
SPLINE_FIT
public static final int SPLINE_FIT
- See Also:
- Constant Field Values
RoiDecoder
public RoiDecoder(java.lang.String path)
- Constructs an RoiDecoder using a file path.
RoiDecoder
public RoiDecoder(byte[] bytes,
java.lang.String name)
- Constructs an RoiDecoder using a byte array.
getRoi
public Roi getRoi()
throws java.io.IOException
- Returns the ROI.
- Throws:
java.io.IOException
getShapeRoi
public Roi getShapeRoi()
throws java.io.IOException
- Throws:
java.io.IOException