|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jrefinery.report.targets.base.content.ContentContainer
com.jrefinery.report.targets.base.content.TextContent
A container for text content. The content will be split into paragraphs.
TextParagraph
Constructor Summary | |
TextContent(java.lang.String value,
float lineHeight,
java.awt.geom.Rectangle2D bounds,
SizeCalculator ot)
Creates a new container for text. |
Methods inherited from class com.jrefinery.report.targets.base.content.ContentContainer |
addContentPart, getBounds, getContentForBounds, getContentPart, getContentPartCount, getContentType, getMinimumContentSize, setBounds, setBounds, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TextContent(java.lang.String value, float lineHeight, java.awt.geom.Rectangle2D bounds, SizeCalculator ot)
value
- the text.lineHeight
- the height of a text linebounds
- the bounds.ot
- the size calculator.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |