Package com.fluendo.jkate
Class Tracker
- java.lang.Object
-
- com.fluendo.jkate.Tracker
-
public final class Tracker extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field 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
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Field Detail
-
ev
public Event ev
-
has
public boolean[] has
-
has_region
public static final int has_region
- See Also:
- Constant Field Values
-
has_text_alignment_int
public static final int has_text_alignment_int
- See Also:
- Constant Field Values
-
has_text_alignment_ext
public static final int has_text_alignment_ext
- See Also:
- Constant Field Values
-
region_x
public float region_x
-
region_y
public float region_y
-
region_w
public float region_w
-
region_h
public float region_h
-
-
Constructor Detail
-
Tracker
public Tracker(Event ev)
-
-