org.pentaho.reporting.engine.classic.core.layout.process.alignment
Class JustifyAlignmentProcessor

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.layout.process.alignment.AbstractAlignmentProcessor
      extended by org.pentaho.reporting.engine.classic.core.layout.process.alignment.LeftAlignmentProcessor
          extended by org.pentaho.reporting.engine.classic.core.layout.process.alignment.JustifyAlignmentProcessor
All Implemented Interfaces:
LastLineTextAlignmentProcessor, TextAlignmentProcessor

public class JustifyAlignmentProcessor
extends LeftAlignmentProcessor


Constructor Summary
JustifyAlignmentProcessor()
           
 
Method Summary
 
Methods inherited from class org.pentaho.reporting.engine.classic.core.layout.process.alignment.LeftAlignmentProcessor
getPageSegment, next, performLastLineAlignment, performSkipAlignment, setPageSegment
 
Methods inherited from class org.pentaho.reporting.engine.classic.core.layout.process.alignment.AbstractAlignmentProcessor
deinitialize, getPagebreakCount, hasNext, initialize, isLastLineAlignment, updateLineSize
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JustifyAlignmentProcessor

public JustifyAlignmentProcessor()