org.jfree.layouting.renderer.process
Class InfiniteMajorAxisLayoutStep.ParagraphBreakState

java.lang.Object
  extended by org.jfree.layouting.renderer.process.InfiniteMajorAxisLayoutStep.ParagraphBreakState
Enclosing class:
InfiniteMajorAxisLayoutStep

public static class InfiniteMajorAxisLayoutStep.ParagraphBreakState
extends java.lang.Object


Constructor Summary
InfiniteMajorAxisLayoutStep.ParagraphBreakState(ParagraphRenderBox paragraph)
           
 
Method Summary
 BoxAlignContext closeContext()
           
 BoxAlignContext getCurrentLine()
           
 ParagraphRenderBox getParagraph()
           
 java.lang.Object getSuspendItem()
           
 boolean isSuspended()
           
 void openContext(BoxAlignContext context)
           
 void setSuspendItem(java.lang.Object suspendItem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfiniteMajorAxisLayoutStep.ParagraphBreakState

public InfiniteMajorAxisLayoutStep.ParagraphBreakState(ParagraphRenderBox paragraph)
Method Detail

getParagraph

public ParagraphRenderBox getParagraph()

getSuspendItem

public java.lang.Object getSuspendItem()

setSuspendItem

public void setSuspendItem(java.lang.Object suspendItem)

isSuspended

public boolean isSuspended()

getCurrentLine

public BoxAlignContext getCurrentLine()

openContext

public void openContext(BoxAlignContext context)

closeContext

public BoxAlignContext closeContext()