Class MotionPoint


  • class MotionPoint
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int index  
      (package private) long time  
      (package private) int x  
      (package private) int y  
    • Constructor Summary

      Constructors 
      Constructor Description
      MotionPoint()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void set​(int index, int x, int y, long time)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • index

        int index
      • x

        int x
      • y

        int y
      • time

        long time
    • Constructor Detail

      • MotionPoint

        MotionPoint()
    • Method Detail

      • set

        void set​(int index,
                 int x,
                 int y,
                 long time)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object