Interface TextAlignmentProcessor
-
- All Known Implementing Classes:
AbstractAlignmentProcessor,CenterAlignmentProcessor,LeftAlignmentProcessor,RightAlignmentProcessor
public interface TextAlignmentProcessorA general alignment processor.- Author:
- Thomas Morgner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasNext()voidinitialize(InlineSequenceElement[] sequence, long start, long end, PageGrid breaks)RenderNodenext()
-
-
-
Method Detail
-
initialize
void initialize(InlineSequenceElement[] sequence, long start, long end, PageGrid breaks)
-
hasNext
boolean hasNext()
-
next
RenderNode next()
-
-