Class Point


  • public class Point
    extends Object
    A point which define an extrimity of a segment on the time/duration graph

    point class diagram

    • Constructor Detail

      • Point

        public Point​(float x,
                     float y)
    • Method Detail

      • equals

        public boolean equals​(Point p)
      • getX

        public float getX()
      • getY

        public float getY()