org.apache.fop.area.inline
public class FilledArea extends InlineParent
InlineArea.InlineAdjustingInfoautoSize, inlinesadjustingInfo, offsetbpd, BT, CLASS_ABSOLUTE, CLASS_BEFORE_FLOAT, CLASS_FIXED, CLASS_FOOTNOTE, CLASS_MAX, CLASS_NORMAL, CLASS_SIDE_FLOAT, ipd, log, LR, ORIENT_0, ORIENT_180, ORIENT_270, ORIENT_90, props, RL, TBforeignAttributes| Constructor and Description |
|---|
FilledArea()
Create a new filled area.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
applyVariationFactor(double variationFactor,
int lineStretch,
int lineShrink)
recursively apply the variation factor to all descendant areas
|
int |
getBPD()
Get the block progression dimension of the content rectangle
for this area.
|
java.util.List |
getChildAreas()
Get the child areas for this filled area.
|
int |
getUnitWidth()
Return the unit width for the areas to fill the full width.
|
void |
setUnitWidth(int w)
Set the unit width for the areas to fill the full width.
|
addChildAreagetAdjustingInfo, getOffset, getParentArea, handleIPDVariation, hasLineThrough, hasOverline, hasUnderline, increaseIPD, isBlinking, notifyIPDVariation, setAdjustingInfo, setAdjustment, setOffset, setParentAreaaddTrait, addTrait, getAllocBPD, getAllocIPD, getAreaClass, getBooleanTrait, getBorderAndPaddingWidthAfter, getBorderAndPaddingWidthBefore, getBorderAndPaddingWidthEnd, getBorderAndPaddingWidthStart, getIPD, getSpaceAfter, getSpaceBefore, getSpaceEnd, getSpaceStart, getTrait, getTraitAsInteger, getTraits, hasTrait, hasTraits, setAreaClass, setBPD, setIPD, toStringgetForeignAttributes, getForeignAttributeValue, setForeignAttribute, setForeignAttributespublic void setUnitWidth(int w)
w - the unit widthpublic int getUnitWidth()
public int getBPD()
public java.util.List getChildAreas()
getChildAreas in class InlineParentpublic boolean applyVariationFactor(double variationFactor,
int lineStretch,
int lineShrink)
applyVariationFactor in class InlineParentvariationFactor - the variation factor that must be applied to adjustmentslineStretch - the total stretch of the linelineShrink - the total shrink of the lineCopyright 1999-2008 The Apache Software Foundation. All Rights Reserved.