Package | Description |
---|---|
GD.Graphics |
Modifier and Type | Class and Description |
---|---|
(package private) class |
MarkCrosshair
Simple oval gaze data mark.
|
(package private) class |
MarkOval
Simple oval gaze data mark.
|
(package private) class |
MarkOvalPointer
Simple oval gaze data mark.
|
Modifier and Type | Field and Description |
---|---|
private GazeMarkBase |
GazeMarkPanel.mCurMark
Current mark.
|
protected GazeMarkBase |
GazeMapProducer.mMark |
Modifier and Type | Method and Description |
---|---|
GazeMarkBase |
GazeMapProducer.getMark() |
GazeMarkBase |
GazeMarkPanel.getMark()
Get the mark that should be drawn on the screen
|
GazeMarkBase |
IGazeMapProducer.getMark() |
static GazeMarkBase |
GazeMarkFactory.getMark(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
GazeMapProducer.setMark(GazeMarkBase mark) |
void |
GazeMarkPanel.setMark(GazeMarkBase m)
Set the mark that should be drawn on the screen
|
void |
IGazeMapProducer.setMark(GazeMarkBase mark) |
Constructor and Description |
---|
GazeMapProducer(GazeMarkBase mark) |