info.informatica.doc.style.css.visual.box
Class RunInBox

java.lang.Object
  extended by info.informatica.doc.style.css.visual.box.AbstractCSSBox
      extended by info.informatica.doc.style.css.visual.box.AbstractBlockBox
          extended by info.informatica.doc.style.css.visual.box.BlockBox
              extended by 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.


Constructor Summary
RunInBox(CSS2ComputedProperties style)
           
 
Method Summary
 CSSBox finalBox()
           
 void setBlock()
           
 void setInline()
           
 
Methods inherited from class info.informatica.doc.style.css.visual.box.BlockBox
asContainerBox, setBoxContainer
 
Methods inherited from class info.informatica.doc.style.css.visual.box.AbstractBlockBox
getHeight, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getWidth
 
Methods inherited from class info.informatica.doc.style.css.visual.box.AbstractCSSBox
getBackgroundPosition, getBorderBottomColor, getBorderBottomWidth, getBorderLeftColor, getBorderLeftWidth, getBorderRightColor, getBorderRightWidth, getBorderTopColor, getBorderTopWidth, getComputedStyle, getContainingBlock, getFontFamily, getFontSize, getFontWeight, getGeneratedSibling, getLeading, getLeading, getLeft, getLineHeight, getLineHeight, getLineHeightCSSValue, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, getRight, setContainingBlock, setErrorHandler
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface info.informatica.doc.style.css.visual.CSSContainerBox
getHeight, getWidth
 
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

RunInBox

public RunInBox(CSS2ComputedProperties style)
Method Detail

setBlock

public void setBlock()

setInline

public void setInline()

finalBox

public CSSBox finalBox()