|
fop 0.92beta | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.area.Area
org.apache.fop.area.inline.InlineArea
org.apache.fop.area.inline.InlineParent
org.apache.fop.area.inline.FilledArea
Filled area. This inline area contains some inline areas. When the renderer gets the child areas to render the inline areas are repeated to fill the ipd of this inline parent. This extends InlineParent so that the renderer will render this as a normal inline parent.
Nested Class Summary |
Nested classes inherited from class org.apache.fop.area.inline.InlineArea |
InlineArea.InlineAdjustingInfo |
Field Summary |
Fields inherited from class org.apache.fop.area.inline.InlineParent |
autoSize, inlines |
Fields inherited from class org.apache.fop.area.inline.InlineArea |
offset |
Fields inherited from class org.apache.fop.area.Area |
bpd, 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, TB |
Constructor Summary | |
FilledArea()
Create a new filled area. |
Method Summary | |
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. |
Methods inherited from class org.apache.fop.area.inline.InlineParent |
addChildArea, applyVariationFactor |
Methods inherited from class org.apache.fop.area.inline.InlineArea |
getOffset, getParentArea, hasLineThrough, hasOverline, hasUnderline, increaseIPD, isBlinking, notifyIPDVariation, setOffset, setParentArea, updateIPD |
Methods inherited from class org.apache.fop.area.Area |
addTrait, addTrait, getAllocBPD, getAllocIPD, getAreaClass, getBooleanTrait, getBorderAndPaddingWidthAfter, getBorderAndPaddingWidthBefore, getBorderAndPaddingWidthEnd, getBorderAndPaddingWidthStart, getIPD, getSpaceAfter, getSpaceBefore, getSpaceEnd, getSpaceStart, getTrait, getTraitAsInteger, getTraits, hasTrait, hasTraits, setAreaClass, setBPD, setIPD, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public FilledArea()
Method Detail |
public void setUnitWidth(int w)
w
- the unit widthpublic int getUnitWidth()
public int getBPD()
Area
getBPD
in class Area
Area.getBPD()
public java.util.List getChildAreas()
getChildAreas
in class InlineParent
|
fop 0.92beta | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |