org.xhtmlrenderer.layout
Class BreakAtLineContext

java.lang.Object
  extended by org.xhtmlrenderer.layout.BreakAtLineContext

public class BreakAtLineContext
extends Object


Constructor Summary
BreakAtLineContext(BlockBox block, int line)
           
 
Method Summary
 BlockBox getBlock()
           
 int getLine()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BreakAtLineContext

public BreakAtLineContext(BlockBox block,
                          int line)
Method Detail

getBlock

public BlockBox getBlock()

getLine

public int getLine()


Copyright © 2013. All Rights Reserved.