org.jfree.workbook
Interface RowAttributesModifier

All Known Implementing Classes:
RowHeightModifier

public interface RowAttributesModifier

Standard interface for modifying the row attributes.


Method Summary
 void modifyRowAttributes(RowAttributes record)
          Apply changes to the specified attributes record.
 

Method Detail

modifyRowAttributes

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

Parameters:
record - the row attributes record to be modified.