uk.co.westhawk.tablelayout
Class TableVecRec

java.lang.Object
  extended by uk.co.westhawk.tablelayout.TableVecRec

public class TableVecRec
extends java.lang.Object

Contains information of the size of one table cell

See Also:
TableLayout

Field Summary
 int offset
          the upper left corner of the cell
 int options
          the options that should be applied to the entire column or row
 int pref_value
          the preferred value of the cell
 int value
          the width of column, or the height of the row
 
Constructor Summary
TableVecRec()
           
 
Method Summary
 java.lang.String toString()
          Returns the String representation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

pref_value

public int pref_value
the preferred value of the cell


offset

public int offset
the upper left corner of the cell


options

public int options
the options that should be applied to the entire column or row


value

public int value
the width of column, or the height of the row

Constructor Detail

TableVecRec

public TableVecRec()
Method Detail

toString

public java.lang.String toString()
Returns the String representation

Overrides:
toString in class java.lang.Object