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

All Known Subinterfaces:
CSSBlockBoxContainer, CSSInlineBoxContainer, CSSTableRowContainer
All Known Implementing Classes:
BlockContainer, InlineContainer, TableRowContainer

public interface CSSBoxContainer

Base interface for CSS box containers.

Author:
Carlos Amengual (amengual at informatica.info)

Method Summary
 float getContentWidth()
          Gets the width of the content, expressed in natural units.
 float getMinimumWidth()
          Gets the minimum width required to avoid width overflowing (horizontal scroll bar).
 

Method Detail

getContentWidth

float getContentWidth()
Gets the width of the content, expressed in natural units.

Returns:
the content width.

getMinimumWidth

float getMinimumWidth()
Gets the minimum width required to avoid width overflowing (horizontal scroll bar).

Returns:
the minimum width, expressed in natural units.


Copyright © 2011 informatica.info. All Rights Reserved.