Class Component.Identifier

java.lang.Object
net.java.games.input.Component.Identifier
Direct Known Subclasses:
Component.Identifier.Axis, Component.Identifier.Button, Component.Identifier.Key
Enclosing interface:
Component

public static class Component.Identifier extends Object
Identifiers for different Axes.
  • Constructor Details

    • Identifier

      protected Identifier(String name)
      Protected constructor
  • Method Details

    • getName

      public String getName()
      Returns a non-localized string description of this axis type.
    • toString

      public String toString()
      Returns a non-localized string description of this axis type.
      Overrides:
      toString in class Object