Package playn.robovm

Class RoboPath

java.lang.Object
playn.robovm.RoboPath
All Implemented Interfaces:
Path

public class RoboPath extends Object implements Path
  • Constructor Details

    • RoboPath

      public RoboPath()
  • Method Details

    • reset

      public Path reset()
      Specified by:
      reset in interface Path
    • close

      public Path close()
      Specified by:
      close in interface Path
    • moveTo

      public Path moveTo(float x, float y)
      Specified by:
      moveTo in interface Path
    • lineTo

      public Path lineTo(float x, float y)
      Specified by:
      lineTo in interface Path
    • quadraticCurveTo

      public Path quadraticCurveTo(float cpx, float cpy, float x, float y)
      Specified by:
      quadraticCurveTo in interface Path
    • bezierTo

      public Path bezierTo(float c1x, float c1y, float c2x, float c2y, float x, float y)
      Specified by:
      bezierTo in interface Path