Class ConsoleDecorations.CursorNavigation

  • Enclosing class:
    ConsoleDecorations

    @Deprecated
    public static class ConsoleDecorations.CursorNavigation
    extends java.lang.Object
    Deprecated.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String BEGINNING_OF_PREVIOUS
      Deprecated.
       
      static java.lang.String DOWN
      Deprecated.
       
      static java.lang.String ERASE_TO_END_OF_LINE
      Deprecated.
       
      static java.lang.String LEFT
      Deprecated.
       
      static java.lang.String RESTORE_POSITION
      Deprecated.
       
      static java.lang.String RIGHT
      Deprecated.
       
      static java.lang.String SAVE_POSITION
      Deprecated.
       
      static java.lang.String UP
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      CursorNavigation()
      Deprecated.
       
    • Method Summary

      Modifier and Type Method Description
      static java.lang.String DOWN​(int i)
      Deprecated.
       
      static java.lang.String LEFT​(int i)
      Deprecated.
       
      static java.lang.String RIGHT​(int i)
      Deprecated.
       
      static java.lang.String UP​(int i)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

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

      • CursorNavigation

        public CursorNavigation()
        Deprecated.
    • Method Detail

      • LEFT

        public static java.lang.String LEFT​(int i)
        Deprecated.
      • RIGHT

        public static java.lang.String RIGHT​(int i)
        Deprecated.
      • UP

        public static java.lang.String UP​(int i)
        Deprecated.
      • DOWN

        public static java.lang.String DOWN​(int i)
        Deprecated.