|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.opera.core.systems.model.ColorResult
public class ColorResult
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
| Field Summary | |
|---|---|
protected int |
count
|
protected int |
id
|
| Constructor Summary | |
|---|---|
ColorResult(int count,
int id)
|
|
| Method Summary | |
|---|---|
int |
getCount()
|
int |
getId()
|
void |
setCount(int count)
|
void |
setId(int id)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int id
protected int count
| Constructor Detail |
|---|
public ColorResult(int count,
int id)
| Method Detail |
|---|
public int getId()
public void setId(int id)
public int getCount()
public void setCount(int count)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||