|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.cete.dynamicpdf.text.LineBreaker
|
+--com.cete.dynamicpdf.text.LatinLineBreaker
Represents a Latin line breaker.
| Constructor Summary | |
LatinLineBreaker()
|
|
| Method Summary | |
TextLineList |
getLines(char[] text,
int start,
int length,
float width,
float height,
Font font,
float fontSize)
Returns a TextLineList with the text broken into lines for Latin text. |
| Methods inherited from class com.cete.dynamicpdf.text.LineBreaker |
getDefault, getLatin, getLines, getLines, getLines, getUniversal, setDefault |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LatinLineBreaker()
| Method Detail |
public TextLineList getLines(char[] text,
int start,
int length,
float width,
float height,
Font font,
float fontSize)
TextLineList with the text broken into lines for Latin text.
getLines in class LineBreakertext - Text for the text line list.start - Start index for the text of the text line list.length - Length of the text of the text line list.width - Width of the text line list.height - Height of the text line list.font - Font to use for the text of the text line list.fontSize - Font size to use for the text of the text line list.
TextLineList for the given text.Font,
TextLineList
|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||