Package org.hyperonline.hyperlib.oi
Class JoystickMapper
- java.lang.Object
-
- org.hyperonline.hyperlib.oi.JoystickMapper
-
public class JoystickMapper extends java.lang.Object
TheJoystickMapper
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.
-
-
-
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 ofJoystickData
objects describing the oi- Throws:
java.io.IOException
- If there is an error reading or writing the diagrams
-
-