Class LineTo

    • Field Summary

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

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

      • x

        public float x
      • y

        public float y
    • Constructor Detail

      • LineTo

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

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

      • toString

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