org.sikuli.script
Class VDictProxy<T>
java.lang.Object
org.sikuli.script.VDictProxy<T>
public class VDictProxy<T>
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VDictProxy
public VDictProxy()
insert
public void insert(String imagekey_filename,
T value)
throws FileNotFoundException
- Throws:
FileNotFoundException
_insert
public void _insert(long instance,
String imagekey_filename,
int value)
lookup
public T lookup(String imagekey_filename)
throws FileNotFoundException
- Throws:
FileNotFoundException
lookup_similar
public T lookup_similar(String imagekey_filename,
double similarity_threshold)
throws FileNotFoundException
- Throws:
FileNotFoundException
lookup_similar_n
public List<T> lookup_similar_n(String imagekey_filename,
double similarity_threshold,
int n)
throws FileNotFoundException
- Throws:
FileNotFoundException
erase
public void erase(String imagekey_filename)
throws FileNotFoundException
- Throws:
FileNotFoundException
size
public int size()
empty
public boolean empty()