Class Component.POV

  • Enclosing interface:
    Component

    public static class Component.POV
    extends java.lang.Object
    POV enum for different positions.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static float CENTER
      Synonmous with OFF
      static float DOWN
      Standard value for down HAT position
      static float DOWN_LEFT
      Standard value for down-left HAT position
      static float DOWN_RIGHT
      Standard value for down-right HAT position
      static float LEFT
      Standard value for left HAT position
      static float OFF
      Standard value for center HAT position
      static float RIGHT
      Standard value for right HAT position
      static float UP
      Standard value for up HAT position
      static float UP_LEFT
      Standard value for up-left HAT position
      static float UP_RIGHT
      Standard value for up-right HAT position
    • Constructor Summary

      Constructors 
      Constructor Description
      POV()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • OFF

        public static final float OFF
        Standard value for center HAT position
        See Also:
        Constant Field Values
      • UP_LEFT

        public static final float UP_LEFT
        Standard value for up-left HAT position
        See Also:
        Constant Field Values
      • UP_RIGHT

        public static final float UP_RIGHT
        Standard value for up-right HAT position
        See Also:
        Constant Field Values
      • RIGHT

        public static final float RIGHT
        Standard value for right HAT position
        See Also:
        Constant Field Values
      • DOWN_RIGHT

        public static final float DOWN_RIGHT
        Standard value for down-right HAT position
        See Also:
        Constant Field Values
      • DOWN

        public static final float DOWN
        Standard value for down HAT position
        See Also:
        Constant Field Values
      • DOWN_LEFT

        public static final float DOWN_LEFT
        Standard value for down-left HAT position
        See Also:
        Constant Field Values
      • LEFT

        public static final float LEFT
        Standard value for left HAT position
        See Also:
        Constant Field Values
    • Constructor Detail

      • POV

        public POV()