Package | Description |
---|---|
org.eclipse.actf.visualization.engines.blind.html |
This package contains blind visualization engine for HTML content.
|
org.eclipse.actf.visualization.engines.blind.html.util |
This package includes utilities for blind usability visualization of HTML content.
|
org.eclipse.actf.visualization.eval.problem |
This package contains interfaces and utilities to hold accessibility issues.
|
org.eclipse.actf.visualization.util.html2view |
This package includes utilities to enable mapping between line number and HTML elements.
|
Modifier and Type | Method and Description |
---|---|
void |
VisualizeEngine.setHtml2viewMapV(Vector<Html2ViewMapData> html2viewMapV)
Set vector of HTML source code position information
|
Modifier and Type | Method and Description |
---|---|
Html2ViewMapData |
Id2LineViaActfId.getViewMapData(int nodeId)
Get corresponding
Html2ViewMapData of target ID |
Html2ViewMapData |
Id2LineViaActfId.getViewMapData(Integer nodeId)
Get corresponding
Html2ViewMapData of target ID |
Constructor and Description |
---|
Id2LineViaActfId(Map<Integer,Integer> id2AccId,
Vector<Html2ViewMapData> html2ViewMapDataV)
Constructor of the class.
|
Id2LineViaActfId(Map<Integer,Integer> id2AccId,
Vector<Html2ViewMapData> html2ViewMapDataV,
boolean is1base)
Constructor of the class.
|
Modifier and Type | Method and Description |
---|---|
HighlightTargetSourceInfo[] |
HighlightTargetNodeInfo.getHighlightTargetSourceInfo(Vector<Html2ViewMapData> html2ViewMapDataV)
Get corresponding HTML source positions relate to the target
Node |
Constructor and Description |
---|
HighlightTargetSourceInfo(Html2ViewMapData start,
Html2ViewMapData end)
Constructor of the class
|
Modifier and Type | Method and Description |
---|---|
static Vector<Html2ViewMapData> |
Html2ViewMapMaker.makeMap(String filename,
String resultFileName,
String targetDir)
Create mapping information between line number and ACTF_ID.
|
Constructor and Description |
---|
HtmlLine2Id(Vector<Html2ViewMapData> mapV)
Constructor of the class
|
HtmlLine2Id(Vector<Html2ViewMapData> mapV,
boolean is1base)
Constructor of the class
|