Class RightAlignmentProcessor
- java.lang.Object
-
- org.jfree.layouting.renderer.process.AbstractAlignmentProcessor
-
- org.jfree.layouting.renderer.process.RightAlignmentProcessor
-
- All Implemented Interfaces:
TextAlignmentProcessor
public class RightAlignmentProcessor extends AbstractAlignmentProcessor
Right alignment strategy. Not working yet, as this is unimplemented right now.- Author:
- Thomas Morgner
-
-
Constructor Summary
Constructors Constructor Description RightAlignmentProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
handleLayout(int start, int count, int contentIndex, long usedWidth)
-
Methods inherited from class org.jfree.layouting.renderer.process.AbstractAlignmentProcessor
computeInlineBlock, getBreakableIndex, getElementDimensions, getElementPositions, getEndOfLine, getPageBreak, getPageGrid, getSequenceElements, getSkipIndex, getStartOfLine, handleElement, hasNext, initialize, iterate, next, setBreakableIndex, setSkipIndex
-
-
-
-
Method Detail
-
handleLayout
protected int handleLayout(int start, int count, int contentIndex, long usedWidth)
- Specified by:
handleLayout
in classAbstractAlignmentProcessor
-
-