|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectij.plugin.RoiReader
public class RoiReader
Opens ImageJ, NIH Image and Scion Image for windows ROI outlines. RoiDecoder.java has a description of the file format.
RoiDecoder
,
RoiWriter
Field Summary | |
---|---|
(package private) int |
freehand
|
(package private) int |
freeLine
|
(package private) int |
line
|
(package private) int |
noRoi
|
(package private) int |
oval
|
(package private) int |
polygon
|
(package private) int |
rect
|
(package private) int |
segLine
|
(package private) int |
traced
|
Constructor Summary | |
---|---|
RoiReader()
|
Method Summary | |
---|---|
void |
openRoi(java.lang.String dir,
java.lang.String name)
|
void |
run(java.lang.String arg)
This method is called when the plugin is loaded. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
final int polygon
final int rect
final int oval
final int line
final int freeLine
final int segLine
final int noRoi
final int freehand
final int traced
Constructor Detail |
---|
public RoiReader()
Method Detail |
---|
public void run(java.lang.String arg)
PlugIn
run
in interface PlugIn
public void openRoi(java.lang.String dir, java.lang.String name) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |