Class Container
java.lang.Object
org.apache.fop.area.AreaTreeObject
org.apache.fop.area.Area
org.apache.fop.area.inline.Container
- All Implemented Interfaces:
Serializable, Cloneable
Container area for inline container.
This area should be placed in a viewport as a result of the
inline container formatting object.
This allows an inline area to have blocks as children.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe list of block areas stacked inside this containerprivate static final longprotected intThe width of this containerFields inherited from class Area
bidiLevel, bpd, CLASS_ABSOLUTE, CLASS_BEFORE_FLOAT, CLASS_FIXED, CLASS_FOOTNOTE, CLASS_MAX, CLASS_NORMAL, CLASS_SIDE_FLOAT, effectiveIPD, ipd, log, ORIENT_0, ORIENT_180, ORIENT_270, ORIENT_90, traitsFields inherited from class AreaTreeObject
extensionAttachments, foreignAttributes -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Area
activateEffectiveIPD, addTrait, clone, getAllocBPD, getAllocIPD, getAreaClass, getBidiLevel, getBorderAndPaddingWidthAfter, getBorderAndPaddingWidthBefore, getBorderAndPaddingWidthEnd, getBorderAndPaddingWidthStart, getBPD, getChangeBarList, getEffectiveAllocIPD, getEffectiveIPD, getIPD, getSpaceAfter, getSpaceBefore, getSpaceEnd, getSpaceStart, getTrait, getTraitAsBoolean, getTraitAsInteger, getTraits, hasTrait, hasTraits, isFromFootnote, resetBidiLevel, setAreaClass, setBidiLevel, setBPD, setChangeBarList, setFromFootnote, setIPD, setTraits, setWritingModeTraits, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
blocks
-
width
protected int widthThe width of this container
-
-
Constructor Details
-
Container
public Container()Create a new container area
-
-
Method Details
-
addChildArea
Description copied from class:AreaAdd a child to this area. The default is to do nothing. Subclasses must override to do something if they can have child areas.- Overrides:
addChildAreain classArea- Parameters:
child- the child area to add
-
getBlocks
-
getWidth
public int getWidth()Get the width of this container area.- Returns:
- the width
-