public class PagePosition<T> extends Object
| Constructor and Description |
|---|
PagePosition(String id,
T element,
int pageNo,
float x,
float y,
float width,
float height) |
| Modifier and Type | Method and Description |
|---|---|
T |
getElement() |
float |
getHeight() |
String |
getId() |
int |
getPageNo() |
float |
getWidth() |
float |
getX() |
float |
getY() |
String |
toString() |
Copyright © 2004–2025. All rights reserved.