info.informatica.doc.style.css.visual.box
Class RunInBox
java.lang.Object
info.informatica.doc.style.css.visual.box.AbstractCSSBox
info.informatica.doc.style.css.visual.box.AbstractBlockBox
info.informatica.doc.style.css.visual.box.BlockBox
info.informatica.doc.style.css.visual.box.RunInBox
- All Implemented Interfaces:
- CSSBox, CSSContainerBox
public class RunInBox
- extends BlockBox
CSS run-in Box.
This is a temporary representation of a run-in box.
This class is useful for implementations where the box remains
in this state until the nature of their childs or next siblings
can be determined accurately.
- Author:
- Carlos Amengual (amengual at informatica.info)
| Methods inherited from class info.informatica.doc.style.css.visual.box.AbstractCSSBox |
computeNumberOrZero, computeNumberOrZero, getBackgroundPosition, getBorderBottomColor, getBorderBottomWidth, getBorderLeftColor, getBorderLeftWidth, getBorderRightColor, getBorderRightWidth, getBorderTopColor, getBorderTopWidth, getComputedStyle, getContainerWidth, getContainingBlock, getCSSValue, getErrorHandler, getFontFamily, getFontSize, getFontWeight, getGeneratedSibling, getLeading, getLeading, getLeft, getLineHeight, getLineHeight, getLineHeightCSSValue, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingSubproperty, getPaddingTop, getRight, isContainerHeightAuto, isHeightAuto, isWidthAuto, overflowsWithScroll, setContainingBlock, setErrorHandler, shrinkToFit, textLengthToNaturalUnit |
| 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 |
RunInBox
public RunInBox(CSS2ComputedProperties style)
setBlock
public void setBlock()
setInline
public void setInline()
finalBox
public CSSBox finalBox()
Copyright © 2011 informatica.info. All Rights Reserved.