org.jfree.workbook
Class ColumnWidthModifier

java.lang.Object
  |
  +--org.jfree.workbook.ColumnWidthModifier
All Implemented Interfaces:
ColumnAttributesModifier

public class ColumnWidthModifier
extends java.lang.Object
implements ColumnAttributesModifier

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

width

protected double width
The new width.

Constructor Detail

ColumnWidthModifier

public ColumnWidthModifier(double width)
Standard constructor.

Parameters:
width - The new width.
Method Detail

modifyColumnAttributes

public void modifyColumnAttributes(ColumnAttributes record)
Change the width of the column attributes record.

Specified by:
modifyColumnAttributes in interface ColumnAttributesModifier
Parameters:
record - The column attributes record.