Uses of Class
org.pentaho.reporting.engine.classic.core.layout.model.ParagraphRenderBox

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

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

Methods in org.pentaho.reporting.engine.classic.core.layout.process that return ParagraphRenderBox
 ParagraphRenderBox MinorAxisParagraphBreakState.getParagraph()
           
 ParagraphRenderBox MajorAxisParagraphBreakState.getParagraph()
           
 

Methods in org.pentaho.reporting.engine.classic.core.layout.process with parameters of type ParagraphRenderBox
 void MinorAxisParagraphBreakState.init(ParagraphRenderBox paragraph)
           
 void MajorAxisParagraphBreakState.init(ParagraphRenderBox paragraph)
           
 

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

Methods in org.pentaho.reporting.engine.classic.core.layout.process.linebreak with parameters of type ParagraphRenderBox
 void SimpleLinebreaker.finishParagraphBox(ParagraphRenderBox box)
           
 void EmptyLinebreaker.finishParagraphBox(ParagraphRenderBox box)
           
 void ParagraphLinebreaker.finishParagraphBox(ParagraphRenderBox box)
           
 void FullLinebreaker.finishParagraphBox(ParagraphRenderBox box)
           
 void SimpleLinebreaker.recycle(ParagraphRenderBox box)
           
 ParagraphLinebreaker SimpleLinebreaker.startParagraphBox(ParagraphRenderBox box)
           
 ParagraphLinebreaker EmptyLinebreaker.startParagraphBox(ParagraphRenderBox box)
           
 ParagraphLinebreaker ParagraphLinebreaker.startParagraphBox(ParagraphRenderBox box)
           
 ParagraphLinebreaker FullLinebreaker.startParagraphBox(ParagraphRenderBox box)
           
 

Constructors in org.pentaho.reporting.engine.classic.core.layout.process.linebreak with parameters of type ParagraphRenderBox
FullLinebreaker(ParagraphRenderBox paragraphRenderBox)
           
SimpleLinebreaker(ParagraphRenderBox paragraphRenderBox)