org.jfree.layouting.renderer.process

Interface TextAlignmentProcessor

public interface TextAlignmentProcessor

A general alignment processor.

Author: Thomas Morgner

Method Summary
booleanhasNext()
voidinitialize(InlineSequenceElement[] sequence, long start, long end, PageGrid breaks)
RenderNodenext()

Method Detail

hasNext

public boolean hasNext()

initialize

public void initialize(InlineSequenceElement[] sequence, long start, long end, PageGrid breaks)

next

public RenderNode next()