org.eclipse.actf.accservice.core
Interface IAccessibleImageElement

All Known Implementing Classes:
IA2AccessibleImage, JavaAccessibleImage

public interface IAccessibleImageElement

Interface for exposing accessibility-related properties of images to the validation engine.

Author:
Mike Smith
See Also:
IAccessibleElement2

Method Summary
 String getDescription()
          get the description for the accessible image
 int getHeight()
          get the height for the accessible image
 int getWidth()
          get the width for the accessible image
 

Method Detail

getDescription

String getDescription()
                      throws InvalidComponentException
get the description for the accessible image

Returns:
image description or an empty string if no description is provided
Throws:
InvalidComponentException

getHeight

int getHeight()
              throws InvalidComponentException
get the height for the accessible image

Returns:
image height or zero if no height is provided
Throws:
InvalidComponentException

getWidth

int getWidth()
             throws InvalidComponentException
get the width for the accessible image

Returns:
image width or zerog if no width is provided
Throws:
InvalidComponentException