|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttablelayout.TableVecRec
public class TableVecRec
Contains information of the size of one table cell
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 |
---|
public int pref_value
public int offset
public int options
public int value
Constructor Detail |
---|
public TableVecRec()
Method Detail |
---|
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |