public static class vsearch.DesignContainer
extends java.lang.Object
vsearch.Trial| Constructor and Description |
|---|
vsearch.DesignContainer()
The constructor generates the trials according the design parameters which
are defined earlier in the static variables.
|
| Modifier and Type | Method and Description |
|---|---|
void |
response1(int trialNum)
Response1 means the first response user had made in current trial.
|
void |
response2(int trialNum) |
boolean |
userClicks(int x,
int y,
int trialNum)
User clicks, what happens? This is called when user clicks on some point in
the screen.
|
void |
userClicksNone(int trialNum)
User clicks none, what happens? The function is declared in trial's function
userClicksNone which is called here.
|
public vsearch.DesignContainer()
vsearch.foils,
vsearch.targCharspublic void userClicksNone(int trialNum)
trialNum - The trial number.public boolean userClicks(int x,
int y,
int trialNum)
x - mouse's x-coordinate.y - mouse's y-coordinate.trialNum - The trial number.public void response1(int trialNum)
public void response2(int trialNum)