org.jfree.layouting.renderer.process
public class LeftAlignmentProcessor extends AbstractAlignmentProcessor
| Constructor Summary | |
|---|---|
| LeftAlignmentProcessor() | |
| Method Summary | |
|---|---|
| protected void | addPosition(long width) |
| int | getPageSegment() |
| protected long | getPosition() |
| protected int | handleElement(int start, int count)
Handle the next input chunk.
|
| protected int | handleLayout(int start, int count, int contentIndex, long usedWidth) |
| RenderNode | next() |
| void | setPageSegment(int pageSegment) |
| protected void | setPosition(long position) |
Parameters: start the start index count the number of elements in the sequence
Returns: true, if processing should be finished, false if more elements are needed for the line.