Package | Description |
---|---|
org.eclipse.actf.visualization.engines.lowvision |
This package contains utilities for low vision simulation and
accessibility evaluation of images.
|
Modifier and Type | Method and Description |
---|---|
int |
LowVisionType.convertColor(int _src)
Convert target color based on current low vision simulation type
configuration
|
void |
PageEvaluation.generateReport(String _path,
String _htmlName,
String _imgName,
List<IProblemItem> _problemGroupArray)
Generate report file from
IProblemItem list. |
void |
LowVisionType.setColorFilterDegree(float _degree)
Set degree of color filter
|
void |
LowVisionType.setCVDType(int cvd_type)
Set target color vision deficiency type
|
void |
LowVisionType.setEyesightDegree(float _deg)
Set target eyesight degree of eyesight type simulation
|
void |
PageEvaluation.unsupportedModeReport(File targetFile)
Generate report file for unsupported mode
|