Index Index
CTopViewListener
 CPLOTSPECTIMEENERGY Views beam profiles
 
      hFig = figure();
      set(hFig,'Renderer','zbuffer');
      lfigure = CListenerFigure([2 2], hFig);
 
      plF = CProfileListener(1);
      plF.placeOn(lfigure, 1, 2);
      plF.placeOn(lfigure, 2, 1);
      stepper.addListener(plF);
Class Details
Superclasses CListener, CGraphicalListener
Sealed false
Construct on load false
Constructor Summary
CTopViewListener obj = CProfileListener(refractive_index, bInterf) 
Property Summary
m_bInterf  
m_bIsFirstRun  
m_bNormalize  
m_caAxes  
m_caLabelNames  
m_caLabelUnits  
m_caLabels  
m_caRangesSIUnit  
m_caRangesUserUnits  
m_hListenerFigure  
m_iCounter  
m_iEnvelopeIndex  
m_iPlotAtEvery  
m_n  
m_pal  
m_vAxisID  
m_vLabelMultipliers  
m_vX  
m_vZ  
Method Summary
  Listen  
  addlistener Add listener for event. 
Sealed   cat Concatenation for heterogeneous arrays 
  clearAxes () - clear all 
  delete Delete a handle object. 
  dontPlot  
  eq == (EQ) Test handle equality. 
  findobj Find objects matching specified conditions. 
  findprop Find property of MATLAB handle object. 
  ge >= (GE) Greater than or equal relation for handles. 
  getAxisMultiplier  
protected Static   getDefaultScalarElement Create a default object for heterogeneous arrays 
protected   getLabelIndex  
protected   getLabelSettings  
  getLabelString  
  getRange  
  gt > (GT) Greater than relation for handles. 
Sealed   horzcat Horizontal concatenation for heterogeneous arrays 
  isRangeSet  
Sealed   isvalid Test handle validity. 
  le <= (LE) Less than or equal relation for handles. 
  lt < (LT) Less than relation for handles. 
  ne ~= (NE) Not equal relation for handles. 
  notify Notify listeners of event. 
  placeOn (hListenerFigure, vPosition) 
  setAxesRange  
  setAxesUnits (sLabel, sUnit) 
  setLabelName  
  setNormalize  
  setPlotAtEvery  
protected   setup  
protected   updateUserUnitRange  
Sealed   vertcat Vertical concatenation for heterogeneous arrays 
Event Summary
ObjectBeingDestroyed Notifies listeners that a particular object has been destroyed.