Uses of Class
ShowPlotPopup

Packages that use ShowPlotPopup
  
 

Uses of ShowPlotPopup in
 

Fields in declared as ShowPlotPopup
(package private) static ShowPlotPopup ClusterGenes.hierClusterGramPopup
          plot popup for ClusterGram display for hierarchical clustering
(package private)  ShowPlotPopup Draw2Dplot.spp
          if ShowPlotPopup is the parent, else null
(package private)  ShowPlotPopup DrawClusterGram.spp
          Parent popup window instance
private  ShowPlotPopup DrawHistogram.spp
          ARG: parent window
private  ShowPlotPopup DrawRatioHistogram.spp
          link to global instance
private  ShowPlotPopup DrawScatterPlot.spp
          parent window
private  ShowPlotPopup[] PopupRegistry.sppList
          [0:nSPP-1] list of active Plot popups
 

Methods in that return ShowPlotPopup
(package private)  ShowPlotPopup PopupRegistry.lookupShowPlotPopupInstance(java.lang.String testKey)
          lookupShowPlotPopupInstance() - lookup ShowPlotPopup for unique key instance
 

Methods in with parameters of type ShowPlotPopup
(package private)  void DrawClusterGram.addButtonsToParent(ShowPlotPopup spp, java.awt.Panel p, java.awt.Font bFont)
          addButtonsToParent() - add buttons for this plot to parents's panel
(package private)  int PopupRegistry.addPopupWindowToReg(ShowPlotPopup spp, java.lang.String key, int propBits)
          addPopupWindowToReg() - register ShowPlotPopup window in sppList[]
(package private)  int PopupRegistry.rmvPopupFromReg(ShowPlotPopup spp)
          rmvPopupFromReg() - remove popup instance from ShowPlotPopup sppList[].
 

Constructors in with parameters of type ShowPlotPopup
Draw2Dplot(MAExplorer mae, int plotMode, ShowPlotPopup spp, ExprProfileOverlay epov, java.lang.String title, int nPoints, int nLineGroup, boolean useXaxisIntNbrFlag)
          Draw2Dplot() - constructor
DrawClusterGram(MAExplorer mae, ShowPlotPopup spp, java.awt.Panel titlePanel, HierClustNode tree, GeneList orderedCL, java.lang.String title, int plotMode, boolean keepFlagsOnClosing)
          DrawClusterGram() - Create popup grid of ClusterGram plots.
DrawHistogram(MAExplorer mae, ShowPlotPopup spp, java.lang.String mTitle, java.lang.String horizVariableCaption, int plotMode)
          DrawHistogram() - constructor to create an intensity histogram.
DrawRatioHistogram(MAExplorer mae, ShowPlotPopup spp, int plotMode)
          DrawRatioHistogram() - constructor to draw ratio histogram
DrawScatterPlot(MAExplorer mae, ShowPlotPopup spp, int plotMode)
          DrawScatterPlot() - constructor to create scatter plot