Flying Saucer Project Release ${app.version}

Package org.xhtmlrenderer.layout

Interface Summary
FloatManager.FloatOperation  
InlinePaintable An interface which indicates that a box is able to paint itself in an inline context.
Styleable All objects appearing the layout tree must implement this interface.
 

Class Summary
BlockBoxing Utility class for laying block content.
BlockFormattingContext This class represents a block formatting context as defined in the CSS spec.
BoxBuilder This class is responsible for creating the box tree from the DOM.
BoxCollector A class to collect boxes which intersect a given clip region.
BoxRange  
BoxRangeData  
BoxRangeHelper  
BoxRangeLists  
BreakAtLineContext  
Breaker A utility class that scans the text of a single inline box, looking for the next break point.
CollapsedBorderSide A class that contains a single border side of a collapsed cell.
CounterFunction  
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.
FunctionData A bean which contains all the information necessary to invoke a ContentFunction.
InlineBoxing This class is responsible for flowing inline content into lines.
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.
LayoutState A bean which captures all state necessary to lay out an arbitrary box.
LayoutUtil Contains utility methods to layout floated and absolute content.
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).
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.
StyleTracker A managed list of CalculatedStyle objects.
TextUtil Description of the Class
VerticalAlignContext This class performs the real work of vertically positioning inline boxes within a line (i.e.
WhitespaceStripper  
 


Flying Saucer Project Release ${app.version}

Flying Saucer Project Home