com.fluendo.jheora
Class Coordinate

java.lang.Object
  extended by com.fluendo.jheora.Coordinate
Direct Known Subclasses:
MotionVector

public class Coordinate
extends java.lang.Object


Field Summary
 int x
           
 int y
           
 
Constructor Summary
Coordinate()
           
Coordinate(int x, int y)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public int x

y

public int y
Constructor Detail

Coordinate

public Coordinate()

Coordinate

public Coordinate(int x,
                  int y)