Package net.sf.jasperreports.engine.util
Class BreakIteratorSplitCharacter
- java.lang.Object
-
- net.sf.jasperreports.engine.util.BreakIteratorSplitCharacter
-
- All Implemented Interfaces:
com.lowagie.text.SplitCharacter
public class BreakIteratorSplitCharacter extends java.lang.Object implements com.lowagie.text.SplitCharacterImplementation ofSplitCharacterthat uses the same logic as AWT to break texts into lines.- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
PdfReportConfiguration.isForceLineBreakPolicy()
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classBreakIteratorSplitCharacter.ArrayCharIterator
-
Constructor Summary
Constructors Constructor Description BreakIteratorSplitCharacter()BreakIteratorSplitCharacter(java.text.BreakIterator breakIter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected charcurrentChar(int current, char[] cc, com.lowagie.text.pdf.PdfChunk[] ck)booleanisSplitCharacter(int startIdx, int current, int endIdx, char[] cc, com.lowagie.text.pdf.PdfChunk[] ck)
-
-
-
Method Detail
-
isSplitCharacter
public boolean isSplitCharacter(int startIdx, int current, int endIdx, char[] cc, com.lowagie.text.pdf.PdfChunk[] ck)- Specified by:
isSplitCharacterin interfacecom.lowagie.text.SplitCharacter
-
currentChar
protected char currentChar(int current, char[] cc, com.lowagie.text.pdf.PdfChunk[] ck)
-
-