Example usage for com.lowagie.text SplitCharacter interface-usage

List of usage examples for com.lowagie.text SplitCharacter interface-usage

Introduction

In this page you can find the example usage for com.lowagie.text SplitCharacter interface-usage.

Usage

From source file net.sf.jasperreports.engine.util.BreakIteratorSplitCharacter.java

/**
 * Implementation of {@link com.lowagie.text.SplitCharacter SplitCharacter} that
 * uses the same logic as AWT to break texts into lines.
 * 
 * @author Lucian Chirita (lucianc@users.sourceforge.net)
 * @version $Id: BreakIteratorSplitCharacter.java 1571 2007-01-29 13:41:53Z lucianc $