Index Index
CTimeProfileListener
 CTimeProfileListener Summary of this class goes here
        hFig2 = figure();
      set(hFig2,'Renderer','zbuffer');
      lfigure2 = CListenerFigure([2 2], hFig2);
      
      tpl = CTimeProfileListener({'r', 'g'});
      %tpl.normalize('on');
      tpl.placeOn(lfigure2, 1);
      stepper.addListener(tpl);
Class Details
Superclasses CListener, CGraphicalListener, CListenerWithColors, CListenerWithPlotType
Sealed false
Construct on load false
Constructor Summary
CTimeProfileListener Summary of this class goes here 
Property Summary
m_bIsFirstRun  
m_bNormalize  
m_caAxes  
m_caColors  
m_caLabelNames  
m_caLabelUnits  
m_caLabels  
m_caPlotter  
m_caRangesSIUnit  
m_caRangesUserUnits  
m_hListenerFigure  
m_iCounter  
m_iPlotAtEvery  
m_vAxisID  
m_vLabelMultipliers  
m_vRefractiveIndex  
m_vTime  
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. 
  normalize  
  notify Notify listeners of event. 
  placeOn (hListenerFigure, vPosition) 
protected   plotter  
  setAxesRange  
  setAxesUnits (sLabel, sUnit) 
  setColors  
  setLabelName  
  setPlotAtEvery  
  setPlotType (hPlotType) 
  setRefractiveIndex  
protected   setup  
protected   updateUserUnitRange  
Sealed   vertcat Vertical concatenation for heterogeneous arrays 
Event Summary
ObjectBeingDestroyed Notifies listeners that a particular object has been destroyed.