org.apache.fop.fo.flow
Class InlineGraphic

org.apache.fop.fo.FONode
  |
  +--org.apache.fop.fo.FObj
        |
        +--org.apache.fop.fo.flow.InlineGraphic

public class InlineGraphic
extends FObj


Inner Class Summary
 public static classInlineGraphic.Maker
           

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

Field Summary
 (package private) intalign
           
 (package private) intendIndent
           
 (package private) FontStatefs
           
 (package private) intheight
           
 (package private) Stringhref
           
 (package private) Stringid
           
 (package private) ImageAreaimageArea
           
 (package private) intspaceAfter
           
 (package private) intspaceBefore
           
 (package private) intstartIndent
           
 (package private) intwidth
           

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
InlineGraphic(FObj parent, PropertyList propertyList)
           

Method Summary
 Statuslayout(Area area)
           
 static FObj.Makermaker()
           

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

Field Detail

align

int align

endIndent

int endIndent

fs

FontState fs

height

int height

href

String href

id

String id

imageArea

ImageArea imageArea

spaceAfter

int spaceAfter

spaceBefore

int spaceBefore

startIndent

int startIndent

width

int width
Constructor Detail

InlineGraphic

public InlineGraphic(FObj parent, PropertyList propertyList)
Method Detail

layout

public Status layout(Area area)
throws org.apache.fop.apps.FOPException

maker

public static FObj.Maker maker()

Association Links

to Class org.apache.fop.layout.FontState

to Class java.lang.String

to Class java.lang.String

to Class org.apache.fop.image.ImageArea