|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjchrest.lib.Fixation
public class Fixation
A Fixation is an (x,y) location on a scene, and the type records the reason for the fixation being made.
Constructor Summary | |
---|---|
Fixation(FixationType type,
int x,
int y)
Constructor for fixation. |
Method Summary | |
---|---|
java.lang.String |
getHeuristicDescription()
Retrieve a string describing this fixation. |
FixationType |
getType()
Retrieve the type of fixation. |
int |
getX()
Retrieve the x coordinate of this fixation. |
int |
getY()
Retrieve the y coordinate of this fixation. |
java.lang.String |
toString()
Note: added 1 to x,y coordinates to match up with the display of visual scenes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Fixation(FixationType type, int x, int y)
Method Detail |
---|
public FixationType getType()
public java.lang.String getHeuristicDescription()
public int getX()
public int getY()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |