Uses of Class
org.eclipse.actf.visualization.eval.html.statistics.ImageStatData

Packages that use ImageStatData
org.eclipse.actf.visualization.eval.html.statistics This package contains utilities to gather statistics information about target HTML content. 
 

Uses of ImageStatData in org.eclipse.actf.visualization.eval.html.statistics
 

Methods in org.eclipse.actf.visualization.eval.html.statistics that return types with arguments of type ImageStatData
 Vector<ImageStatData> PageData.getImageData()
           
 Map<org.w3c.dom.html.HTMLImageElement,ImageStatData> PageData.getImageDataMap()
           
 Map<Element,ImageStatData> PageData.getLinkImageDataMap()
           
 

Method parameters in org.eclipse.actf.visualization.eval.html.statistics with type arguments of type ImageStatData
 void PageData.setImageData(Vector<ImageStatData> imageDataV)
          Set image information data
 void PageData.setImageDataMap(Map<org.w3c.dom.html.HTMLImageElement,ImageStatData> imageDataMap)
          Set map contains HTMLImageElement and it's information pair
 void PageData.setLinkImageDataMap(Map<Element,ImageStatData> linkImageDataMap)
          Set map contains ancestor anchor Element of image link and image information pair