org.apache.fop.fo.flow
Class Inline

org.apache.fop.fo.FONode
  |
  +--org.apache.fop.fo.FObj
        |
        +--org.apache.fop.fo.FObjMixed
              |
              +--org.apache.fop.fo.flow.Inline

public class Inline
extends FObjMixed


Inner Class Summary
 public static classInline.Maker
           

Inner classes inherited from class org.apache.fop.fo.FObjMixed
FObjMixed.Maker

Inner classes inherited from class org.apache.fop.fo.FObj
FObj.Maker

Fields inherited from class org.apache.fop.fo.FObj
properties

Fields inherited from class org.apache.fop.fo.FONode
BREAK_AFTER, children, START

Constructor Summary
Inline(FObj parent, PropertyList propertyList)
           

Method Summary
 static FObj.Makermaker()
           

Methods inherited from class org.apache.fop.fo.FObjMixed
layout

Methods inherited from class org.apache.fop.fo.FObj
generatesReferenceAreas, getContentWidth, getName, getProperty, removeID

Methods inherited from class org.apache.fop.fo.FONode
forceStartOffset, forceWidth, getLinkSet, getMarkerSnapshot, getParent, removeAreas, resetMarker, rollback, setBodyIndent, setDistanceBetweenStarts, setIsInLabel, setIsInListBody, setIsInTableCell, setLabelSeparation, setLinkSet, setOrphans, setWidows

Constructor Detail

Inline

public Inline(FObj parent, PropertyList propertyList)
throws org.apache.fop.apps.FOPException
Method Detail

maker

public static FObj.Maker maker()