IBM Rational Functional Tester
Version 8.1.1000
IBM Rational Functional Tester API Reference

Project Version 2.3

com.rational.test.ft
Class vop

java.lang.Object
  extended by com.rational.test.ft.vop

public class vop
extends java.lang.Object


Constructor Summary
vop()
           
 
Method Summary
static java.lang.String Find(java.lang.String ocrResultsXml, java.lang.String inputToSearch)
           
static boolean load()
           
static java.lang.String ProcessFile(java.lang.String imageFileName)
           
static java.lang.String ProcessImage(byte[] image, int width, int height, int bpp, int pitch)
           
static int SetPath(java.lang.String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

vop

public vop()
Method Detail

ProcessImage

public static java.lang.String ProcessImage(byte[] image,
                                            int width,
                                            int height,
                                            int bpp,
                                            int pitch)

ProcessFile

public static java.lang.String ProcessFile(java.lang.String imageFileName)

Find

public static java.lang.String Find(java.lang.String ocrResultsXml,
                                    java.lang.String inputToSearch)

SetPath

public static int SetPath(java.lang.String path)

load

public static boolean load()