Uses of Interface
org.pentaho.reporting.engine.classic.core.layout.process.linebreak.ParagraphLinebreaker

Packages that use ParagraphLinebreaker
org.pentaho.reporting.engine.classic.core.layout.process.linebreak   
 

Uses of ParagraphLinebreaker in org.pentaho.reporting.engine.classic.core.layout.process.linebreak
 

Classes in org.pentaho.reporting.engine.classic.core.layout.process.linebreak that implement ParagraphLinebreaker
 class EmptyLinebreaker
          This implementation does nothing and is used as dummy if the paragraph was unchanged.
 class FullLinebreaker
          Creation-Date: 25.04.2007, 13:44:48
 class SimpleLinebreaker
          This implementation is used in the simple mode.
 

Methods in org.pentaho.reporting.engine.classic.core.layout.process.linebreak that return ParagraphLinebreaker
 ParagraphLinebreaker SimpleLinebreaker.startParagraphBox(ParagraphRenderBox box)
           
 ParagraphLinebreaker EmptyLinebreaker.startParagraphBox(ParagraphRenderBox box)
           
 ParagraphLinebreaker ParagraphLinebreaker.startParagraphBox(ParagraphRenderBox box)
           
 ParagraphLinebreaker FullLinebreaker.startParagraphBox(ParagraphRenderBox box)