Interface AngleManager

  • All Implemented Interfaces:
    it.unibo.alchemist.boundary.ui.api.SlideInputManager

    
    public interface AngleManager
     implements SlideInputManager
                        

    A class that implements the IAngleManager interface is able to convert the sliding of any physical/virtual device/control into a positive double value that represents an angle.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract double getAngle() Gets the angle.
      • Methods inherited from class it.unibo.alchemist.boundary.ui.api.SlideInputManager

        dec, inc
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getAngle

         abstract double getAngle()

        Gets the angle.

        Returns:

        a double value representing an angle in radians