|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.jfree.workbook.ColumnAttributesManager
Records information about the columns in a worksheet.
| Field Summary | |
protected java.util.List |
attributes
List of ColumnAttributes objects. |
protected double |
defaultColumnWidth
The default column width. |
| Constructor Summary | |
ColumnAttributesManager()
Constructs a new ColumnAttributesManager. |
|
| Method Summary | |
java.util.Iterator |
getAttributesIterator()
Returns an iterator that provides access to the attribute records. |
double |
getDefaultColumnWidth()
Returns the default column width. |
void |
modifyColumnAttributes(ColumnAttributesModifier modifier,
int c1,
int c2)
General method for modifying column attributes. |
void |
setColumnWidth(int startColumn,
int endColumn,
double width)
Sets the width of a range of columns. |
void |
setDefaultColumnWidth(double width)
Sets the default column width. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected double defaultColumnWidth
protected java.util.List attributes
| Constructor Detail |
public ColumnAttributesManager()
| Method Detail |
public double getDefaultColumnWidth()
public void setDefaultColumnWidth(double width)
width - the new default column width.
public void setColumnWidth(int startColumn,
int endColumn,
double width)
startColumn - the start column (0 <= startColumn < Worksheets.MAX_COLUMNS).endColumn - the end column (startColumn <= endColumn < Worksheets.MAX_COLUMNS).width - the new width.
public void modifyColumnAttributes(ColumnAttributesModifier modifier,
int c1,
int c2)
modifier - the modifier.c1 - the start column.c2 - the end column.public java.util.Iterator getAttributesIterator()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||