Class RMPaintbot.CurveTo

  • Enclosing class:
    RMPaintbot

    public static class RMPaintbot.CurveTo
    extends RMPaintbot.QuadTo
    A path construction operation for painting a bezier curve.
    • Constructor Summary

      Constructors 
      Constructor Description
      CurveTo​(double anX1, double aY1, double anX2, double aY2, double anX3, double aY3)
      Creates a new CurveTo operation.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • cp2x

        public double cp2x
      • cp2y

        public double cp2y
    • Constructor Detail

      • CurveTo

        public CurveTo​(double anX1,
                       double aY1,
                       double anX2,
                       double aY2,
                       double anX3,
                       double aY3)
        Creates a new CurveTo operation.