|
||||||||||
| 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.AbstractCSSBox
info.informatica.doc.style.css.visual.box.AbstractInlineBox
info.informatica.doc.style.css.visual.box.InlineTable
public class InlineTable
CSS inline table implementation.
| Constructor Summary | |
|---|---|
InlineTable(CSS2ComputedProperties style)
|
|
| Method Summary | |
|---|---|
CSSBoxContainer |
asContainerBox()
Retrieve the box container object. |
float |
computeHeight(float width)
|
float |
getContentWidth()
|
float |
getHeight()
Gets the height of this box. |
float |
getMinimumWidth()
|
float |
getWidth()
Gets the width of this box. |
void |
setBoxContainer(CSSBoxContainer rowContainer)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface info.informatica.doc.style.css.visual.CSSBox |
|---|
getBackgroundPosition, getBorderBottomColor, getBorderBottomWidth, getBorderLeftColor, getBorderLeftWidth, getBorderRightColor, getBorderRightWidth, getBorderTopColor, getBorderTopWidth, getComputedStyle, getContainingBlock, getGeneratedSibling, getLeft, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, getRight, setErrorHandler |
| Constructor Detail |
|---|
public InlineTable(CSS2ComputedProperties style)
| Method Detail |
|---|
public void setBoxContainer(CSSBoxContainer rowContainer)
setBoxContainer in interface CSSContainerBoxpublic CSSBoxContainer asContainerBox()
CSSContainerBox
asContainerBox in interface CSSContainerBoxpublic float getWidth()
AbstractCSSBoxThis is defined to be the value of the width property, for boxes where it is defined, or the content width otherwise.
getWidth in interface CSSContainerBoxgetWidth in class AbstractCSSBoxpublic float getContentWidth()
getContentWidth in class AbstractInlineBoxpublic float getMinimumWidth()
public float getHeight()
AbstractCSSBoxThis is defined to be the value of the height property, for boxes where it is defined, or the content height otherwise.
getHeight in interface CSSContainerBoxgetHeight in class AbstractCSSBoxpublic float computeHeight(float width)
computeHeight in class AbstractInlineBox
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||