public class InlineBlockParent extends InlineArea
InlineArea.InlineAdjustingInfo
Modifier and Type | Field | Description |
---|---|---|
protected Block |
child |
The list of inline areas added to this inline parent.
|
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, traits
extensionAttachments, foreignAttributes
adjustingInfo, blockProgressionOffset
Constructor | Description |
---|---|
InlineBlockParent() |
Create a new inline block parent to add areas to.
|
Modifier and Type | Method | Description |
---|---|---|
void |
addChildArea(Area childArea) |
Override generic Area method.
|
Block |
getChildArea() |
Get the child areas for this inline parent.
|
activateEffectiveIPD, addTrait, clone, getAllocBPD, getAllocIPD, getAreaClass, getBidiLevel, getBorderAndPaddingWidthAfter, getBorderAndPaddingWidthBefore, getBorderAndPaddingWidthEnd, getBorderAndPaddingWidthStart, getBPD, getEffectiveAllocIPD, getEffectiveIPD, getIPD, getSpaceAfter, getSpaceBefore, getSpaceEnd, getSpaceStart, getTrait, getTraitAsBoolean, getTraitAsInteger, getTraits, hasTrait, hasTraits, resetBidiLevel, setAreaClass, setBidiLevel, setBPD, setIPD, setTraits, setWritingModeTraits, toString
addExtensionAttachment, getExtensionAttachments, getForeignAttributes, getForeignAttributeValue, hasExtensionAttachments, setExtensionAttachments, setForeignAttribute, setForeignAttributes
applyVariationFactor, collectInlineRuns, getAdjustingInfo, getBlockProgressionOffset, getParentArea, handleIPDVariation, hasLineThrough, hasOverline, hasUnderline, increaseIPD, isAncestor, isAncestorOrSelf, isBlinking, notifyIPDVariation, setAdjustingInfo, setAdjustingInfo, setAdjustment, setBlockProgressionOffset, setParentArea
protected Block child
public InlineBlockParent()
public void addChildArea(Area childArea)
addChildArea
in class InlineArea
childArea
- the child area to addpublic Block getChildArea()
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.