Uses of Class
annotool.io.ChainModel

Packages that use ChainModel
annotool.gui   
annotool.gui.model   
 

Uses of ChainModel in annotool.gui
 

Methods in annotool.gui that return ChainModel
 ChainModel[] PopUpFrame.getChainModels()
           
 

Methods in annotool.gui with parameters of type ChainModel
 void PopUpFrame.setChainModels(ChainModel[] chainModels)
           
 

Constructor parameters in annotool.gui with type arguments of type ChainModel
ROIAnnotator(int interval, int paddingMode, java.lang.String channel, java.util.ArrayList<ChainModel> chainModels, int[] selectedImages, java.lang.String exportDir, boolean isExport, boolean isMaximaOnly, ImageReadyPanel pnlImages)
           
 

Uses of ChainModel in annotool.gui.model
 

Methods in annotool.gui.model that return types with arguments of type ChainModel
 java.util.ArrayList<ChainModel> ModelLoader.getChainModels()
           
 

Methods in annotool.gui.model with parameters of type ChainModel
 void ModelLoader.setChainModelsFromArray(ChainModel[] chainModelsArr)
           
 

Method parameters in annotool.gui.model with type arguments of type ChainModel
static java.lang.String ModelHelper.getModelInfo(java.util.ArrayList<ChainModel> chainModels)
          Gets the HTML formatted string including the information from the passed in ArrayList of ChainModel.
 

Constructors in annotool.gui.model with parameters of type ChainModel
ModelSaver(javax.swing.JProgressBar bar, AnnOutputPanel pnlOutput, javax.swing.JButton[] buttons, ChainModel[] chainModels, java.io.File file)
           
 

Constructor parameters in annotool.gui.model with type arguments of type ChainModel
ROIAnnotator(int interval, int paddingMode, java.lang.String channel, java.util.ArrayList<ChainModel> chainModels, int[] selectedImages, java.lang.String exportDir, boolean isExport, boolean isMaximaOnly, ImageReadyPanel pnlImages)