|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.jrefinery.report.targets.table.TableWriterCursor
A utility class for keeping track of the current output position on a table sheet. Only the vertical location is tracked, it begins at zero (the top of the page) and increases as the cursor moves down the page.
Constructor Summary | |
TableWriterCursor()
Default Constructor. |
Method Summary | |
void |
advance(float amount)
Adds the specified amount to the y-coordinate. |
void |
advanceTo(float amount)
Moves the cursor to the given y-coordinate. |
float |
getY()
Gets the current vertical (y) position of the cursor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TableWriterCursor()
Method Detail |
public void advance(float amount)
amount
- The amount that the cursor should advance down the page.public void advanceTo(float amount)
amount
- The amount that the cursor should advance down the page.public float getY()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |