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

All Superinterfaces:
CSSBoxContainer
All Known Implementing Classes:
BlockContainer

public interface CSSBlockBoxContainer
extends CSSBoxContainer

A CSS block box that contains other block boxes.

Author:
Carlos Amengual (amengual at informatica.info)

Method Summary
 float computeAutoHeight()
          Compute the box height for 'auto'.
 List<CSSContainerBox> getAbsolutelyPositioned()
          Gets the descendant boxes that are absolutely positioned.
 List<CSSContainerBox> getStaticallyPositioned()
          Gets the descendant boxes that are to be formatted according to normal flow.
 
Methods inherited from interface info.informatica.doc.style.css.visual.container.CSSBoxContainer
getContentWidth, getMinimumWidth
 

Method Detail

getStaticallyPositioned

List<CSSContainerBox> getStaticallyPositioned()
Gets the descendant boxes that are to be formatted according to normal flow. Boxes are ordered according to document tree ordering.

Returns:
an array with the descendant statically positioned boxes, or null if does not contain static boxes.

getAbsolutelyPositioned

List<CSSContainerBox> getAbsolutelyPositioned()
Gets the descendant boxes that are absolutely positioned.

Returns:
an array with the absolutely positioned descendant boxes, or null if does not contain absolutely positioned boxes.

computeAutoHeight

float computeAutoHeight()
Compute the box height for 'auto'.

Returns:
the box height, expressed in the device's natural unit.


Copyright © 2011 informatica.info. All Rights Reserved.