|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jfree.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)
height
- the height.Method Detail |
public void modifyRowAttributes(RowAttributes record)
modifyRowAttributes
in interface RowAttributesModifier
record
- the row attributes record to be changed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |