Class MotionFactory.TimedPoint

  • Enclosing class:
    MotionFactory

    public static class MotionFactory.TimedPoint
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long time  
      int x  
      int y  
    • Constructor Summary

      Constructors 
      Constructor Description
      TimedPoint()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • x

        public final int x
      • y

        public final int y
      • time

        public final long time
    • Constructor Detail

      • TimedPoint

        public TimedPoint()