public class Fixation
extends java.lang.Object
Constructor and Description |
---|
Fixation(FixationType type,
int x,
int y)
Constructor for fixation.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public Fixation(FixationType type, int x, int y)
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