Class RMPaintbot.Forward

  • Enclosing class:
    RMPaintbot

    public static class RMPaintbot.Forward
    extends RMPaintbot.PathOperation
    An op class for moving a shape forward along the path of its current roll.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double distance  
    • Constructor Summary

      Constructors 
      Constructor Description
      Forward​(double aDistance)
      Creates a new Forward operation.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • distance

        public double distance
    • Constructor Detail

      • Forward

        public Forward​(double aDistance)
        Creates a new Forward operation.