|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.informatica.doc.style.css.visual.box.BlockContainer
public class BlockContainer
Container of CSS block boxes.
| Constructor Summary | |
|---|---|
BlockContainer()
|
|
BlockContainer(int size)
|
|
| Method Summary | |
|---|---|
void |
addAbsolutelyPositioned(AbsolutelyPositionedBox absolutelyPositioned)
|
float |
computeAutoHeight()
Compute the box height for 'auto'. |
List<CSSContainerBox> |
getAbsolutelyPositioned()
Gets the descendant boxes that are absolutely positioned. |
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). |
List<CSSContainerBox> |
getStaticallyPositioned()
Gets the descendant boxes that are to be formatted according to normal flow. |
List<CSSContainerBox> |
getStaticallyPositionedList()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BlockContainer()
public BlockContainer(int size)
| Method Detail |
|---|
public List<CSSContainerBox> getStaticallyPositioned()
CSSBlockBoxContainer
getStaticallyPositioned in interface CSSBlockBoxContainerpublic List<CSSContainerBox> getStaticallyPositionedList()
public List<CSSContainerBox> getAbsolutelyPositioned()
CSSBlockBoxContainer
getAbsolutelyPositioned in interface CSSBlockBoxContainerpublic void addAbsolutelyPositioned(AbsolutelyPositionedBox absolutelyPositioned)
public float getContentWidth()
CSSBoxContainer
getContentWidth in interface CSSBoxContainerpublic float getMinimumWidth()
CSSBoxContainer
getMinimumWidth in interface CSSBoxContainerpublic float computeAutoHeight()
CSSBlockBoxContainer
computeAutoHeight in interface CSSBlockBoxContainer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||