com.fluendo.jkate
Class Tracker

java.lang.Object
  extended by com.fluendo.jkate.Tracker

public final class Tracker
extends java.lang.Object


Field Summary
 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
           
 
Constructor Summary
Tracker(Event ev)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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)
Method Detail

update

public 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.