Package 

Class MilestoneStep


  • 
    public class MilestoneStep
    
                        

    A milestone step is a pixel position where a milestone should be displayed with an orientation Created by Fabrice Fontaine on 20/12/2017.

    • Constructor Summary

      Constructors 
      Constructor Description
      MilestoneStep(long pX, long pY, double pOrientation, Object pObject)
      MilestoneStep(long pX, long pY, double pOrientation)
    • Method Summary

      Modifier and Type Method Description
      long getX()
      long getY()
      double getOrientation()
      Object getObject()
      String toString()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait