Package | Description |
---|---|
GazeVnc | |
GD.Connection | |
GD.Connection.ETUD | |
GD.Data | |
GD.Graphics |
Modifier and Type | Class and Description |
---|---|
class |
DebugGazeContainer |
Modifier and Type | Field and Description |
---|---|
protected IGazeContainer |
GazeVncCanvas.mGazeContainer |
Modifier and Type | Method and Description |
---|---|
IGazeContainer |
GazeVncCanvas.GazeContainer() |
Modifier and Type | Method and Description |
---|---|
private static IGazeSource |
GazeSourceFactory.getETUDriverConnector(IGazeContainer callback) |
static IGazeSource |
GazeSourceFactory.getGazeSource(java.lang.String driver,
IGazeContainer callback) |
Modifier and Type | Field and Description |
---|---|
private IGazeContainer |
ETUDGazeSource.mContainer |
private IGazeContainer |
BlinkCallback.mGazeContainer |
private IGazeContainer |
FixationCallback.mGazeContainer |
private IGazeContainer |
SampleCallback.mGazeContainer |
Constructor and Description |
---|
BlinkCallback(IGazeContainer container) |
ETUDGazeSource(IGazeContainer container) |
FixationCallback(IGazeContainer container) |
SampleCallback(IGazeContainer container) |
Modifier and Type | Class and Description |
---|---|
class |
GazeContainer |
Modifier and Type | Field and Description |
---|---|
private IGazeContainer |
GazeClient.mGazeContainer
Container for gaze entries
|
Modifier and Type | Method and Description |
---|---|
IGazeContainer |
GazeClient.GazeContainer() |
IGazeContainer |
IGazeTracker.GazeContainer() |
Modifier and Type | Method and Description |
---|---|
protected abstract java.awt.geom.Rectangle2D |
GazeMapProducer.drawLabel(java.awt.Graphics2D g,
IGazeContainer gazes,
java.lang.String label) |
protected java.awt.geom.Rectangle2D |
LastGazeMapProducer.drawLabel(java.awt.Graphics2D g,
IGazeContainer gazes,
java.lang.String label) |
protected abstract java.awt.geom.Rectangle2D |
GazeMapProducer.drawShape(java.awt.Graphics g,
IGazeContainer gazes) |
protected java.awt.geom.Rectangle2D |
LastGazeMapProducer.drawShape(java.awt.Graphics g,
IGazeContainer gazes) |