info.informatica.doc.style.css.visual.container
Interface CSSInlineBoxContainer

All Superinterfaces:
CSSBoxContainer
All Known Implementing Classes:
InlineContainer

public interface CSSInlineBoxContainer
extends CSSBoxContainer

A CSS block box that contains only inline boxes.

Author:
Carlos Amengual (amengual at informatica.info)

Method Summary
 float computeHeight(float width)
          Compute the height of the box, for the given width.
 List<CSSBox> getInlineBoxes()
          Gets the descendant inline boxes.
 boolean overflowsWidth()
           
 
Methods inherited from interface info.informatica.doc.style.css.visual.container.CSSBoxContainer
getContentWidth, getMinimumWidth
 

Method Detail

getInlineBoxes

List<CSSBox> getInlineBoxes()
Gets the descendant inline boxes. Boxes are ordered according to document tree ordering.

Returns:
an array with the descendant inline boxes. May include run-in boxes.

overflowsWidth

boolean overflowsWidth()

computeHeight

float computeHeight(float width)
Compute the height of the box, for the given width.

Parameters:
width - the width.
Returns:
the estimated height.


Copyright © 2011 informatica.info. All Rights Reserved.