org.apache.fop.area.inline
Class InlineBlockParent
- Serializable
public class InlineBlockParent
Inline block parent area.
This is an inline area that can have one block area as a child
protected Block | child - The list of inline areas added to this inline parent.
|
BT , CLASS_ABSOLUTE , CLASS_BEFORE_FLOAT , CLASS_FIXED , CLASS_FOOTNOTE , CLASS_MAX , CLASS_NORMAL , CLASS_SIDE_FLOAT , LR , ORIENT_0 , ORIENT_180 , ORIENT_270 , ORIENT_90 , RL , TB , bpd , ipd , log , props |
addChildArea , applyVariationFactor , getAdjustingInfo , getOffset , getParentArea , handleIPDVariation , hasLineThrough , hasOverline , hasUnderline , increaseIPD , isBlinking , notifyIPDVariation , setAdjustingInfo , setAdjustment , setOffset , setParentArea |
addChildArea , addTrait , addTrait , getAllocBPD , getAllocIPD , getAreaClass , getBPD , getBooleanTrait , getBorderAndPaddingWidthAfter , getBorderAndPaddingWidthBefore , getBorderAndPaddingWidthEnd , getBorderAndPaddingWidthStart , getIPD , getSpaceAfter , getSpaceBefore , getSpaceEnd , getSpaceStart , getTrait , getTraitAsInteger , getTraits , hasTrait , hasTraits , setAreaClass , setBPD , setIPD , toString |
child
protected Block child
The list of inline areas added to this inline parent.
InlineBlockParent
public InlineBlockParent()
Create a new inline block parent to add areas to.
addChildArea
public void addChildArea(Area childArea)
Override generic Area method.
- addChildArea in interface InlineArea
childArea
- the child area to add
getChildArea
public Block getChildArea()
Get the child areas for this inline parent.
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.