|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--com.jrefinery.workbook.RowHeightModifier
A class for modifying the row height in a row attributes record.
| Field Summary | |
protected double |
height
The new height. |
| Constructor Summary | |
RowHeightModifier(double height)
Standard constructor. |
|
| Method Summary | |
void |
modifyRowAttributes(RowAttributes record)
Apply the height change to the specified attributes record. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected double height
| Constructor Detail |
public RowHeightModifier(double height)
The - new height.| Method Detail |
public void modifyRowAttributes(RowAttributes record)
modifyRowAttributes in interface RowAttributesModifierrecord - The row attributes record to be changed.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||