Uses of Class
net.sf.infrared.agent.LayerTime

Packages that use LayerTime
net.sf.infrared.agent   
net.sf.infrared.web.ui   
 

Uses of LayerTime in net.sf.infrared.agent
 

Methods in net.sf.infrared.agent that return LayerTime
 LayerTime[] Statistics.getCopyOfLayerTimes()
           
 LayerTime[] PerformanceDataSnapShot.getLayerTimes()
           
 LayerTime LayerTime.copy()
           
 

Methods in net.sf.infrared.agent with parameters of type LayerTime
 void PerformanceDataSnapShot.setLayerTimes(LayerTime[] copyOfLayerTimes)
           
 

Uses of LayerTime in net.sf.infrared.web.ui
 

Methods in net.sf.infrared.web.ui with parameters of type LayerTime
static void ViewUtil.sort(LayerTime[] layerTimes, String fieldName, boolean ascending)