|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.jfree.workbook.RowAttributesManager
Records information about the rows in a worksheet, row height, visibility etc.
| Field Summary | |
protected java.util.List |
attributes
List of RowAttributes objects. |
protected double |
defaultRowHeight
The default row height. |
| Constructor Summary | |
RowAttributesManager()
Constructs a RowAttributesManager. |
|
| Method Summary | |
java.util.Iterator |
getAttributesIterator()
Returns an iterator that provides access to the row attributes. |
double |
getDefaultRowHeight()
Returns the default row height. |
double |
getHeight(int row)
Returns the height of a particular row. |
void |
modifyRowAttributes(RowAttributesModifier modifier,
int r1,
int r2)
General method for modifying row attributes. |
void |
setDefaultRowHeight(double height)
Sets the default row height. |
void |
setRowHeight(int startRow,
int endRow,
double height)
Sets the height of a range of rows. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected double defaultRowHeight
protected java.util.List attributes
| Constructor Detail |
public RowAttributesManager()
| Method Detail |
public double getDefaultRowHeight()
public void setDefaultRowHeight(double height)
height - the height.public double getHeight(int row)
row - the row.
public void setRowHeight(int startRow,
int endRow,
double height)
startRow - the start row.endRow - the end row.height - the new height.
public void modifyRowAttributes(RowAttributesModifier modifier,
int r1,
int r2)
modifier - handles modification to individual row attribute records.r1 - the start row.r2 - the end row.public java.util.Iterator getAttributesIterator()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||