public final class Tracker
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
Event |
ev |
boolean[] |
has |
static int |
has_region |
static int |
has_text_alignment_ext |
static int |
has_text_alignment_int |
float |
region_h |
float |
region_w |
float |
region_x |
float |
region_y |
Modifier and Type | Method and Description |
---|---|
boolean |
update(double t,
java.awt.Dimension window,
java.awt.Dimension frame)
Update the tracker at the given time for the given image's dimensions.
|
public Event ev
public boolean[] has
public static final int has_region
public static final int has_text_alignment_int
public static final int has_text_alignment_ext
public float region_x
public float region_y
public float region_w
public float region_h
public Tracker(Event ev)