|
||||||||||
| 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.InlineContainer
public class InlineContainer
Container of CSS inline boxes.
| Constructor Summary | |
|---|---|
InlineContainer()
|
|
InlineContainer(int size)
|
|
| Method Summary | |
|---|---|
float |
computeHeight(float width)
Compute the height of the box, for the given width. |
float |
getContentWidth()
Gets the width of the content, expressed in natural units. |
List<CSSBox> |
getInlineBoxes()
Gets the descendant inline boxes. |
float |
getMinimumWidth()
Gets the minimum width required to avoid width overflowing (horizontal scroll bar). |
boolean |
overflowsWidth()
|
protected void |
setOverflowsWidth()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InlineContainer()
public InlineContainer(int size)
| Method Detail |
|---|
public List<CSSBox> getInlineBoxes()
CSSInlineBoxContainer
getInlineBoxes in interface CSSInlineBoxContainerprotected void setOverflowsWidth()
public boolean overflowsWidth()
overflowsWidth in interface CSSInlineBoxContainerpublic float getContentWidth()
CSSBoxContainer
getContentWidth in interface CSSBoxContainerpublic float getMinimumWidth()
CSSBoxContainer
getMinimumWidth in interface CSSBoxContainerpublic float computeHeight(float width)
CSSInlineBoxContainer
computeHeight in interface CSSInlineBoxContainerwidth - the width.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||