public interface IGazeMapProducer
Modifier and Type | Method and Description |
---|---|
java.awt.geom.Rectangle2D |
BuildMap(java.util.HashMap<java.lang.Short,IGazeClient> clients,
java.awt.image.BufferedImage image) |
boolean |
getDrawLabels() |
EEntryType |
getDrawMode() |
boolean |
getDrawShapes() |
GazeMarkBase |
getMark() |
void |
setDrawLabels(boolean drawLabels) |
void |
setDrawMode(EEntryType t) |
void |
setDrawShapes(boolean drawShapes) |
void |
setMark(GazeMarkBase mark) |
EEntryType getDrawMode()
void setDrawMode(EEntryType t)
GazeMarkBase getMark()
void setMark(GazeMarkBase mark)
boolean getDrawShapes()
void setDrawShapes(boolean drawShapes)
boolean getDrawLabels()
void setDrawLabels(boolean drawLabels)
java.awt.geom.Rectangle2D BuildMap(java.util.HashMap<java.lang.Short,IGazeClient> clients, java.awt.image.BufferedImage image)