java.io.Serializable, java.lang.Cloneablepublic 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, traitsextensionAttachments, foreignAttributesadjustingInfo, 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, toStringaddExtensionAttachment, getExtensionAttachments, getForeignAttributes, getForeignAttributeValue, hasExtensionAttachments, setExtensionAttachments, setForeignAttribute, setForeignAttributesapplyVariationFactor, collectInlineRuns, getAdjustingInfo, getBlockProgressionOffset, getParentArea, handleIPDVariation, hasLineThrough, hasOverline, hasUnderline, increaseIPD, isAncestor, isAncestorOrSelf, isBlinking, notifyIPDVariation, setAdjustingInfo, setAdjustingInfo, setAdjustment, setBlockProgressionOffset, setParentAreaprotected Block child
public InlineBlockParent()
public void addChildArea(Area childArea)
addChildArea in class InlineAreachildArea - the child area to addpublic Block getChildArea()
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.