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

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.RightAlignmentProcessor
All Implemented Interfaces:
LastLineTextAlignmentProcessor, TextAlignmentProcessor

public final class RightAlignmentProcessor
extends AbstractAlignmentProcessor

Right alignment strategy. Not working yet, as this is unimplemented right now.

Author:
Thomas Morgner

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

Constructor Detail

RightAlignmentProcessor

public RightAlignmentProcessor()