class MarkCrosshair extends GazeMarkBase
Modifier and Type | Field and Description |
---|---|
(package private) int |
mGapSize
Size of the gap in the center of the crosshair.
|
mSize, mTypeName
Constructor and Description |
---|
MarkCrosshair(java.lang.String typeName) |
Modifier and Type | Method and Description |
---|---|
java.awt.geom.Rectangle2D |
draw(java.awt.Graphics g,
java.awt.Point coords) |
void |
setSize(java.awt.geom.Rectangle2D size) |
getSize, getTypeName
int mGapSize
public void setSize(java.awt.geom.Rectangle2D size)
setSize
in class GazeMarkBase
public java.awt.geom.Rectangle2D draw(java.awt.Graphics g, java.awt.Point coords)
draw
in class GazeMarkBase