| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPageImage
Interface to store image data used in low vision simulation engine
| Method Summary | |
|---|---|
|  List<IProblemItem> | checkCharacters(LowVisionType type,
                String urlS,
                int frameId)Check accessibility issues inside the image. | 
|  void | extractCharacters()Extract character position in the image | 
|  BufferedImage | getBufferedImage()Convert image data into BufferedImage | 
|  int | getHeight()Get height of image | 
|  ImagePositionInfo[] | getInteriorImagePosition()Get interior image position (e.g., | 
|  int | getWidth()Get width of image | 
|  boolean | hasInteriorImageArraySet()Check existence of interior image position information | 
|  void | setInteriorImagePosition(ImagePositionInfo[] infoArray)Set interior image position (e.g., | 
|  void | writeToBMPFile(String _fileName)Write image to File as Bitmap | 
|  void | writeToBMPFile(String _fileName,
               int _bitCount)Write image to File as Bitmap | 
| Method Detail | 
|---|
int getWidth()
int getHeight()
void extractCharacters()
                       throws ImageException
ImageExceptionImagePositionInfo[] getInteriorImagePosition()
ImagePositionInfovoid setInteriorImagePosition(ImagePositionInfo[] infoArray)
infoArray - array of ImagePositionInfoboolean hasInteriorImageArraySet()
List<IProblemItem> checkCharacters(LowVisionType type,
                                   String urlS,
                                   int frameId)
                                   throws ImageException,
                                          org.eclipse.actf.visualization.internal.engines.lowvision.problem.LowVisionProblemException
type - target low vision typeurlS - target's URLframeId - target's frame ID
IProblemItem)
ImageException
org.eclipse.actf.visualization.internal.engines.lowvision.problem.LowVisionProblemExceptionBufferedImage getBufferedImage()
BufferedImage
BufferedImage
void writeToBMPFile(String _fileName)
                    throws LowVisionIOException
_fileName - target file path
LowVisionIOException
void writeToBMPFile(String _fileName,
                    int _bitCount)
                    throws LowVisionIOException
_fileName - target file path_bitCount - depth of color (16 or 24)
LowVisionIOException| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||