Class LineBreakProducer

java.lang.Object
org.pentaho.reporting.libraries.fonts.text.breaks.LineBreakProducer
All Implemented Interfaces:
Cloneable, BreakOpportunityProducer, ClassificationProducer
Direct Known Subclasses:
WordBreakProducer

public class LineBreakProducer extends Object implements BreakOpportunityProducer
This produces linebreaks when a CR/LF is encountered. This corresponds to the expected behaviour of HTML-pre elements.
Author:
Thomas Morgner