Class JoystickMapper


  • public class JoystickMapper
    extends java.lang.Object
    The JoystickMapper class generates diagrams from the operator interface.
    • Constructor Summary

      Constructors 
      Constructor Description
      JoystickMapper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void drawMap​(java.util.List<JoystickData> data)
      Draws diagrams for a list of joysticks, and saves them to file.
      • Methods inherited from class java.lang.Object

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

      • JoystickMapper

        public JoystickMapper()
    • Method Detail

      • drawMap

        public static void drawMap​(java.util.List<JoystickData> data)
                            throws java.io.IOException
        Draws diagrams for a list of joysticks, and saves them to file.
        Parameters:
        data - A list of JoystickData objects describing the oi
        Throws:
        java.io.IOException - If there is an error reading or writing the diagrams