Package noduledistances.imagej
Class Menu
java.lang.Object
noduledistances.imagej.Menu
- All Implemented Interfaces:
Runnable,org.scijava.command.Command,org.scijava.plugin.SciJavaPlugin
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intgetFileType(File file) Returns 1 : folder
2 : accepted image type
3 : .model file
4 : any other filetypevoidrun()Method for starting the Menu display process.
-
Field Details
-
FOLDER
protected static final int FOLDER- See Also:
-
IMAGE
protected static final int IMAGE- See Also:
-
MODEL
protected static final int MODEL- See Also:
-
OTHERFILETYPE
protected static final int OTHERFILETYPE- See Also:
-
rootFile
-
tifFile
-
saveFile
-
modelFile
-
redAttribute
-
greenAttribute
-
numIters
protected int numIters
-
-
Constructor Details
-
Menu
public Menu()
-
-
Method Details
-
run
public void run()Method for starting the Menu display process. -
getFileType
Returns 1 : folder
2 : accepted image type
3 : .model file
4 : any other filetype- Parameters:
file- : file to determine the type of.- Returns:
- an integer representing what type of file it is.
-