Class MoveTo

    • Field Summary

      Fields 
      Modifier and Type Field Description
      float x  
      float y  
    • Constructor Summary

      Constructors 
      Constructor Description
      MoveTo()
      Creates a new instance of MoveTo
      MoveTo​(boolean isRelative, float x, float y)  
    • Field Detail

      • x

        public float x
      • y

        public float y
    • Constructor Detail

      • MoveTo

        public MoveTo()
        Creates a new instance of MoveTo
      • MoveTo

        public MoveTo​(boolean isRelative,
                      float x,
                      float y)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object