Package org.tn5250j

Class GuiGraphicBuffer.Data

  • Enclosing class:
    GuiGraphicBuffer

    protected class GuiGraphicBuffer.Data
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Data​(char[] text, char[] attr, char[] color, char[] extended, char[] graphic)  
      Data​(int startRow, int startCol, int endRow, int endCol)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • text

        public char[] text
      • attr

        public char[] attr
      • isAttr

        public char[] isAttr
      • color

        public char[] color
      • extended

        public char[] extended
      • graphic

        public final char[] graphic
      • field

        public final char[] field
    • Constructor Detail

      • Data

        public Data​(char[] text,
                    char[] attr,
                    char[] color,
                    char[] extended,
                    char[] graphic)
      • Data

        public Data​(int startRow,
                    int startCol,
                    int endRow,
                    int endCol)