import "Accessibility_Image.idl";
Public Member Functions | |
| BoundingBox | getImageExtents (in short coordType) |
| Obtain a bounding box which entirely contains the image contents, as displayed on screen. | |
| void | getImagePosition (out long x, out long y, in short coordType) |
| Get the coordinates of the current image position on screen. | |
| void | getImageSize (out long width, out long height) |
| Obtain the width and height of the current onscreen view of the image. | |
Public Attributes | |
| readonly attribute string | imageDescription |
| A UTF-8 string providing a textual description of what is visually depicted in the image. | |
| readonly attribute string | imageLocale |
| A string corresponding to the POSIX LC_MESSAGES locale used by the imageDescription. | |
When onscreen components include graphical information that is not purely intended to enhance "3d effect" or visual layout, but which conveys some semantic or informational content to the sighted user, they should implement Image, and that semantic content should be conveyed textually to the extent possible via the image description, as well as the Accessible::name and Accessible::description properties.
Definition at line 37 of file Accessibility_Image.idl.
|
|
Obtain a bounding box which entirely contains the image contents, as displayed on screen. The bounds returned do not account for any viewport clipping or the fact that the image may be partially or wholly obscured by other onscreen content.
|
|
||||||||||||||||
|
Get the coordinates of the current image position on screen.
|
|
||||||||||||
|
Obtain the width and height of the current onscreen view of the image. The extents returned do not account for any viewport clipping or the fact that the image may be partially or wholly obscured by other onscreen content.
|
|
|
A UTF-8 string providing a textual description of what is visually depicted in the image.
Definition at line 49 of file Accessibility_Image.idl. |
|
|
A string corresponding to the POSIX LC_MESSAGES locale used by the imageDescription.
Definition at line 55 of file Accessibility_Image.idl. |
1.4.3