Interface Arm

  • All Superinterfaces:
    Stoppable

    public interface Arm
    extends Stoppable
    Represents a mechanism which consists of some type of bar which pivots on a motor.
    • Method Detail

      • setAngle

        void setAngle​(double angle)
        Parameters:
        angle - the angle of the arm in degrees.
      • getAngle

        double getAngle()
        Returns:
        the current angle of the arm in degrees.