| java.lang.Object net.sf.jasperreports.engine.JRPrintAnchorIndex
JRPrintAnchorIndex | public class JRPrintAnchorIndex (Code) | | author: Teodor Danciu (teodord@users.sourceforge.net) version: $Id: JRPrintAnchorIndex.java 1422 2006-10-06 16:00:11Z lucianc $ |
JRPrintAnchorIndex | public JRPrintAnchorIndex(int page, JRPrintElement elem)(Code) | | Creates an element anchor.
Parameters: page - the index of the page in the report Parameters: elem - the element |
getElementAbsoluteX | public int getElementAbsoluteX()(Code) | | Returns the absolute (relative to the report page) X coordinate of the anchor element.
This can be different than
JRPrintElement.getX getElement().getX() for elements
placed inside a
JRPrintFrame frame .
the absolute X coordinate of the anchor element |
getElementAbsoluteY | public int getElementAbsoluteY()(Code) | | Returns the absolute (relative to the report page) Y coordinate of the anchor element.
This can be different than
JRPrintElement.getY getElement().getY() for elements
placed inside a
JRPrintFrame frame .
the absolute Y coordinate of the anchor element |
getPageIndex | public int getPageIndex()(Code) | | |
|
|