com.fluendo.jkate

Class Tracker

public final class Tracker extends Object

Field Summary
Eventev
boolean[]has
static inthas_region
static inthas_text_alignment_ext
static inthas_text_alignment_int
floatregion_h
floatregion_w
floatregion_x
floatregion_y
Constructor Summary
Tracker(Event ev)
Method Summary
booleanupdate(double t, Dimension window, 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

has_text_alignment_ext

public static final int has_text_alignment_ext

has_text_alignment_int

public static final int has_text_alignment_int

region_h

public float region_h

region_w

public float region_w

region_x

public float region_x

region_y

public float region_y

Constructor Detail

Tracker

public Tracker(Event ev)

Method Detail

update

public boolean update(double t, Dimension window, Dimension frame)
Update the tracker at the given time for the given image's dimensions.