Flying Saucer Project Release ${app.version}

Uses of Package
org.xhtmlrenderer.layout

Packages that use org.xhtmlrenderer.layout
org.xhtmlrenderer.context   
org.xhtmlrenderer.css.extend   
org.xhtmlrenderer.extend   
org.xhtmlrenderer.layout   
org.xhtmlrenderer.newtable   
org.xhtmlrenderer.pdf   
org.xhtmlrenderer.render   
org.xhtmlrenderer.simple Includes those classes you need to render XHTML documents quickly, right out of the box, and with no special setup needed; start here! All the classes in this package are oriented towards ease-of-use. 
org.xhtmlrenderer.swing   
org.xhtmlrenderer.test   
 

Classes in org.xhtmlrenderer.layout used by org.xhtmlrenderer.context
LayoutContext
          This class tracks state which changes over the course of a layout run.
SharedContext
          The SharedContext is that which is kept between successive layout and render runs.
 

Classes in org.xhtmlrenderer.layout used by org.xhtmlrenderer.css.extend
LayoutContext
          This class tracks state which changes over the course of a layout run.
 

Classes in org.xhtmlrenderer.layout used by org.xhtmlrenderer.extend
LayoutContext
          This class tracks state which changes over the course of a layout run.
SharedContext
          The SharedContext is that which is kept between successive layout and render runs.
 

Classes in org.xhtmlrenderer.layout used by org.xhtmlrenderer.layout
BlockFormattingContext
          This class represents a block formatting context as defined in the CSS spec.
BoxRange
           
BoxRangeLists
           
BreakAtLineContext
           
FloatLayoutResult
          A bean containing the result of laying out a floated block.
FloatManager
          A class that manages all floated boxes in a given block formatting context.
FloatManager.FloatOperation
           
InlineBoxMeasurements
          A bean which tracks various charactistics of an inline box.
Layer
          All positioned content as well as content with an overflow value other than visible creates a layer.
LayoutContext
          This class tracks state which changes over the course of a layout run.
LayoutContext.CounterContext
           
LayoutState
          A bean which captures all state necessary to lay out an arbitrary box.
LineBreakContext
          A bean which serves as a way for the layout code to pass information to the line breaking code and for the line breaking code to pass instructions back to the layout code.
PaintingInfo
          A bean which every box uses to provide its aggregate bounds (which may be larger than the bounds of the box itself when there is overhanging content) and its outer margin corner (which is used to calculate the size of the canvas).
SharedContext
          The SharedContext is that which is kept between successive layout and render runs.
StyleTracker
          A managed list of CalculatedStyle objects.
VerticalAlignContext
          This class performs the real work of vertically positioning inline boxes within a line (i.e.
 

Classes in org.xhtmlrenderer.layout used by org.xhtmlrenderer.newtable
InlinePaintable
          An interface which indicates that a box is able to paint itself in an inline context.
LayoutContext
          This class tracks state which changes over the course of a layout run.
Styleable
          All objects appearing the layout tree must implement this interface.
 

Classes in org.xhtmlrenderer.layout used by org.xhtmlrenderer.pdf
LayoutContext
          This class tracks state which changes over the course of a layout run.
SharedContext
          The SharedContext is that which is kept between successive layout and render runs.
 

Classes in org.xhtmlrenderer.layout used by org.xhtmlrenderer.render
BreakAtLineContext
           
FloatManager
          A class that manages all floated boxes in a given block formatting context.
FunctionData
          A bean which contains all the information necessary to invoke a ContentFunction.
InlinePaintable
          An interface which indicates that a box is able to paint itself in an inline context.
Layer
          All positioned content as well as content with an overflow value other than visible creates a layer.
LayoutContext
          This class tracks state which changes over the course of a layout run.
PaintingInfo
          A bean which every box uses to provide its aggregate bounds (which may be larger than the bounds of the box itself when there is overhanging content) and its outer margin corner (which is used to calculate the size of the canvas).
PersistentBFC
          The porition of a BlockFormattingContext which is saved with a box which defines a BFC.
SharedContext
          The SharedContext is that which is kept between successive layout and render runs.
Styleable
          All objects appearing the layout tree must implement this interface.
 

Classes in org.xhtmlrenderer.layout used by org.xhtmlrenderer.simple
SharedContext
          The SharedContext is that which is kept between successive layout and render runs.
 

Classes in org.xhtmlrenderer.layout used by org.xhtmlrenderer.swing
Layer
          All positioned content as well as content with an overflow value other than visible creates a layer.
LayoutContext
          This class tracks state which changes over the course of a layout run.
SharedContext
          The SharedContext is that which is kept between successive layout and render runs.
 

Classes in org.xhtmlrenderer.layout used by org.xhtmlrenderer.test
LayoutContext
          This class tracks state which changes over the course of a layout run.
 


Flying Saucer Project Release ${app.version}

Flying Saucer Project Home