Uses of Class
infomat.view.InfomatView

Packages that use InfomatView
infomat.view   
infomat.view.grouping   
infomat.view.grouping.settings   
infomat.view.info   
infomat.view.menu   
infomat.view.picture   
 

Uses of InfomatView in infomat.view
 

Methods in infomat.view that return InfomatView
 InfomatView SessionFrame.getInfomatView()
           
 

Methods in infomat.view with parameters of type InfomatView
 void InfomatModel.setView(InfomatView view)
          Set the view.
 

Constructors in infomat.view with parameters of type InfomatView
AlgorithmFrame(GroupingAlgorithm algorithm, IMatrix matrix, InfomatModel model, InfomatView view)
           
InfomatOverview(java.lang.String title, InfomatModel model, InfomatView view, ToolbarView toolbarView)
           
 

Uses of InfomatView in infomat.view.grouping
 

Constructors in infomat.view.grouping with parameters of type InfomatView
GroupingPanel(InfomatModel model, InfomatView view)
           
GroupingSelectionPanel(InfomatModel model, InfomatView view, boolean rowPanel, boolean colorPanel)
           
 

Uses of InfomatView in infomat.view.grouping.settings
 

Constructors in infomat.view.grouping.settings with parameters of type InfomatView
GroupingFilePanel(InfomatModel model, InfomatView view, IObjectGrouping grouping, boolean row, boolean color, java.awt.Dimension d)
           
GroupingSettingsManager(InfomatView view, InfomatModel model, boolean row)
           
GroupingSettingsPanel(InfomatModel model, InfomatView view, IObjectSet ios, boolean rowPanel, boolean colorPanel)
           
OpacityPanel(InfomatModel model, InfomatView view, GroupingSettings groupingSettings, java.awt.Dimension d)
           
 

Uses of InfomatView in infomat.view.info
 

Constructors in infomat.view.info with parameters of type InfomatView
DimensionInfoPanel(InfomatModel model, InfomatView view, boolean row)
           
PixelInfoFrame(java.lang.String title, InfomatModel model, InfomatView view)
           
PixelInfoPanel(InfomatModel model, InfomatView view)
           
 

Uses of InfomatView in infomat.view.menu
 

Constructors in infomat.view.menu with parameters of type InfomatView
Menu(MainWindow frame, InfomatModel infoModel, ToolbarController toolbarController, InfomatView infomatView)
          Create the menu.
ToolbarController(InfomatView infomatView)
           
 

Uses of InfomatView in infomat.view.picture
 

Methods in infomat.view.picture that return InfomatView
 InfomatView SparsePicture.getView()
           
 

Methods in infomat.view.picture with parameters of type InfomatView
 void SparsePicture.setView(InfomatView view)
           
static SparsePicture SparsePictureConstructor.zoom(InfomatView v, IMatrix m, java.awt.Dimension d, int cFrom, int cTo, int rFrom, int rTo)