|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.jfree.workbook.ColumnWidthModifier
A class that modifies the column width of a column attributes record.
| Field Summary | |
protected double |
width
The new width. |
| Constructor Summary | |
ColumnWidthModifier(double width)
Standard constructor. |
|
| Method Summary | |
void |
modifyColumnAttributes(ColumnAttributes record)
Change the width of the column attributes record. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected double width
| Constructor Detail |
public ColumnWidthModifier(double width)
width - The new width.| Method Detail |
public void modifyColumnAttributes(ColumnAttributes record)
modifyColumnAttributes in interface ColumnAttributesModifierrecord - The column attributes record.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||