com.opera.core.systems.model
Class ColorResult
java.lang.Object
com.opera.core.systems.model.ColorResult
public class ColorResult
- extends Object
Represents a result from screenwathcer that identifies if a the color we were looking for
matched, and number of matches if any, matches are tagged with an ID.
- Author:
- Deniz Turkoglu
|
Field Summary |
protected int |
count
|
protected int |
id
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected int id
count
protected int count
ColorResult
public ColorResult(int count,
int id)
getId
public int getId()
setId
public void setId(int id)
getCount
public int getCount()
setCount
public void setCount(int count)
Copyright © 2012. All Rights Reserved.