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

java.lang.Object
  extended by info.informatica.doc.style.css.visual.box.AbstractCSSBox
      extended by info.informatica.doc.style.css.visual.box.AbstractInlineBox
All Implemented Interfaces:
CSSBox
Direct Known Subclasses:
InlineBox, InlineTable

public abstract class AbstractInlineBox
extends AbstractCSSBox

Abstract inline box.

Author:
Carlos Amengual (amengual at informatica.info)

Constructor Summary
AbstractInlineBox(CSS2ComputedProperties style)
           
 
Method Summary
abstract  float computeHeight(float width)
           
abstract  float getContentWidth()
           
 
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, getHeight, getLeading, getLeading, getLeft, getLineHeight, getLineHeight, getLineHeightCSSValue, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingSubproperty, getPaddingTop, getRight, getWidth, 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
 

Constructor Detail

AbstractInlineBox

public AbstractInlineBox(CSS2ComputedProperties style)
Method Detail

getContentWidth

public abstract float getContentWidth()

computeHeight

public abstract float computeHeight(float width)


Copyright © 2011 informatica.info. All Rights Reserved.