java.lang.Object
org.springframework.shell.test.jediterm.terminal.model.TerminalLine

public final class TerminalLine extends Object
  • Constructor Details

  • Method Details

    • createEmpty

      public static TerminalLine createEmpty()
    • getText

      public String getText()
    • copy

      public TerminalLine copy()
    • charAt

      public char charAt(int x)
    • isWrapped

      public boolean isWrapped()
    • setWrapped

      public void setWrapped(boolean wrapped)
    • clear

      public void clear(TerminalLine.TextEntry filler)
    • writeString

      public void writeString(int x, CharBuffer str, TextStyle style)
    • insertString

      public void insertString(int x, CharBuffer str, TextStyle style)
    • deleteCharacters

      public void deleteCharacters(int x)
    • deleteCharacters

      public void deleteCharacters(int x, TextStyle style)
    • deleteCharacters

      public void deleteCharacters(int x, int count, TextStyle style)
    • insertBlankCharacters

      public void insertBlankCharacters(int x, int count, int maxLen, TextStyle style)
    • clearArea

      public void clearArea(int leftX, int rightX, TextStyle style)
    • getStyleAt

      public TextStyle getStyleAt(int x)
    • process

      public void process(int y, StyledTextConsumer consumer, int startRow)
    • isNul

      public boolean isNul()
    • getEntries

      public List<TerminalLine.TextEntry> getEntries()
    • toString

      public String toString()
      Overrides:
      toString in class Object