Package com.reportmill.shape
Class RMCellRow
java.lang.Object
com.reportmill.shape.RMCellRow
- All Implemented Interfaces:
- Cloneable
This shape manages a row of cells.
- 
Constructor SummaryConstructorsConstructorDescriptionCreates a new cell row.RMCellRow(RMCellTable aTable) Creates a new cell row.
- 
Method SummaryModifier and TypeMethodDescriptionclone()Returns a basic clone of this object.fromXML(RXArchiver anArchiver, RXElement anElement) XML unarchival.getCell(int anIndex) Returns the specific child cell at the given index in the list of unique cells for this row.intReturns the number of cells in this row.getDivider(int anIndex) Returns the specific divider at given index.intReturns the divider count.Returns the dividers for this column.floatReturns the row height.intgetIndex()Returns the index of this row in the table.floatgetMaxY()Returns the row max y.getTable()Returns the row's parent table.floatgetY()Returns the row y.voidResets dividers so they will be recalculated.voidsetHeight(double aHeight) Sets the row height.toXML(RXArchiver anArchiver) XML archival.
- 
Constructor Details- 
RMCellRowpublic RMCellRow()Creates a new cell row.
- 
RMCellRowCreates a new cell row.
 
- 
- 
Method Details- 
getTableReturns the row's parent table.
- 
getIndexpublic int getIndex()Returns the index of this row in the table.
- 
getCellCountpublic int getCellCount()Returns the number of cells in this row.
- 
getCellReturns the specific child cell at the given index in the list of unique cells for this row.
- 
getYpublic float getY()Returns the row y.
- 
getHeightpublic float getHeight()Returns the row height.
- 
setHeightpublic void setHeight(double aHeight) Sets the row height.
- 
getMaxYpublic float getMaxY()Returns the row max y.
- 
getDividerCountpublic int getDividerCount()Returns the divider count.
- 
getDividerReturns the specific divider at given index.
- 
getDividersReturns the dividers for this column.
- 
resetDividerspublic void resetDividers()Resets dividers so they will be recalculated.
- 
cloneReturns a basic clone of this object.
- 
toXMLXML archival.
- 
fromXMLXML unarchival.
 
-