Class MotionPoint

java.lang.Object
org.jmol.viewer.MotionPoint

class MotionPoint extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) int
     
    (package private) long
     
    (package private) int
     
    (package private) int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) void
    set(int index, int x, int y, long time)
     
     

    Methods inherited from class java.lang.Object

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

    • index

      int index
    • x

      int x
    • y

      int y
    • time

      long time
  • Constructor Details

    • MotionPoint

      MotionPoint()
  • Method Details

    • set

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

      public String toString()
      Overrides:
      toString in class Object