Interface Screen

All Known Implementing Classes:
Buffer, TerminalPanel

public interface Screen
Screen interface
Author:
pquiring
  • Method Details

    • output

      void output(char[] buf)
    • getForeColor

      int getForeColor()
    • getBackColor

      int getBackColor()
    • setForeColor

      void setForeColor(int newClr)
    • setBackColor

      void setBackColor(int newClr)
    • getsx

      int getsx()
    • getsy

      int getsy()
    • getx

      int getx()
    • gety

      int gety()
    • gety1

      int gety1()
    • gety2

      int gety2()
    • sety1

      void sety1(int v)
    • sety2

      void sety2(int v)
    • scrollUp

      void scrollUp(int cnt)
    • scrollDown

      void scrollDown(int cnt)
    • delete

      void delete()
    • insert

      void insert()
    • gotoPos

      void gotoPos(int x, int y)
    • setChar

      void setChar(int cx, int cy, char ch)
    • clrscr

      void clrscr()
    • setAutoWrap

      void setAutoWrap(boolean state)
    • setBlinker

      void setBlinker(boolean state)
    • setReverse

      void setReverse(boolean state)
    • getTermType

      String getTermType()