|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arctorus.documents.table.Column
public final class Column
Table column. Default width of a column is 48pt.
Field Summary | |
---|---|
static Column |
NULL
NULL column. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one. |
boolean |
equalsContent(Column column)
Indicates whether the content of the specified column (width) is "equal to" the content of this column. |
int |
getColumnIndex()
Get zero based index of a column in a table. |
java.lang.String |
getColumnName()
Get column name as column index value converted to letters. |
float |
getWidth()
Get width of a column. |
int |
hashCode()
Returns a hash code value for the object. |
void |
setWidth(float width)
Set new width of a column. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Column NULL
Method Detail |
---|
public float getWidth()
public void setWidth(float width)
width
- new column width.public int getColumnIndex()
public java.lang.String getColumnName()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public boolean equalsContent(Column column)
column
- column to compare with this one.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |