public static class InfiniteMajorAxisLayoutStep.ParagraphBreakState
extends java.lang.Object
Constructor and Description |
---|
ParagraphBreakState(ParagraphRenderBox paragraph) |
Modifier and Type | Method and Description |
---|---|
BoxAlignContext |
closeContext() |
BoxAlignContext |
getCurrentLine() |
ParagraphRenderBox |
getParagraph() |
java.lang.Object |
getSuspendItem() |
boolean |
isSuspended() |
void |
openContext(BoxAlignContext context) |
void |
setSuspendItem(java.lang.Object suspendItem) |
public ParagraphBreakState(ParagraphRenderBox paragraph)
public ParagraphRenderBox getParagraph()
public java.lang.Object getSuspendItem()
public void setSuspendItem(java.lang.Object suspendItem)
public boolean isSuspended()
public BoxAlignContext getCurrentLine()
public void openContext(BoxAlignContext context)
public BoxAlignContext closeContext()