Package | Description |
---|---|
org.eclipse.actf.visualization.engines.blind |
This package contains utilities for blind usability visualization.
|
Modifier and Type | Method and Description |
---|---|
TextCheckResult |
TextChecker.checkAlt(String alt) |
TextCheckResult |
TextChecker.checkAlt(String alt,
Set<String> ngWords) |
TextCheckResult |
TextChecker.checkAlt(String alt,
String src) |
TextCheckResult |
TextChecker.checkAlt(String alt,
String src,
Set<String> ngWords)
Check alt attribute string and returns result in one of the constants
defined above.
|
static TextCheckResult |
TextCheckResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextCheckResult[] |
TextCheckResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|