java.io.Serializable, java.lang.CloneableAnchor, InlineBlockParent, InlineParent, InlineViewport, Leader, Space, SpaceArea, WordAreapublic class InlineArea extends Area
| Modifier and Type | Class | Description |
|---|---|---|
protected class |
InlineArea.InlineAdjustingInfo |
this class stores information about potential adjustments
that can be used in order to re-compute adjustments when a
page-number or a page-number-citation is resolved
|
| Modifier and Type | Field | Description |
|---|---|---|
protected InlineArea.InlineAdjustingInfo |
adjustingInfo |
The adjustment information object
|
protected int |
blockProgressionOffset |
offset position from before edge of parent 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, traitsextensionAttachments, foreignAttributes| Modifier | Constructor | Description |
|---|---|---|
|
InlineArea() |
Default constructor for inline area.
|
protected |
InlineArea(int blockProgressionOffset,
int bidiLevel) |
Instantiate inline area.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
addChildArea(Area childArea) |
Set the parent for the child area.
|
boolean |
applyVariationFactor(double variationFactor,
int lineStretch,
int lineShrink) |
recursively apply the variation factor to all descendant areas
|
java.util.List |
collectInlineRuns(java.util.List runs) |
Collection bidi inline runs.
|
InlineArea.InlineAdjustingInfo |
getAdjustingInfo() |
|
int |
getBlockProgressionOffset() |
Get the block progression offset of this inline area.
|
Area |
getParentArea() |
|
void |
handleIPDVariation(int ipdVariation) |
Apply IPD variation.
|
boolean |
hasLineThrough() |
|
boolean |
hasOverline() |
|
boolean |
hasUnderline() |
|
void |
increaseIPD(int ipd) |
Increase the inline progression dimensions of this area.
|
boolean |
isAncestor(InlineArea ia) |
Determine if inline area IA is an ancestor inline area of this area.
|
boolean |
isAncestorOrSelf(InlineArea ia) |
Determine if inline area IA is an ancestor inline area or same as this area.
|
boolean |
isBlinking() |
|
protected void |
notifyIPDVariation(int ipdVariation) |
notify the parent area about the ipd variation of this area
or of a descendant area
|
void |
setAdjustingInfo(int stretch,
int shrink,
int adjustment) |
Create a new adjustment information object
|
void |
setAdjustingInfo(InlineArea.InlineAdjustingInfo adjustingInfo) |
Sets the adjustment information from an existing object
|
void |
setAdjustment(int adjustment) |
Modify the adjustment value in the adjustment information object
|
void |
setBlockProgressionOffset(int blockProgressionOffset) |
Set the block progression offset of this inline area.
|
void |
setParentArea(Area parentArea) |
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, setForeignAttributesprotected int blockProgressionOffset
protected InlineArea.InlineAdjustingInfo adjustingInfo
public InlineArea()
protected InlineArea(int blockProgressionOffset,
int bidiLevel)
blockProgressionOffset - a block progression offset or zerobidiLevel - a resolved bidi level or -1public InlineArea.InlineAdjustingInfo getAdjustingInfo()
public void setAdjustingInfo(int stretch,
int shrink,
int adjustment)
stretch - the available space for stretchingshrink - the available space for shrinkingadjustment - space adjustment typepublic void setAdjustingInfo(InlineArea.InlineAdjustingInfo adjustingInfo)
adjustingInfo - the existing adjustment objectpublic void setAdjustment(int adjustment)
adjustment - the new adjustment valuepublic void increaseIPD(int ipd)
ipd - the inline progression to increase bypublic void setBlockProgressionOffset(int blockProgressionOffset)
blockProgressionOffset - the offsetpublic int getBlockProgressionOffset()
public void setParentArea(Area parentArea)
parentArea - The parentArea to set.public Area getParentArea()
public void addChildArea(Area childArea)
addChildArea in class AreachildArea - the child area to addpublic boolean hasUnderline()
public boolean hasOverline()
public boolean hasLineThrough()
public boolean isBlinking()
public boolean applyVariationFactor(double variationFactor,
int lineStretch,
int lineShrink)
variationFactor - the variation factor that must be applied to adjustmentslineStretch - the total stretch of the linelineShrink - the total shrink of the linepublic void handleIPDVariation(int ipdVariation)
ipdVariation - the variationprotected void notifyIPDVariation(int ipdVariation)
ipdVariation - the difference between new and old ipdpublic java.util.List collectInlineRuns(java.util.List runs)
runs - current list of inline runspublic boolean isAncestorOrSelf(InlineArea ia)
ia - inline area to testpublic boolean isAncestor(InlineArea ia)
ia - inline area to testCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.