org.jfree.workbook
Class RowHeightModifier

java.lang.Object
  |
  +--org.jfree.workbook.RowHeightModifier
All Implemented Interfaces:
RowAttributesModifier

public class RowHeightModifier
extends java.lang.Object
implements RowAttributesModifier

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

height

protected double height
The new height.

Constructor Detail

RowHeightModifier

public RowHeightModifier(double height)
Standard constructor.

Parameters:
height - the height.
Method Detail

modifyRowAttributes

public void modifyRowAttributes(RowAttributes record)
Apply the height change to the specified attributes record.

Specified by:
modifyRowAttributes in interface RowAttributesModifier
Parameters:
record - the row attributes record to be changed.