Package | Description |
---|---|
org.eclipse.actf.visualization.eval.html.statistics |
This package contains utilities to gather statistics information about target HTML content.
|
Modifier and Type | Method and Description |
---|---|
Vector<ImageStatData> |
PageData.getImageData() |
Map<org.w3c.dom.html.HTMLImageElement,ImageStatData> |
PageData.getImageDataMap() |
Map<Element,ImageStatData> |
PageData.getLinkImageDataMap() |
Modifier and Type | Method and Description |
---|---|
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 |