java.io.Serializable, java.lang.CloneableBeforeFloat, Block, Footnote, NormalFlowpublic class BlockParent extends Area
| Modifier and Type | Field | Description |
|---|---|---|
protected java.util.List<Area> |
children |
The children of this block parent area.
|
protected int |
xOffset |
The x offset position of this block parent.
|
protected int |
yOffset |
The y offset position of this block 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, foreignAttributes| Constructor | Description |
|---|---|
BlockParent() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
activateEffectiveIPD() |
|
void |
addBlock(Block block) |
Add the block area to this block parent.
|
void |
addChildArea(Area childArea) |
Add a child to this area.
|
java.util.List |
getChildAreas() |
Get the list of child areas for this block area.
|
int |
getEffectiveIPD() |
|
int |
getXOffset() |
Get the X offset of this block parent area.
|
int |
getYOffset() |
Get the Y offset of this block parent area.
|
boolean |
isEmpty() |
Check whether there are child areas.
|
void |
setXOffset(int off) |
Set the X offset of this block parent area.
|
void |
setYOffset(int off) |
Set the Y offset of this block parent area.
|
addTrait, clone, getAllocBPD, getAllocIPD, getAreaClass, getBidiLevel, getBorderAndPaddingWidthAfter, getBorderAndPaddingWidthBefore, getBorderAndPaddingWidthEnd, getBorderAndPaddingWidthStart, getBPD, getEffectiveAllocIPD, 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 xOffset
protected int yOffset
protected java.util.List<Area> children
public void addChildArea(Area childArea)
addChildArea in class AreachildArea - the child area to addpublic void addBlock(Block block)
block - the child block area to addpublic java.util.List getChildAreas()
public boolean isEmpty()
public void setXOffset(int off)
off - the x offset of the block parent areapublic void setYOffset(int off)
off - the y offset of the block parent areapublic int getXOffset()
public int getYOffset()
public int getEffectiveIPD()
getEffectiveIPD in class Areapublic void activateEffectiveIPD()
activateEffectiveIPD in class AreaCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.