net.sf.jasperreports.engine.util
Class BreakIteratorSplitCharacter

java.lang.Object
  extended by net.sf.jasperreports.engine.util.BreakIteratorSplitCharacter

Deprecated. No longer used.

public class BreakIteratorSplitCharacter
extends java.lang.Object

Implementation of SplitCharacter that uses the same logic as AWT to break texts into lines.

Version:
$Id: BreakIteratorSplitCharacter.java 4595 2011-09-08 15:55:10Z teodord $
Author:
Lucian Chirita (lucianc@users.sourceforge.net)
See Also:
JRPdfExporterParameter.FORCE_LINEBREAK_POLICY, JRPdfExporterParameter.PROPERTY_FORCE_LINEBREAK_POLICY

Nested Class Summary
protected static class BreakIteratorSplitCharacter.ArrayCharIterator
          Deprecated.  
 
Constructor Summary
BreakIteratorSplitCharacter()
          Deprecated.  
BreakIteratorSplitCharacter(java.text.BreakIterator breakIter)
          Deprecated.  
 
Method Summary
protected  char currentChar(int current, char[] cc, PdfChunk[] ck)
          Deprecated.  
 boolean isSplitCharacter(int startIdx, int current, int endIdx, char[] cc, PdfChunk[] ck)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BreakIteratorSplitCharacter

public BreakIteratorSplitCharacter()
Deprecated. 

BreakIteratorSplitCharacter

public BreakIteratorSplitCharacter(java.text.BreakIterator breakIter)
Deprecated. 
Method Detail

isSplitCharacter

public boolean isSplitCharacter(int startIdx,
                                int current,
                                int endIdx,
                                char[] cc,
                                PdfChunk[] ck)
Deprecated. 

currentChar

protected char currentChar(int current,
                           char[] cc,
                           PdfChunk[] ck)
Deprecated. 


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com