com.fluendo.jheora
Class MotionVector

java.lang.Object
  extended by com.fluendo.jheora.Coordinate
      extended by com.fluendo.jheora.MotionVector

public class MotionVector
extends Coordinate


Field Summary
static MotionVector NULL
           
 
Fields inherited from class com.fluendo.jheora.Coordinate
x, y
 
Constructor Summary
MotionVector()
           
MotionVector(int x, int y)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULL

public static final MotionVector NULL
Constructor Detail

MotionVector

public MotionVector()

MotionVector

public MotionVector(int x,
                    int y)