|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
An interface for report content.
| Method Summary | |
StrictBounds |
getBounds()
Returns the bounds for the content. |
Content |
getContentForBounds(StrictBounds bounds)
Returns the content for the given bounds. |
ContentType |
getContentType()
Returns the content type (the types include TEXT, IMAGE,
SHAPE and CONTAINER). |
StrictBounds |
getMinimumContentSize()
Returns the minimum content size. |
void |
translate(long x,
long y)
Hack-Attack: Used for alignment of the content. |
| Method Detail |
public ContentType getContentType()
TEXT, IMAGE,
SHAPE and CONTAINER).public StrictBounds getBounds()
public StrictBounds getMinimumContentSize()
public Content getContentForBounds(StrictBounds bounds)
null if there is no content in these bounds.bounds - the bounds.null).
public void translate(long x,
long y)
x - the x translation.y - the y translation.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||