Class Position

  • Direct Known Subclasses:
    RelativePosition

    public class Position
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Position​(double position)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getValue()  
      void setPosition​(java.lang.Double position)  
      • Methods inherited from class java.lang.Object

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

      • Position

        public Position​(double position)
    • Method Detail

      • setPosition

        public void setPosition​(java.lang.Double position)
      • getValue

        public double getValue()