org.apache.fop.fo.flow
Class InstreamForeignObject

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

public class InstreamForeignObject
extends FObj


Inner Class Summary
 public static classInstreamForeignObject.Maker
          inner class for making SVG objects.

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

Field Summary
 (package private) ForeignObjectAreaareaCurrent
           
 (package private) intbreakAfter
           
 (package private) intbreakBefore
           
 (package private) booleanchauto
           
 (package private) intcontheight
           
 (package private) intcontwidth
           
 (package private) booleancwauto
           
 (package private) intendIndent
           
 (package private) FontStatefs
           
 (package private) booleanhauto
           
 (package private) intheight
           
 (package private) intscaling
           
 (package private) intspaceAfter
           
 (package private) intspaceBefore
           
 (package private) intstartIndent
           
 (package private) booleanwauto
           
 (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
InstreamForeignObject(FObj parent, PropertyList propertyList)
          constructs an instream-foreign-object object (called by Maker).

Method Summary
 Statuslayout(Area area)
          layout this formatting object.
 static FObj.Makermaker()
          returns the maker for this object.

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

areaCurrent

ForeignObjectArea areaCurrent

breakAfter

int breakAfter

breakBefore

int breakBefore

chauto

boolean chauto

contheight

int contheight

contwidth

int contwidth

cwauto

boolean cwauto

endIndent

int endIndent

fs

FontState fs

hauto

boolean hauto

height

int height

scaling

int scaling

spaceAfter

int spaceAfter

spaceBefore

int spaceBefore

startIndent

int startIndent

wauto

boolean wauto

width

int width
Constructor Detail

InstreamForeignObject

public InstreamForeignObject(FObj parent, PropertyList propertyList)
constructs an instream-foreign-object object (called by Maker).
Parameters:
parent - the parent formatting object
propertyList - the explicit properties of this object
Method Detail

layout

public Status layout(Area area)
throws org.apache.fop.apps.FOPException
layout this formatting object.
Parameters:
area - the area to layout the object into
Returns: the status of the layout

maker

public static FObj.Maker maker()
returns the maker for this object.
Returns: the maker for SVG objects

Association Links

to Class org.apache.fop.layout.FontState

to Class org.apache.fop.layout.ForeignObjectArea