tablelayout
Class TableVecRec

java.lang.Object
  extended by tablelayout.TableVecRec

public class TableVecRec
extends Object

Contains information of the size of one table cell

Version:
$Revision: 11550 $ $Date: 2007-06-05 14:44:14 -0700 (Tue, 05 Jun 2007) $
Author:
Birgit Arkesteijn
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
 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 String toString()
Returns the String representation

Overrides:
toString in class Object


Copyright © 2000-2009 FreeHEP. All Rights Reserved.