Class TableLayoutCoord


  • @Deprecated
    public class TableLayoutCoord
    extends java.lang.Object
    Deprecated.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int x
      Deprecated.
       
      int y
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      TableLayoutCoord()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String incColumn()
      Deprecated.
       
      java.lang.String incRow()
      Deprecated.
       
      java.lang.String toString()
      Deprecated.
       
      • Methods inherited from class java.lang.Object

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

      • x

        public int x
        Deprecated.
      • y

        public int y
        Deprecated.
    • Constructor Detail

      • TableLayoutCoord

        public TableLayoutCoord()
        Deprecated.
    • Method Detail

      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object
      • incColumn

        public java.lang.String incColumn()
        Deprecated.
      • incRow

        public java.lang.String incRow()
        Deprecated.