|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.actf.accservice.javapp.JavaAccessibleImage
public class JavaAccessibleImage
implementation of the IAccessibleImageElement
object for the Java Accesibility API's AccessibleIcon
.
AccessibleIcon
Constructor Summary | |
---|---|
JavaAccessibleImage(AccessibleIcon image)
Constructor used to create an accessible image object. |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JavaAccessibleImage(AccessibleIcon image)
JavaAccessible
and is not typically called by clients.
image
- -
AccessibleIcon objectMethod Detail |
---|
public String getDescription() throws InvalidComponentException
getDescription
in interface IAccessibleImageElement
InvalidComponentException
public int getHeight() throws InvalidComponentException
getHeight
in interface IAccessibleImageElement
InvalidComponentException
public int getWidth() throws InvalidComponentException
getWidth
in interface IAccessibleImageElement
InvalidComponentException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |